basic application support

This commit is contained in:
Ken Van Hoeylandt
2023-12-25 17:53:58 +01:00
parent 7886d5c2f9
commit e6525364c6
21 changed files with 341 additions and 122 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef NANOBAKE_HELLO_WORLD_H
#define NANOBAKE_HELLO_WORLD_H
#include "nb_app.h"
nb_app_config_t hello_world_app_config();
#endif //NANOBAKE_HELLO_WORLD_H