target.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "inherit": "7",
  3. "include_paths": [
  4. "furi_hal"
  5. ],
  6. "sdk_header_paths": [
  7. "../furi_hal_include",
  8. "furi_hal",
  9. "platform_specific"
  10. ],
  11. "sdk_symbols": "api_symbols.csv",
  12. "linker_dependencies": [
  13. "print",
  14. "flipper18",
  15. "furi",
  16. "freertos",
  17. "stm32cubewb",
  18. "hwdrivers",
  19. "fatfs",
  20. "littlefs",
  21. "flipperformat",
  22. "toolbox",
  23. "microtar",
  24. "usb_stm32",
  25. "appframe",
  26. "assets",
  27. "one_wire",
  28. "misc",
  29. "flipper_application",
  30. "flipperformat",
  31. "toolbox",
  32. "flipper18"
  33. ],
  34. "excluded_sources": [
  35. "furi_hal_infrared.c",
  36. "furi_hal_nfc.c",
  37. "furi_hal_rfid.c",
  38. "furi_hal_subghz.c"
  39. ],
  40. "excluded_headers": [
  41. "furi_hal_infrared.h",
  42. "furi_hal_nfc.h",
  43. "furi_hal_rfid.h",
  44. "furi_hal_subghz.h",
  45. "furi_hal_ibutton.h",
  46. "furi_hal_subghz_configs.h"
  47. ],
  48. "excluded_modules": [
  49. "nfc",
  50. "lfrfid",
  51. "subghz",
  52. "ibutton",
  53. "infrared",
  54. "st25rfal002"
  55. ]
  56. }