c_cpp_properties.json 462 B

12345678910111213141516171819
  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. }
  17. ],
  18. "version": 4
  19. }