flipperzero-firmware/applications/debug
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
..
accessor [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
battery_test_app debug apps: made runnable as .faps; sdk: resolved additional APIs in use by faps (#2333) 2023-01-27 16:41:55 +07:00
blink_test [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
bt_debug_app [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
direct_draw Gui: Direct Draw API (#2215) 2022-12-29 21:35:26 +10:00
display_test debug apps: made runnable as .faps; sdk: resolved additional APIs in use by faps (#2333) 2023-01-27 16:41:55 +07:00
file_browser_test [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
keypad_test [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
lfrfid_debug [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
locale_test [FL-3024] Locale settings (#2137) 2022-12-19 18:38:20 +09:00
rpc_debug_app debug apps: made runnable as .faps; sdk: resolved additional APIs in use by faps (#2333) 2023-01-27 16:41:55 +07:00
text_box_test [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
uart_echo UART echo: fix race conditions causing null pointer dereference (#2092) 2022-12-07 20:46:50 +09:00
unit_tests NFC: fix creating MF Classic tags from "Add Manually" menu (BCC calulation and ATQA/SAK writing) (#2342) 2023-02-02 22:18:39 +07:00
usb_mouse [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
usb_test [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
vibro_test [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
application.fam [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00