c_cpp_properties.json 1.4 KB

123456789101112131415161718192021222324252627282930
  1. {
  2. "version": 4,
  3. "configurations": [
  4. {
  5. "name": "IAR",
  6. "defines": [
  7. "STM32F405xx=",
  8. "BSP_STM32F405ANC="
  9. ],
  10. "includePath": [
  11. "d:\\git_scenauto\\ScenLoc\\BSP\\ANC1901.bsp_master\\source",
  12. "d:\\git_scenauto\\ScenLoc\\BSP\\ANC1901.bsp_master\\source\\BSP",
  13. "d:\\git_scenauto\\ScenLoc\\BSP\\ANC1901.bsp_master\\source\\CMSIS\\Include",
  14. "d:\\git_scenauto\\ScenLoc\\BSP\\ANC1901.bsp_master\\source\\CMSIS\\Device\\Include",
  15. "d:\\git_scenauto\\ScenLoc\\BSP\\ANC1901.bsp_master\\source\\STM32F4xx_HAL_Driver\\Inc",
  16. "d:\\git_scenauto\\ScenLoc\\BSP\\ANC1901.bsp_master\\source\\Ethernet",
  17. "d:\\git_scenauto\\ScenLoc\\BSP\\ANC1901.bsp_master\\source\\module",
  18. "d:\\git_scenauto\\ScenLoc\\BSP\\ANC1901.bsp_master\\source\\platform",
  19. "d:\\git_scenauto\\ScenLoc\\BSP\\ANC1901.bsp_master\\source\\decadriver",
  20. "d:\\git_scenauto\\ScenLoc\\BSP\\ANC1901.bsp_master\\source\\RAK411_lib\\include"
  21. ],
  22. "forcedInclude": [],
  23. "cStandard": "c11",
  24. "cppStandard": "c++14",
  25. "compilerPath": "",
  26. "intelliSenseMode": "msvc-x64",
  27. "configurationProvider": "pluyckx.iar-vsc"
  28. }
  29. ]
  30. }