unleashed-firmware/applications/services
Sergei Gavrilov 1d17206e23
TLSF memory allocator. Less free flash, moar free ram. (#3572)
* add tlsf as submodule
* libs: tlsf
* Furi: tlsf as allocator
* Furi: heap walker
* shmal fixshesh
* f18: tlsf
* PVS: ignore tlsf
* I like to moving
* merge upcoming changes
* memmgr: alloc aligned, realloc
* Furi: distinct name for auxiliary memory pool
* Furi: put idle and timer thread to mem2
* Furi: fix smal things in allocator
* Furi: remove aligned_free. Use free instead.
* aligned_malloc -> aligned_alloc
* aligned_alloc, parameters order
* aligned_alloc: check that alignment is correct
* unit test: malloc
* unit tests: realloc and test with memory fragmentation
* unit tests: aligned_alloc
* update api
* updater: properly read large update file

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2024-05-15 16:47:21 +01:00
..
bt SavedStruct: Introduce saved_struct_get_metadata (#3392) 2024-03-26 03:48:18 +09:00
cli TLSF memory allocator. Less free flash, moar free ram. (#3572) 2024-05-15 16:47:21 +01:00
crypto Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
desktop Desktop: fix crash on autolock after restart in locked state (#3643) 2024-05-10 16:01:33 +01:00
dialogs Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
dolphin Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
expansion SavedStruct: Introduce saved_struct_get_metadata (#3392) 2024-03-26 03:48:18 +09:00
gui [FL-3797] Settings menu refactoring (#3632) 2024-05-14 19:58:09 +01:00
input Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
loader Status output !TX/RX on the GDO2 CC1101 pin (#3571) 2024-04-10 00:05:30 +09:00
locale Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
notification fbt: added -Wstrict-prototypes for main firmware (#3557) 2024-04-02 02:02:45 +09:00
power Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
rpc [FL-3496, FL-3523, FL-3767, FL-3790] Infrared fixes and more (#3515) 2024-03-20 23:54:07 +09:00
storage Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09: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