2023-02-07 16:33:05 +00:00
|
|
|
{
|
|
|
|
"inherit": "7",
|
|
|
|
"include_paths": [
|
|
|
|
"furi_hal"
|
|
|
|
],
|
|
|
|
"sdk_header_paths": [
|
|
|
|
"../furi_hal_include",
|
|
|
|
"furi_hal",
|
|
|
|
"platform_specific"
|
|
|
|
],
|
|
|
|
"sdk_symbols": "api_symbols.csv",
|
|
|
|
"linker_dependencies": [
|
|
|
|
"print",
|
|
|
|
"flipper18",
|
|
|
|
"furi",
|
|
|
|
"freertos",
|
2023-05-08 21:30:33 +00:00
|
|
|
"stm32wb",
|
2023-02-07 16:33:05 +00:00
|
|
|
"hwdrivers",
|
|
|
|
"fatfs",
|
|
|
|
"littlefs",
|
|
|
|
"toolbox",
|
NFC refactoring (#3050)
"A long time ago in a galaxy far, far away...." we started NFC subsystem refactoring.
Starring:
- @gornekich - NFC refactoring project lead, architect, senior developer
- @gsurkov - architect, senior developer
- @RebornedBrain - senior developer
Supporting roles:
- @skotopes, @DrZlo13, @hedger - general architecture advisors, code review
- @Astrrra, @doomwastaken, @Hellitron, @ImagineVagon333 - quality assurance
Special thanks:
@bettse, @pcunning, @nxv, @noproto, @AloneLiberty and everyone else who has been helping us all this time and contributing valuable knowledges, ideas and source code.
2023-10-24 03:08:09 +00:00
|
|
|
"digital_signal",
|
|
|
|
"signal_reader",
|
2023-02-07 16:33:05 +00:00
|
|
|
"microtar",
|
|
|
|
"usb_stm32",
|
|
|
|
"appframe",
|
|
|
|
"assets",
|
2023-03-20 16:23:17 +00:00
|
|
|
"one_wire",
|
2023-06-29 11:23:04 +00:00
|
|
|
"music_worker",
|
2023-12-01 09:16:48 +00:00
|
|
|
"mbedtls",
|
2023-02-07 16:33:05 +00:00
|
|
|
"flipper_application",
|
|
|
|
"toolbox",
|
2023-12-01 09:16:48 +00:00
|
|
|
"u8g2",
|
|
|
|
"nanopb",
|
|
|
|
"update_util",
|
|
|
|
"heatshrink",
|
|
|
|
"flipperformat",
|
2023-02-07 16:33:05 +00:00
|
|
|
"flipper18"
|
|
|
|
],
|
|
|
|
"excluded_sources": [
|
|
|
|
"furi_hal_infrared.c",
|
|
|
|
"furi_hal_nfc.c",
|
NFC refactoring (#3050)
"A long time ago in a galaxy far, far away...." we started NFC subsystem refactoring.
Starring:
- @gornekich - NFC refactoring project lead, architect, senior developer
- @gsurkov - architect, senior developer
- @RebornedBrain - senior developer
Supporting roles:
- @skotopes, @DrZlo13, @hedger - general architecture advisors, code review
- @Astrrra, @doomwastaken, @Hellitron, @ImagineVagon333 - quality assurance
Special thanks:
@bettse, @pcunning, @nxv, @noproto, @AloneLiberty and everyone else who has been helping us all this time and contributing valuable knowledges, ideas and source code.
2023-10-24 03:08:09 +00:00
|
|
|
"furi_hal_nfc_timer.c",
|
|
|
|
"furi_hal_nfc_irq.c",
|
|
|
|
"furi_hal_nfc_event.c",
|
|
|
|
"furi_hal_nfc_iso15693.c",
|
|
|
|
"furi_hal_nfc_iso14443a.c",
|
|
|
|
"furi_hal_nfc_iso14443b.c",
|
|
|
|
"furi_hal_nfc_felica.c",
|
2023-02-07 16:33:05 +00:00
|
|
|
"furi_hal_rfid.c",
|
|
|
|
"furi_hal_subghz.c"
|
|
|
|
],
|
|
|
|
"excluded_headers": [
|
|
|
|
"furi_hal_infrared.h",
|
|
|
|
"furi_hal_nfc.h",
|
|
|
|
"furi_hal_rfid.h",
|
|
|
|
"furi_hal_subghz.h",
|
|
|
|
"furi_hal_ibutton.h",
|
|
|
|
"furi_hal_subghz_configs.h"
|
|
|
|
],
|
|
|
|
"excluded_modules": [
|
|
|
|
"nfc",
|
|
|
|
"lfrfid",
|
|
|
|
"subghz",
|
2023-03-20 16:23:17 +00:00
|
|
|
"ibutton",
|
NFC refactoring (#3050)
"A long time ago in a galaxy far, far away...." we started NFC subsystem refactoring.
Starring:
- @gornekich - NFC refactoring project lead, architect, senior developer
- @gsurkov - architect, senior developer
- @RebornedBrain - senior developer
Supporting roles:
- @skotopes, @DrZlo13, @hedger - general architecture advisors, code review
- @Astrrra, @doomwastaken, @Hellitron, @ImagineVagon333 - quality assurance
Special thanks:
@bettse, @pcunning, @nxv, @noproto, @AloneLiberty and everyone else who has been helping us all this time and contributing valuable knowledges, ideas and source code.
2023-10-24 03:08:09 +00:00
|
|
|
"infrared"
|
2023-02-07 16:33:05 +00:00
|
|
|
]
|
2023-12-01 09:16:48 +00:00
|
|
|
}
|