target.json 988 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. "misc",
  39. "mbedtls",
  40. "lfrfid",
  41. "flipper_application",
  42. "flipperformat",
  43. "toolbox"
  44. ]
  45. }