flipperzero-firmware/furi/core
Sergey Gavrilov 37b5e58a60
More correct elf loader (#1839)
* ELF File: more robust section loader
* ELF File: faster and smaller preinit, init and fini arrays handling
* ELF File: load sections on preload stage
* ELF File: naming
* Furi: fix use after free in thread join

Co-authored-by: あく <alleteam@gmail.com>
2022-10-08 02:06:29 +09:00
..
base.h
check.c M*LIB: non-inlined strings, FuriString primitive (#1795) 2022-10-06 00:15:23 +09:00
check.h
common_defines.h
core_defines.h
dangerous_defines.h
event_flag.c
event_flag.h
kernel.c
kernel.h M*LIB: non-inlined strings, FuriString primitive (#1795) 2022-10-06 00:15:23 +09:00
log.c M*LIB: non-inlined strings, FuriString primitive (#1795) 2022-10-06 00:15:23 +09:00
log.h [FL-2870] Printf function attributes (#1841) 2022-10-07 22:35:15 +09:00
memmgr_heap.c
memmgr_heap.h
memmgr.c [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
memmgr.h
message_queue.c
message_queue.h
mutex.c
mutex.h
pubsub.c
pubsub.h
record.c M*LIB: non-inlined strings, FuriString primitive (#1795) 2022-10-06 00:15:23 +09:00
record.h
semaphore.c
semaphore.h
stream_buffer.c [FL-2839] Furi stream buffer (#1834) 2022-10-07 21:27:11 +09:00
stream_buffer.h [FL-2839] Furi stream buffer (#1834) 2022-10-07 21:27:11 +09:00
string.c M*LIB: non-inlined strings, FuriString primitive (#1795) 2022-10-06 00:15:23 +09:00
string.h [FL-2870] Printf function attributes (#1841) 2022-10-07 22:35:15 +09:00
thread.c More correct elf loader (#1839) 2022-10-08 02:06:29 +09:00
thread.h
timer.c
timer.h
valuemutex.c
valuemutex.h