flipperzero-firmware/furi/core
Sergey Gavrilov 8b2dfea925
Improved thread lifecycle (#2534)
* Core, Thread: mark thread to join from prvDeleteTCB
* USB HAL: move vars to MEM2
* Core, Thread: cleanup sources
* Cli: add magic delays on rx pipe error, prevent cli from consuming processor time
* Furi: update thread documentation

Co-authored-by: あく <alleteam@gmail.com>
2023-03-28 16:34:49 +09:00
..
base.h
check.c [FL-2811] Fix PVS-Studio warnings (#2142) 2022-12-26 21:13:30 +09:00
check.h
common_defines.h Furi: make furi_is_irq_context public (#2276) 2023-01-29 17:12:24 +07:00
core_defines.h [FL-3080] fbt: PVS support (#2286) 2023-01-17 15:55:49 +03:00
dangerous_defines.h
event_flag.c [FL-2435] SD over SPI improvements (#2204) 2023-02-08 13:41:22 +09:00
event_flag.h
kernel.c Furi: make furi_is_irq_context public (#2276) 2023-01-29 17:12:24 +07:00
kernel.h Furi: make furi_is_irq_context public (#2276) 2023-01-29 17:12:24 +07:00
log.c SubGhz: add protocol BinRAW (binarization of data quantized by the minimum correlated duration) (#2322) 2023-02-09 13:48:06 +09:00
log.h SubGhz: add protocol BinRAW (binarization of data quantized by the minimum correlated duration) (#2322) 2023-02-09 13:48:06 +09:00
memmgr_heap.c [FL-2811] Fix PVS-Studio warnings (#2142) 2022-12-26 21:13:30 +09:00
memmgr_heap.h Fix for spelling (#2051) 2022-11-29 01:51:51 +09:00
memmgr.c
memmgr.h Fix for spelling (#2051) 2022-11-29 01:51:51 +09:00
message_queue.c Furi: make furi_is_irq_context public (#2276) 2023-01-29 17:12:24 +07:00
message_queue.h
mutex.c [FL-2811] Fix PVS-Studio warnings (#2142) 2022-12-26 21:13:30 +09:00
mutex.h Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
pubsub.c
pubsub.h
record.c
record.h
semaphore.c
semaphore.h
stream_buffer.c [FL-2811] Fix PVS-Studio warnings (#2142) 2022-12-26 21:13:30 +09:00
stream_buffer.h
string.c [FL-2811] Fix PVS-Studio warnings (#2142) 2022-12-26 21:13:30 +09:00
string.h
thread.c Improved thread lifecycle (#2534) 2023-03-28 16:34:49 +09:00
thread.h Improved thread lifecycle (#2534) 2023-03-28 16:34:49 +09:00
timer.c Furi: make furi_is_irq_context public (#2276) 2023-01-29 17:12:24 +07:00
timer.h