flipperzero-firmware/applications/gui
Georgii Surkov 01434265f6
[FL-2399, FL-2261] Tickless sleep shenanigans (#1168)
* Disable USART in sleep
* Restore UART state on suspend/resume
* FuriHal: Enable stop mode and add insomnia to I2C and SPI
* Remove IDLE interrupt
* FuriHal: add FPU isr and disable all FPU interrupt, add core2 stop mode configuration on deep sleep
* FuriHal: tie stop mode debug with debug rtc flag
* FuriHal: adjust flash latency on clock switch, tie mcu debug with RTC debug flag
* FuriHal: move resource init to early stage
* Add EXTI pending check, enable debug traps with compile-time flag
* Wrap sleep debug functions in conditional compilation
* Remove erroneous changed
* Do not use CSS, remove it from everywhere
* Enable/disable USB on VBUS connect (prototype)
* FuriHal: add LPMS and DEEPSLEEP magic, workaround state inconsistency between cores
* FuriHal: honor c1 LMPS
* USB mode switch fix
* Applications: add flags and insomnia bypass system
* Correct spelling
* FuriHal: cleanup insomnia usage, reset sleep flags on wakeup, add shutdown api
* FuriHal: extra check on reinit request
* FuriHal: rename gpio_display_rst pin to gpio_display_rst_n
* FuriHal: add debug HAL
* FuriHal: add some magic to core2 reload procedure, fix issue with crash on ble keyboard exit
* FuriHal: cleanup ble glue, add BLE_GLUE_DEBUG flag
* FuriHal: ble reinit API, move os timer to LPTIM1 for deep sleep capability, shutdown that works
* FuriHal: take insomnia while shutdown
* Remove USB switch on/off on VBUS change
* Better tick skew handling
* Improve tick consistency under load
* Add USB_HP dummy IRQ handler
* Move interrupt check closer to sleep
* Clean up includes
* Re-enable Insomnia globally
* FuriHal: enable CSS
* FuriHal: remove questionable core2 clock shenanigans
* FuriHal: use core1 RCC registers in idle timer config
* FuriHal: return back CSS handlers, add lptim isr dispatching

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
Co-authored-by: nminaylov <nm29719@gmail.com>
2022-04-29 16:29:51 +03:00
..
modules [FL-2475] Text Box add three dots trim option (#1136) 2022-04-19 22:23:50 +03:00
canvas_i.h [FL-1906] Documentation: add Doxyfile, prepare sources for doxygen. (#741) 2021-10-03 13:36:05 +03:00
canvas.c [FL-2399, FL-2261] Tickless sleep shenanigans (#1168) 2022-04-29 16:29:51 +03:00
canvas.h [FL-2183] [FL-2209] Dolphin Deeds, Level up, assets generation, refactoring (#965) 2022-01-29 12:20:41 +03:00
elements.c [FL-2463, FL-2471, FL-2472, FL-2473] Notifications, GUI elements, archive fixes #1137 2022-04-21 15:33:03 +03:00
elements.h [FL-2475] Text Box add three dots trim option (#1136) 2022-04-19 22:23:50 +03:00
gui_i.h [FL-2335] Gui, Rpc: multisession, asynchronous screen streaming with adaptive frame rate (#1033) 2022-03-17 16:44:54 +07:00
gui.c Gui: add missing redraw call after layer change (#1126) 2022-04-18 01:29:45 +03:00
gui.h [FL-2335] Gui, Rpc: multisession, asynchronous screen streaming with adaptive frame rate (#1033) 2022-03-17 16:44:54 +07:00
icon_animation_i.h [FL-1906] Documentation: add Doxyfile, prepare sources for doxygen. (#741) 2021-10-03 13:36:05 +03:00
icon_animation.c [FL-2274] Inventing streams and moving FFF to them (#981) 2022-02-18 22:53:46 +03:00
icon_animation.h [FL-1906] Documentation: add Doxyfile, prepare sources for doxygen. (#741) 2021-10-03 13:36:05 +03:00
icon_i.h Release Candidate 0.48.0 Bug Fixes (#991) 2022-02-13 22:24:03 +03:00
icon.c GUI: Icons and IconsAnimation refactoring. Switch assets to new Icon Api (#566) 2021-07-07 11:57:49 +03:00
icon.h [FL-1906] Documentation: add Doxyfile, prepare sources for doxygen. (#741) 2021-10-03 13:36:05 +03:00
scene_manager_i.h [FL-1906] Documentation: add Doxyfile, prepare sources for doxygen. (#741) 2021-10-03 13:36:05 +03:00
scene_manager.c [FL-2274] Inventing streams and moving FFF to them (#981) 2022-02-18 22:53:46 +03:00
scene_manager.h [FL-2139] SubGhz: refactoring GUI SubGhz (#910) 2021-12-22 16:01:20 +03:00
view_dispatcher_i.h [FL-1906] Documentation: add Doxyfile, prepare sources for doxygen. (#741) 2021-10-03 13:36:05 +03:00
view_dispatcher.c [FL-2274] Inventing streams and moving FFF to them (#981) 2022-02-18 22:53:46 +03:00
view_dispatcher.h [FL-1995] New dolphin animations (part 1) (#835) 2021-11-24 19:21:12 +03:00
view_i.h [FL-1906] Documentation: add Doxyfile, prepare sources for doxygen. (#741) 2021-10-03 13:36:05 +03:00
view_port_i.h [FL-1906] Documentation: add Doxyfile, prepare sources for doxygen. (#741) 2021-10-03 13:36:05 +03:00
view_port.c [FL-2274] Inventing streams and moving FFF to them (#981) 2022-02-18 22:53:46 +03:00
view_port.h [FL-1906] Documentation: add Doxyfile, prepare sources for doxygen. (#741) 2021-10-03 13:36:05 +03:00
view_stack.c [FL-2284] IR: Show universal remote loading (#1004) 2022-02-24 14:59:36 +03:00
view_stack.h [FL-2284] IR: Show universal remote loading (#1004) 2022-02-24 14:59:36 +03:00
view.c [FL-2274] Inventing streams and moving FFF to them (#981) 2022-02-18 22:53:46 +03:00
view.h [FL-1906] Documentation: add Doxyfile, prepare sources for doxygen. (#741) 2021-10-03 13:36:05 +03:00