unleashed-firmware/applications/services
あく 0bc400a3ae
Code Cleanup: unused includes, useless checks, unused variables, etc... (#3696)
* Remove unnecessary checks
* Sublime: never insert missing headers
* Cleanup furi defines use
* Cleanup startup. Cleanup linker scripts. Explicitly define all interrupts hadlers, including uninmplemented one.
* Startup routine in C
* Drop assembler startup
* Move linker defines to stm32wb55_linker.h, cleanup naming, unify usage. Mpu: protect last 32b of main stack. Document various obscure things.
* Move furi_hal_switch documentation to appropriate place, use 0x0 for updater jump.
* UnitTests: move all temporary test files into tmp folder

---------

Co-authored-by: SG <who.just.the.doctor@gmail.com>
2024-06-11 03:04:29 +10:00
..
bt [FL-3832] Use static synchronisation primitives (#3679) 2024-06-05 18:04:03 +01:00
cli Code Cleanup: unused includes, useless checks, unused variables, etc... (#3696) 2024-06-11 03:04:29 +10:00
crypto Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
desktop [FL-3832] Use static synchronisation primitives (#3679) 2024-06-05 18:04:03 +01:00
dialogs cleanup of various warnings from clangd (#3682) 2024-06-03 14:43:23 +01:00
dolphin Code Cleanup: unused includes, useless checks, unused variables, etc... (#3696) 2024-06-11 03:04:29 +10:00
expansion SavedStruct: Introduce saved_struct_get_metadata (#3392) 2024-03-26 03:48:18 +09:00
gui Code Cleanup: unused includes, useless checks, unused variables, etc... (#3696) 2024-06-11 03:04:29 +10:00
input Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
loader Icons: compression fixes & larger dimension support (#3564) 2024-05-20 18:23:47 +01:00
locale Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
notification cleanup of various warnings from clangd (#3682) 2024-06-03 14:43:23 +01:00
power [FL-3832] Use static synchronisation primitives (#3679) 2024-06-05 18:04:03 +01:00
rpc RPC: Add TarExtract command, some small fixes (#3685) 2024-06-08 14:15:12 +01:00
storage cleanup of various warnings from clangd (#3682) 2024-06-03 14:43:23 +01:00
application.fam [FL-3669] Expansion module protocol (#3250) 2024-01-16 18:18:56 +09:00
applications.h loader: restored support for debug apps (#2993) 2023-08-23 02:38:45 +09:00