implemented furi from flipper zero

added cmsis_core, furi, mlib and nanobake
implemented basic app structure from furi
implemented basic placeholder apps
This commit is contained in:
Ken Van Hoeylandt
2023-12-26 21:47:27 +01:00
parent 0cf7829a2d
commit 5dc2599e55
114 changed files with 53069 additions and 297 deletions
+2 -5
View File
@@ -1,8 +1,5 @@
#ifndef NANOBAKE_HELLO_WORLD_H
#define NANOBAKE_HELLO_WORLD_H
#pragma once
#include "nb_app.h"
extern nb_app_t hello_world_app;
#endif //NANOBAKE_HELLO_WORLD_H
extern const nb_app_t hello_world_app;