flipperzero-firmware/furi/core
Georgii Surkov 37fb330b36
[FL-3226] Deep Sleep Idle (#2569)
* Improve RNG error handling
* Sync RTC shadow registers on Stop mode exit
* Implement working STOP2 mode
* Fix formatting
* FuriHal: disable SWD pins if debug is disabled
* Power: cleanup battery info view, handle zero current report from gauge
* Fbt: add command line argument for extra global defines
* FuriHal: cleanup debug defines in power and os, drop deep_insomnia counter.
* Add a setting to disable deep sleep
* Clean up furi_hal_power
* FuriHal,FapLoader,Debug: implement debug in stop mode, workaround resume in stop
* FuriHal: document OS and power subsystems debugging
* Furi: enable debug interface on crash

---------

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-04-14 00:47:38 +10:00
..
base.h Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
check.c [FL-3226] Deep Sleep Idle (#2569) 2023-04-14 00:47:38 +10:00
check.h
common_defines.h
core_defines.h [FL-3226] Deep Sleep Idle (#2569) 2023-04-14 00:47:38 +10: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
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
memmgr_heap.h
memmgr.c
memmgr.h
message_queue.c
message_queue.h
mutex.c
mutex.h
pubsub.c Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
pubsub.h
record.c
record.h
semaphore.c
semaphore.h Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
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
timer.h