flipperzero-firmware/furi/core
あく 984d89c6d0
Furi: smaller crash routine (#1912)
* Furi: smaller crash routine
* Furi: small fixes
* Furi: cleanup check routines, more assembly code, force inline of __furi_halt_mcu
* SubGhz: cleanup residual line mess
* Documentation
* Dap-link: fix help
* Furi: replace __furi_halt_mcu with HALT_MCU macros
* Furi: disable IRQ earlier in crash handler
* Furi: properly handle masked mode when detecting ISR
* Ble: allow 0 length feed in rpc_session_feed
* Format sources
* Furi: better crash logic explanation.
* Furi: some grammar in check.h

Co-authored-by: SG <who.just.the.doctor@gmail.com>
2022-10-24 20:50:34 +10:00
..
base.h
check.c Furi: smaller crash routine (#1912) 2022-10-24 20:50:34 +10:00
check.h Furi: smaller crash routine (#1912) 2022-10-24 20:50:34 +10:00
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
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 Fix FuriString oplist (init move) (#1894) 2022-10-20 19:58:11 +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