Recator application build system: cleaner flags naming, set release flag to yes by default, include unit test and debug apps (#443)

This commit is contained in:
あく
2021-04-30 14:07:13 +03:00
committed by GitHub
parent 024ced4672
commit b90d72fadf
7 changed files with 315 additions and 320 deletions

View File

@@ -121,7 +121,8 @@ int32_t app_loader(void* p) {
menu_item_add(menu, menu_plugins);
});
#ifdef APP_DEBUG
// Debug
with_value_mutex(
menu_mutex, (Menu * menu) {
MenuItem* menu_debug =
@@ -151,7 +152,6 @@ int32_t app_loader(void* p) {
menu_item_add(menu, menu_debug);
});
#endif
printf("[app loader] start\r\n");