Add hello_world Zephyr application for stm32g431_core
This commit is contained in:
9
software/apps/hello_world/src/main.c
Normal file
9
software/apps/hello_world/src/main.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/sys/printk.h>
|
||||
|
||||
int main(void)
|
||||
{
|
||||
printk("Hello World! %s\n", CONFIG_BOARD);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user