unleashed-firmware/applications/debug
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
..
accessor Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
battery_test_app Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
blink_test fbt: improvements (#3217) 2023-11-16 01:27:35 +09:00
bt_debug_app Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
ccid_test Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
crash_test Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
direct_draw Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
display_test Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
expansion_test Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
file_browser_test fbt: improvements (#3217) 2023-11-16 01:27:35 +09:00
keypad_test fbt: improvements (#3217) 2023-11-16 01:27:35 +09:00
lfrfid_debug Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
locale_test Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
rpc_debug_app Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
speaker_debug Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
subghz_test [FL-3770, FL-3680] HID App improvements and little extra (#3518) 2024-03-25 16:00:35 +09:00
text_box_test fbt: improvements (#3217) 2023-11-16 01:27:35 +09:00
uart_echo FuriHal: UART refactoring (#3211) 2024-01-16 03:09:37 +04:00
unit_tests TLSF memory allocator. Less free flash, moar free ram. (#3572) 2024-05-15 16:47:21 +01:00
usb_mouse fbt: improvements (#3217) 2023-11-16 01:27:35 +09:00
usb_test Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
vibro_test fbt: improvements (#3217) 2023-11-16 01:27:35 +09:00
application.fam [FL-3211][FL-3212] Debug apps: speaker, uart_echo with baudrate (#2812) 2023-06-29 20:23:04 +09:00