flipperzero-firmware/core/furi
gornekich 5eba573f43
[FL-300] Launch applications from CLI (#380)
* app_loader: release console after cli start app cmd
* furi: add thread state getter
* app_loader: check thread started before launch with cli
* app_loader: remove view port from app loader
* blink: rework blink plugin to manage view and free resources
* vibro: rework vibro plugin to manage view and free resources
* music_player: rework app to manage exit and free resources
* input_dump: rework app to manage exit and free resources
* coreglitch_demo: add app exit and free resources
* floopper-bloopper: update submodule
* app-loader: remove applications context
* rules.mk: add submodule sync
* gui-test: add exit from application
* applications: exit on back short instead of press event
2021-03-18 10:58:16 +03:00
..
check.c [FL-140] Core api dynamic records (#296) 2021-01-20 19:09:26 +03:00
check.h [FL-140] Core api dynamic records (#296) 2021-01-20 19:09:26 +03:00
memmgr.c Fix werror flag and warnings (#321) 2021-02-01 10:51:22 +03:00
memmgr.h [FL-140] Core api dynamic records (#296) 2021-01-20 19:09:26 +03:00
pubsub.c [FL-781] FURI, CLI, stdlib: stdout hooks, integration between subsystems, uniform printf usage (#311) 2021-01-29 03:09:33 +03:00
pubsub.h [FL-140] Core api dynamic records (#296) 2021-01-20 19:09:26 +03:00
record.c [FL-781] FURI, CLI, stdlib: stdout hooks, integration between subsystems, uniform printf usage (#311) 2021-01-29 03:09:33 +03:00
record.h [FL-140] Core api dynamic records (#296) 2021-01-20 19:09:26 +03:00
stdglue.c [FL-781] FURI, CLI, stdlib: stdout hooks, integration between subsystems, uniform printf usage (#311) 2021-01-29 03:09:33 +03:00
stdglue.h [FL-781] FURI, CLI, stdlib: stdout hooks, integration between subsystems, uniform printf usage (#311) 2021-01-29 03:09:33 +03:00
thread.c [FL-300] Launch applications from CLI (#380) 2021-03-18 10:58:16 +03:00
thread.h [FL-300] Launch applications from CLI (#380) 2021-03-18 10:58:16 +03:00
valuemutex.c [FL-781] FURI, CLI, stdlib: stdout hooks, integration between subsystems, uniform printf usage (#311) 2021-01-29 03:09:33 +03:00
valuemutex.h [FL-140] Core api dynamic records (#296) 2021-01-20 19:09:26 +03:00