0917494a80
* Separate ibutton to its own module, add one_wire to f18 * Move onewire cli to a separate app Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
57 lines
1.1 KiB
JSON
57 lines
1.1 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",
|
|
"stm32cubewb",
|
|
"hwdrivers",
|
|
"fatfs",
|
|
"littlefs",
|
|
"flipperformat",
|
|
"toolbox",
|
|
"microtar",
|
|
"usb_stm32",
|
|
"appframe",
|
|
"assets",
|
|
"one_wire",
|
|
"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",
|
|
"ibutton",
|
|
"infrared",
|
|
"st25rfal002"
|
|
]
|
|
}
|