c_cpp_properties.json 549 B

123456789101112131415161718192021
  1. {
  2. "configurations": [
  3. {
  4. "name": "Arm",
  5. "includePath": [
  6. "${workspaceRoot}/**"
  7. ],
  8. "defines": [
  9. "STM32F103xB",
  10. "USE_HAL_DRIVER"
  11. ],
  12. "cStandard": "c11",
  13. "cppStandard": "c++17",
  14. "intelliSenseMode": "gcc-x64",
  15. //"compilerPath": "D:\\arm-gcc\\bin\\arm-none-eabi-gcc.exe"
  16. //"compilerPath":"D:/arm-gcc/new/arm-gcc/bin/arm-none-eabi-gcc.exe",
  17. }
  18. ],
  19. "version": 4
  20. }