From fedaacedd29b4b61fc138e381aad2cf4be08f31d Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 13 Apr 2024 21:21:54 +0200 Subject: firmware: Add minimal Zephyr application This is enough to validate that the firmware is running by using the Zephyr shell. --- firmware/src/main.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 firmware/src/main.c (limited to 'firmware/src/main.c') diff --git a/firmware/src/main.c b/firmware/src/main.c new file mode 100644 index 0000000..7a1076c --- /dev/null +++ b/firmware/src/main.c @@ -0,0 +1,6 @@ +#include + +int main(void) +{ + return 0; +} -- cgit v1.2.3-70-g09d2