unleashed-firmware/firmware/targets/f7/furi_hal
Skorpionm 8c93695d01
[FL-3375] SubGhz: add CC1101 module external (#2747)
* SubGhz: add CC1101 Ext driver
* SubGhz:  move TIM2 -> TIM17 use cc1101_ext
* FuriHal: SPI move channel DMA 3,4 -> 6.7
* Documentation: fix font
* SubGhz: add work with SubGhz devices by link to device
* SubGhz: add support switching external/internal cc1101 "subghz chat"
* SubGhz: add support switching external/internal cc1101 "subghz tx" and "subghz rx"
* SubGhz: add "Radio Settings" scene
* SubGhz: add icon
* SubGhz: add supported CC1101 external module in SubGhz app
* SubGhz: fix check frequency supported radio device
* SubGhz: fix clang-formatted
* Sughz: move dirver CC1101_Ext to lib , compile cmd ./fbt launch_app APPSRC=radio_device_cc1101_ext
* SubGhz: fix CLI
* SubGhz: fix PVS
* SubGhz: delete comments
* SubGhz: fix unit_test
* Format sources
* Update api symbols and drivers targets
* Drivers: find proper place for target option
* SubGhz: external device connected method naming
* Format sources
* SubGhz:  fix module selection menu, when external is not connected
* SubGhz: fix furi_assert(device);
* SubGhz: fix split h and c
* SubGhz: furi_hal_subghz remove preset load function by name
* SubGhz: deleted comments
* Format Sources
* SubGhz: add some consts and fix unit tests
* Sync API Symbols

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-06-30 23:03:36 +09:00
..
furi_hal.c [FL-3295] FuriHal: add bus abstraction (#2614) 2023-05-30 01:05:57 +09:00
furi_hal_bt.c Furi,FuriHal: various improvements (#2819) 2023-06-30 13:52:43 +04:00
furi_hal_bt_hid.c [FL-3267] ble: refactored bt gatt characteristics setup (#2587) 2023-06-08 18:42:02 +09:00
furi_hal_bt_serial.c [FL-3267] ble: refactored bt gatt characteristics setup (#2587) 2023-06-08 18:42:02 +09:00
furi_hal_bus.c FuriHal: disable bus re-initialization on early init and extra asserts for AHB1,AHB2,AHB3 which must be left intact on entering to FUS (#2725) 2023-06-03 00:59:19 +04:00
furi_hal_bus.h [FL-3295] FuriHal: add bus abstraction (#2614) 2023-05-30 01:05:57 +09:00
furi_hal_clock.c FuriHal: remove clock startup time tracking from clean builds (#2764) 2023-06-13 16:02:12 +04: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-3289] Various Furi/FuriHal bug fixes and improvements (#2637) 2023-05-05 21:40:55 +09:00
furi_hal_crypto.c [FL-3295] FuriHal: add bus abstraction (#2614) 2023-05-30 01:05:57 +09:00
furi_hal_debug.c [FL-3226] Deep Sleep Idle (#2569) 2023-04-14 00:47:38 +10:00
furi_hal_dma.c [FL-3295] FuriHal: add bus abstraction (#2614) 2023-05-30 01:05:57 +09:00
furi_hal_dma.h [FL-3295] FuriHal: add bus abstraction (#2614) 2023-05-30 01:05:57 +09:00
furi_hal_flash.c [FL-3295] FuriHal: add bus abstraction (#2614) 2023-05-30 01:05:57 +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 Furi: more gpio checks in HAL (#2549) 2023-04-06 10:19:39 +08:00
furi_hal_gpio.h HAL to LL migration: GPIO, HSEM, AES (#1069) 2022-03-30 18:23:40 +03:00
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_i2c_config.c [FL-3295] FuriHal: add bus abstraction (#2614) 2023-05-30 01:05:57 +09:00
furi_hal_i2c_config.h [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
furi_hal_i2c_types.h [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
furi_hal_ibutton.c [FL-3295] FuriHal: add bus abstraction (#2614) 2023-05-30 01:05:57 +09: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 [FL-3295] FuriHal: add bus abstraction (#2614) 2023-05-30 01:05:57 +09:00
furi_hal_info.c [FL-3293] FuriHal: add system setting to device info, bump device info version (#2736) 2023-06-06 21:15:50 +04:00
furi_hal_infrared.c [FL-3295] FuriHal: add bus abstraction (#2614) 2023-05-30 01:05:57 +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 [FL-2399, FL-2261] Tickless sleep shenanigans (#1168) 2022-04-29 16:29:51 +03:00
furi_hal_light.c [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
furi_hal_memory.c Core2, SRAM2: provide safety gap (#2754) 2023-06-09 19:49:26 +09:00
furi_hal_mpu.c MPU Hal (#1492) 2022-08-04 00:47:10 +09:00
furi_hal_nfc.c [FL-3388] NFC/RFID detector (#2795) 2023-06-28 18:05:48 +09:00
furi_hal_nfc.h [FL-3388] NFC/RFID detector (#2795) 2023-06-28 18:05:48 +09:00
furi_hal_os.c [FL-3226] Deep Sleep Idle (#2569) 2023-04-14 00:47:38 +10:00
furi_hal_os.h [FL-2480] Use SysTick as the main OS timer (#1140) 2022-04-21 16:15:19 +03:00
furi_hal_power.c Move gauge calibration to separate header, add f18 calibration (#2622) 2023-05-03 06:08:41 +04:00
furi_hal_power_calibration.h Move gauge calibration to separate header, add f18 calibration (#2622) 2023-05-03 06:08:41 +04:00
furi_hal_pwm.c Fix furi_hal_bus related crashes in plugins (#2799) 2023-06-28 18:25:07 +09:00
furi_hal_pwm.h Fix furi_hal_bus related crashes in plugins (#2799) 2023-06-28 18:25:07 +09:00
furi_hal_random.c [FL-3295] FuriHal: add bus abstraction (#2614) 2023-05-30 01:05:57 +09:00
furi_hal_region.c [FL-2677] SubGhz: region provisioning (#1574) 2022-08-11 19:21:56 +10:00
furi_hal_resources.c [FL-3213] f7: add PB9 to debug pins (#2738) 2023-06-06 21:52:49 +04:00
furi_hal_resources.h [FL-3226] Deep Sleep Idle (#2569) 2023-04-14 00:47:38 +10:00
furi_hal_rfid.c [FL-3388] NFC/RFID detector (#2795) 2023-06-28 18:05:48 +09:00
furi_hal_rfid.h [FL-3388] NFC/RFID detector (#2795) 2023-06-28 18:05:48 +09:00
furi_hal_rtc.c [FL-3295] FuriHal: add bus abstraction (#2614) 2023-05-30 01:05:57 +09: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-3295] FuriHal: add bus abstraction (#2614) 2023-05-30 01:05:57 +09:00
furi_hal_spi.c [FL-3375] SubGhz: add CC1101 module external (#2747) 2023-06-30 23:03:36 +09:00
furi_hal_spi_config.c [FL-3295] FuriHal: add bus abstraction (#2614) 2023-05-30 01:05:57 +09:00
furi_hal_spi_config.h [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
furi_hal_spi_types.h [FL-3295] FuriHal: add bus abstraction (#2614) 2023-05-30 01:05:57 +09:00
furi_hal_subghz.c [FL-3375] SubGhz: add CC1101 module external (#2747) 2023-06-30 23:03:36 +09:00
furi_hal_subghz.h [FL-3375] SubGhz: add CC1101 module external (#2747) 2023-06-30 23:03:36 +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 [FL-3295] FuriHal: add bus abstraction (#2614) 2023-05-30 01:05:57 +09:00
furi_hal_uart.h [FL-2399, FL-2261] Tickless sleep shenanigans (#1168) 2022-04-29 16:29:51 +03:00
furi_hal_usb.c [FL-3295] FuriHal: add bus abstraction (#2614) 2023-05-30 01:05:57 +09:00
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 [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
furi_hal_usb_hid.c USB HID report timeout (#2682) 2023-05-25 23:50:13 +09:00
furi_hal_usb_i.h Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
furi_hal_usb_u2f.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_version_device.c [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
furi_hal_vibro.c [FL-3232] FuriHal: fix gpio naming and add explicit pulls for vibro, speaker and ir_tx (#2565) 2023-04-06 19:06:19 +10:00