c_cpp_properties.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "version": 4,
  3. "configurations": [
  4. {
  5. "name": "IN12x5",
  6. "defines": [
  7. "STM32G030xx=",
  8. "USE_FULL_LL_DRIVER=",
  9. "HSE_VALUE=8000000",
  10. "HSE_STARTUP_TIMEOUT=100",
  11. "LSE_STARTUP_TIMEOUT=5000",
  12. "LSE_VALUE=32768",
  13. "EXTERNAL_CLOCK_VALUE=24000000",
  14. "HSI_VALUE=16000000",
  15. "LSI_VALUE=32000",
  16. "VDD_VALUE=3300",
  17. "PREFETCH_ENABLE=0",
  18. "INSTRUCTION_CACHE_ENABLE=1",
  19. "DATA_CACHE_ENABLE=1"
  20. ],
  21. "includePath": [
  22. "${workspaceRoot}/Inc",
  23. "${workspaceRoot}/Drivers/CMSIS/Include",
  24. "${workspaceRoot}/Drivers/CMSIS/Device/ST/STM32G0xx/Include",
  25. "C:/MCU/gcc-arm/arm-none-eabi/include"
  26. ],
  27. "compilerPath": "C:/MCU/gcc-arm/bin/arm-none-eabi-gcc.exe",
  28. "forcedInclude": [],
  29. "cStandard": "gnu17",
  30. "cppStandard": "c++17",
  31. "intelliSenseMode": "windows-gcc-arm",
  32. "configurationProvider": "ms-vscode.makefile-tools",
  33. "browse": {
  34. "path": [
  35. "${workspaceRoot}",
  36. "${workspaceRoot}/Inc",
  37. "${workspaceRoot}/Drivers/CMSIS/Include",
  38. "${workspaceRoot}/Drivers/CMSIS/Device/ST/STM32G0xx/Include",
  39. "C:/MCU/gcc-arm/arm-none-eabi/include",
  40. "C:/MCU/gcc-arm/lib/gcc/arm-none-eabi/9.3.1/include",
  41. "C:/MCU/gcc-arm/lib/gcc/arm-none-eabi/9.3.1/include-fixed"
  42. ],
  43. "limitSymbolsToIncludedHeaders": true,
  44. "databaseFilename": "${workspaceRoot}/.vscode/browse.vc.db"
  45. }
  46. }
  47. ]
  48. }