target.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. "stm32wb",
  24. "hwdrivers",
  25. "fatfs",
  26. "littlefs",
  27. "subghz",
  28. "flipperformat",
  29. "toolbox",
  30. "nfc",
  31. "pulse_reader",
  32. "microtar",
  33. "usb_stm32",
  34. "st25rfal002",
  35. "infrared",
  36. "appframe",
  37. "assets",
  38. "one_wire",
  39. "ibutton",
  40. "misc",
  41. "mbedtls",
  42. "lfrfid",
  43. "flipper_application",
  44. "flipperformat",
  45. "toolbox"
  46. ]
  47. }