unleashed-firmware/targets/f7/target.json
あく 0bc400a3ae
Code Cleanup: unused includes, useless checks, unused variables, etc... (#3696)
* Remove unnecessary checks
* Sublime: never insert missing headers
* Cleanup furi defines use
* Cleanup startup. Cleanup linker scripts. Explicitly define all interrupts hadlers, including uninmplemented one.
* Startup routine in C
* Drop assembler startup
* Move linker defines to stm32wb55_linker.h, cleanup naming, unify usage. Mpu: protect last 32b of main stack. Document various obscure things.
* Move furi_hal_switch documentation to appropriate place, use 0x0 for updater jump.
* UnitTests: move all temporary test files into tmp folder

---------

Co-authored-by: SG <who.just.the.doctor@gmail.com>
2024-06-11 03:04:29 +10:00

57 lines
1.2 KiB
JSON

{
"include_paths": [
"ble_glue",
"fatfs",
"furi_hal",
"inc"
],
"sdk_header_paths": [
"../furi_hal_include",
"furi_hal",
"platform_specific",
"ble_glue/furi_ble",
"ble_glue/services",
"ble_glue/profiles"
],
"linker_script_flash": "stm32wb55xx_flash.ld",
"linker_script_ram": "stm32wb55xx_ram_fw.ld",
"linker_script_app": "application_ext.ld",
"sdk_symbols": "api_symbols.csv",
"linker_dependencies": [
"print",
"flipper7",
"furi",
"freertos",
"stm32wb",
"hwdrivers",
"fatfs",
"littlefs",
"subghz",
"toolbox",
"nfc",
"digital_signal",
"pulse_reader",
"signal_reader",
"microtar",
"usb_stm32",
"infrared",
"appframe",
"assets",
"one_wire",
"ibutton",
"music_worker",
"mjs",
"mbedtls",
"lfrfid",
"flipper_application",
"u8g2",
"nanopb",
"update_util",
"heatshrink",
"flipperformat",
"flipper7",
"bit_lib",
"toolbox",
"datetime"
]
}