Rename hello_world app to stm32g431_tests

This commit is contained in:
2025-07-03 10:02:53 +02:00
parent 2a2890b675
commit a59e8518cc
4 changed files with 20 additions and 1 deletions

View 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;
}