mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-20 03:41:42 +03:00
d92b0a82cc
"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.
67 lines
1.4 KiB
JSON
67 lines
1.4 KiB
JSON
{
|
|
"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",
|
|
"stm32wb",
|
|
"hwdrivers",
|
|
"fatfs",
|
|
"littlefs",
|
|
"flipperformat",
|
|
"toolbox",
|
|
"digital_signal",
|
|
"signal_reader",
|
|
"microtar",
|
|
"usb_stm32",
|
|
"appframe",
|
|
"assets",
|
|
"one_wire",
|
|
"music_worker",
|
|
"misc",
|
|
"flipper_application",
|
|
"flipperformat",
|
|
"toolbox",
|
|
"flipper18"
|
|
|
|
],
|
|
"excluded_sources": [
|
|
"furi_hal_infrared.c",
|
|
"furi_hal_nfc.c",
|
|
"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",
|
|
"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",
|
|
"ibutton",
|
|
"infrared"
|
|
]
|
|
}
|