mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 21:13:16 +00:00
268b88be0d
* libs: removed STM32CubeWB module; split cube into 3 submodules * fixed f18 version * fbt: options: fixed expected stack version * pvs: updated for new paths * fbt: ep: multithreaded submodule update * libs: stm32cubewb: fixed duplicate include path; renamed to stm32wb; codeowners: updated paths; docs: updated paths * pvs: updated paths * libs: added cmsis_core from ARM sources, v.5.4.0, from https://github.com/ARM-software/CMSIS_5/tree/develop/CMSIS/Core/Include * Updated stm32wb_copro structure * PVS: exclude cmsis core from analysis --------- Co-authored-by: あく <alleteam@gmail.com>
56 lines
No EOL
1.1 KiB
JSON
56 lines
No EOL
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",
|
|
"stm32wb",
|
|
"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"
|
|
]
|
|
} |