flipperzero-firmware/firmware/targets/f7/furi_hal
hedger f192ccce2c
FatFS: use rtc for timestamping (#2555)
* fatfs: use rtc
* fatfs: removed duplicate get_fattime declaration
* pvs: fixed warnings for fatfs timestamp
* fatfs: fixed seconds packing
* FuriHal: critical section around RTC datetime access
* FatFS: remove unused configration defines, update documentation
* FuriHal: checks instead of assets in RTC

---------

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-04-01 23:50:30 +10:00
..
furi_hal_bt_hid.c [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
furi_hal_bt_serial.c [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
furi_hal_bt.c [FL-2811] Fix PVS-Studio warnings (#2142) 2022-12-26 21:13:30 +09:00
furi_hal_clock.c [FL-2797] Signal Generator app (#1793) 2022-09-29 01:37:24 +09:00
furi_hal_clock.h [FL-2797] Signal Generator app (#1793) 2022-09-29 01:37:24 +09:00
furi_hal_console.c M*LIB: non-inlined strings, FuriString primitive (#1795) 2022-10-06 00:15:23 +09:00
furi_hal_console.h [FL-2870] Printf function attributes (#1841) 2022-10-07 22:35:15 +09:00
furi_hal_cortex.c [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
furi_hal_crypto.c Code cleanup: srand, PVS warnings (#1974) 2022-11-05 18:07:24 +03:00
furi_hal_debug.c
furi_hal_flash.c OpenOCD scripts (#2101) 2022-12-27 21:59:36 +09:00
furi_hal_flash.h [FL-2836] Fast flash programming mode (#1782) 2022-09-26 20:03:21 +09:00
furi_hal_gpio.c [FL-3057] Allow use of any suitable pin for 1-Wire devices (#2350) 2023-02-08 14:40:44 +09:00
furi_hal_gpio.h
furi_hal_i2c_config.c [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
furi_hal_i2c_config.h
furi_hal_i2c_types.h
furi_hal_i2c.c [FL-2818] FuriHal: add FuriHalCortexTimer, use it for i2c bus timeouts (#1900) 2022-10-20 20:14:46 +03:00
furi_hal_ibutton.c [FL-3152] Screen streaming improvements (#2498) 2023-03-23 03:00:48 +10:00
furi_hal_ibutton.h [FL-3057] Allow use of any suitable pin for 1-Wire devices (#2350) 2023-02-08 14:40:44 +09:00
furi_hal_idle_timer.h
furi_hal_info.c [FL-2957] Unified Info API, App Error, Data Xchange (#1998) 2022-11-29 18:08:08 +09:00
furi_hal_infrared.c [FL-2435] SD over SPI improvements (#2204) 2023-02-08 13:41:22 +09:00
furi_hal_interrupt.c [FL-3093, FL-3087] SubGhz: Fix Raw write, add short duration filter setting (#2300) 2023-02-08 22:20:42 +09:00
furi_hal_interrupt.h
furi_hal_light.c [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
furi_hal_memory.c [FL-2811] Fix PVS-Studio warnings (#2142) 2022-12-26 21:13:30 +09:00
furi_hal_mpu.c
furi_hal_nfc.c [FL-3122] Re-init NFC when starting the worker (#2399) 2023-02-20 23:44:03 +09:00
furi_hal_nfc.h [FL-3122] Re-init NFC when starting the worker (#2399) 2023-02-20 23:44:03 +09:00
furi_hal_os.c [FL-2811] Fix PVS-Studio warnings (#2142) 2022-12-26 21:13:30 +09:00
furi_hal_os.h
furi_hal_power.c FuriHal, Power, UnitTests: fix, rename battery charging voltage limit API (#2228) 2023-02-27 02:23:39 +09:00
furi_hal_pwm.c [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
furi_hal_pwm.h [FL-2797] Signal Generator app (#1793) 2022-09-29 01:37:24 +09:00
furi_hal_random.c [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
furi_hal_region.c
furi_hal_resources.c [FL-3152] Screen streaming improvements (#2498) 2023-03-23 03:00:48 +10:00
furi_hal_resources.h [FL-3057] Allow use of any suitable pin for 1-Wire devices (#2350) 2023-02-08 14:40:44 +09:00
furi_hal_rfid.c [FL-3057] Allow use of any suitable pin for 1-Wire devices (#2350) 2023-02-08 14:40:44 +09:00
furi_hal_rfid.h [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
furi_hal_rtc.c FatFS: use rtc for timestamping (#2555) 2023-04-01 23:50:30 +10:00
furi_hal_sd.c [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
furi_hal_speaker.c [FL-3040] Audio support for SubGhz (#2131) 2022-12-17 07:20:10 +09:00
furi_hal_spi_config.c [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
furi_hal_spi_config.h
furi_hal_spi_types.h
furi_hal_spi.c feat: add missing const qualifiers (#2233) 2023-02-09 13:58:01 +09:00
furi_hal_subghz_configs.h
furi_hal_subghz.c [FL-3093, FL-3087] SubGhz: Fix Raw write, add short duration filter setting (#2300) 2023-02-08 22:20:42 +09:00
furi_hal_subghz.h [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
furi_hal_target_hw.h [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
furi_hal_uart.c [#2501] Disable UART IRQs by default (#2523) 2023-03-22 23:41:14 +09:00
furi_hal_uart.h
furi_hal_usb_cdc.c [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
furi_hal_usb_cdc.h
furi_hal_usb_hid.c BadUSB: implement boot protocol (#2496) 2023-03-21 23:53:07 +09:00
furi_hal_usb_i.h
furi_hal_usb_u2f.c [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
furi_hal_usb.c Improved thread lifecycle (#2534) 2023-03-28 16:34:49 +09:00
furi_hal_version_device.c [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
furi_hal_version.c [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
furi_hal_vibro.c
furi_hal.c [FL-3152] Screen streaming improvements (#2498) 2023-03-23 03:00:48 +10:00