Initial commit with basic project structure and Firebeetle 2 board definition
This commit is contained in:
7
src/main.c
Normal file
7
src/main.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <zephyr/kernel.h>
|
||||
|
||||
void main(void)
|
||||
{
|
||||
printk("Hello World! %s\n", CONFIG_BOARD);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user