flipperzero-firmware/firmware/targets/f7/furi_hal
hedger 224d0aefe4
[FL-2733] multitarget support for fbt (#2209)
* First part of multitarget porting
* Delete firmware/targets/f7/Inc directory
* Delete firmware/targets/f7/Src directory
* gpio: cli fixes; about: using version from HAL
* sdk: path fixes
* gui: include fixes
* applications: more include fixes
* gpio: ported to new apis
* hal: introduced furi_hal_target_hw.h; libs: added one_wire
* hal: f18 target
* github: also build f18 by default
* typo fix
* fbt: removed extra checks on app list
* api: explicitly bundling select mlib headers with sdk
* hal: f18: changed INPUT_DEBOUNCE_TICKS to match f7
* cleaned up commented out code
* docs: added info on hw targets
* docs: targets: formatting fixes
* f18: fixed link error
* f18: fixed API version to match f7
* docs: hardware: minor wording fixes
* faploader: added fw target check
* docs: typo fixes
* github: not building komi target by default
* fbt: support for `targets` field for built-in apps
* github: reworked build flow to exclude app_set; fbt: removed komi-specific appset; added additional target buildset check
* github: fixed build; nfc: fixed pvs warnings
* attempt to fix target id
* f7, f18: removed certain HAL function from public API
* apps: debug: enabled bt_debug_app for f18
* Targets: backport input pins configuration routine from F7 to F18

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-02-08 01:33:05 +09: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_compress.c [FL-2274] Inventing streams and moving FFF to them (#981) 2022-02-18 22:53:46 +03: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 [FL-2399, FL-2261] Tickless sleep shenanigans (#1168) 2022-04-29 16:29:51 +03:00
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 HAL to LL migration: GPIO, HSEM, AES (#1069) 2022-03-30 18:23:40 +03:00
furi_hal_gpio.h HAL to LL migration: GPIO, HSEM, AES (#1069) 2022-03-30 18:23:40 +03:00
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 [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_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 HAL to LL migration: GPIO, HSEM, AES (#1069) 2022-03-30 18:23:40 +03:00
furi_hal_ibutton.h [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
furi_hal_idle_timer.h [FL-2399, FL-2261] Tickless sleep shenanigans (#1168) 2022-04-29 16:29:51 +03:00
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-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
furi_hal_interrupt.c [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +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 [FL-2811] Fix PVS-Studio warnings (#2142) 2022-12-26 21:13:30 +09:00
furi_hal_mpu.c MPU Hal (#1492) 2022-08-04 00:47:10 +09:00
furi_hal_nfc.c [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
furi_hal_nfc.h [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +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 [FL-2480] Use SysTick as the main OS timer (#1140) 2022-04-21 16:15:19 +03:00
furi_hal_power.c FuriHal, Power, UnitTests: battery charging voltage limit API (#2063) 2022-12-08 15:57:49 +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 [FL-2677] SubGhz: region provisioning (#1574) 2022-08-11 19:21:56 +10:00
furi_hal_resources.c [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
furi_hal_resources.h [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
furi_hal_rfid.c [FL-2529][FL-1628] New LF-RFID subsystem (#1601) 2022-08-24 00:57:39 +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 [FL-2811] Fix PVS-Studio warnings (#2142) 2022-12-26 21:13:30 +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-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 [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
furi_hal_spi_types.h [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
furi_hal_spi.c [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
furi_hal_subghz_configs.h SubGhz: allow refill attempt at the end of transmission (#1314) 2022-06-14 11:27:03 +10:00
furi_hal_subghz.c [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +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 [FL-2811] Fix PVS-Studio warnings (#2142) 2022-12-26 21:13:30 +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_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 [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +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_usb.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_version.c [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
furi_hal_vibro.c HAL to LL migration: GPIO, HSEM, AES (#1069) 2022-03-30 18:23:40 +03:00
furi_hal.c [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00