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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user