target.json 1008 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "include_paths": [
  3. "ble_glue",
  4. "fatfs",
  5. "furi_hal",
  6. "inc"
  7. ],
  8. "sdk_header_paths": [
  9. "../furi_hal_include",
  10. "furi_hal",
  11. "platform_specific"
  12. ],
  13. "startup_script": "startup_stm32wb55xx_cm4.s",
  14. "linker_script_flash": "stm32wb55xx_flash.ld",
  15. "linker_script_ram": "stm32wb55xx_ram_fw.ld",
  16. "linker_script_app": "application_ext.ld",
  17. "sdk_symbols": "api_symbols.csv",
  18. "linker_dependencies": [
  19. "print",
  20. "flipper7",
  21. "furi",
  22. "freertos",
  23. "stm32cubewb",
  24. "hwdrivers",
  25. "fatfs",
  26. "littlefs",
  27. "subghz",
  28. "flipperformat",
  29. "toolbox",
  30. "nfc",
  31. "microtar",
  32. "usb_stm32",
  33. "st25rfal002",
  34. "infrared",
  35. "appframe",
  36. "assets",
  37. "one_wire",
  38. "ibutton",
  39. "misc",
  40. "mbedtls",
  41. "lfrfid",
  42. "flipper_application",
  43. "flipperformat",
  44. "toolbox"
  45. ]
  46. }