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",
|
|
|
|
"stm32cubewb",
|
|
|
|
"hwdrivers",
|
|
|
|
"fatfs",
|
|
|
|
"littlefs",
|
|
|
|
"flipperformat",
|
|
|
|
"toolbox",
|
|
|
|
"microtar",
|
|
|
|
"usb_stm32",
|
|
|
|
"appframe",
|
|
|
|
"assets",
|
2023-03-20 16:23:17 +00:00
|
|
|
"one_wire",
|
2023-02-07 16:33:05 +00:00
|
|
|
"misc",
|
|
|
|
"flipper_application",
|
|
|
|
"flipperformat",
|
|
|
|
"toolbox",
|
|
|
|
"flipper18"
|
|
|
|
],
|
|
|
|
"excluded_sources": [
|
|
|
|
"furi_hal_infrared.c",
|
|
|
|
"furi_hal_nfc.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",
|
2023-03-20 16:23:17 +00:00
|
|
|
"ibutton",
|
2023-02-07 16:33:05 +00:00
|
|
|
"infrared",
|
|
|
|
"st25rfal002"
|
|
|
|
]
|
2023-03-20 16:23:17 +00:00
|
|
|
}
|