c_cpp_properties.json 815 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "configurations": [
  3. {
  4. "name": "Arm",
  5. "includePath": [
  6. "${workspaceRoot}/**"
  7. ],
  8. "defines": [
  9. "USE_HAL_DRIVER",
  10. "STM32F405xx",
  11. "ARM_MATH_CM4",
  12. "__TARGET_FPU_VFP",
  13. "__FPU_PRESENT=1"
  14. ],
  15. "forcedInclude": [],
  16. "intelliSenseMode": "gcc-arm",
  17. "browse": {
  18. "path": [
  19. "${workspaceRoot}"
  20. ],
  21. "limitSymbolsToIncludedHeaders": true,
  22. "databaseFilename": ""
  23. },
  24. "cStandard": "c99",
  25. "cppStandard": "c++11",
  26. "compilerPath": "D:/arm-gcc/bin/arm-none-eabi-gcc.exe"
  27. }
  28. ],
  29. "version": 4
  30. }