flipperzero-firmware/firmware/targets/f7
Georgii Surkov df66f4f6ba
[FL-2480] Use SysTick as the main OS timer (#1140)
* Use SysTick as OS tick timer
* Use LPTIM2 as tickless idle timer
* Remove dummy LPTIM2 IRQ handler
* Clean up clock init code
* Rename os timer to idle timer
* Advance hal ticks along with FreeRTOS's
* Improve SysTick control during tickless idle
* Improve idle timer precision
* Correct SysTick IRQ priority
* Main, FuriHal: move system startup to separate thread
* Minor code cleanup

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2022-04-21 16:15:19 +03:00
..
ble_glue Fix GUI freeze after NFC classic read (#1074) 2022-03-31 17:57:23 +03:00
fatfs [FL-2263] Flasher service & RAM exec (#1006) 2022-04-13 23:50:25 +03:00
furi_hal [FL-2480] Use SysTick as the main OS timer (#1140) 2022-04-21 16:15:19 +03:00
Inc [FL-2480] Use SysTick as the main OS timer (#1140) 2022-04-21 16:15:19 +03:00
Src [FL-2480] Use SysTick as the main OS timer (#1140) 2022-04-21 16:15:19 +03:00
startup_stm32wb55xx_cm4.s [FL-1587] RFID: Clock for emulation timer from antenna (#622) 2021-09-10 05:19:02 +03:00
stm32wb55xx_flash.ld [FL-2263] Flasher service & RAM exec (#1006) 2022-04-13 23:50:25 +03:00
stm32wb55xx_ram_fw.ld [FL-2263] Flasher service & RAM exec (#1006) 2022-04-13 23:50:25 +03:00
target.mk [FL-2263] Flasher service & RAM exec (#1006) 2022-04-13 23:50:25 +03:00