You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
937 B

4 years ago
  1. {
  2. "configurations": [
  3. {
  4. "name": "Win32",
  5. "includePath": [
  6. "${workspaceFolder}/**",
  7. "${workspaceFolder}/app/Drivers/STM32F1xx_HAL_Driver/Inc",
  8. "${workspaceFolder}/app/Drivers/CMSIS/Device/ST/STM32F1xx/Include",
  9. "${workspaceFolder}/app/Drivers/CMSIS/Core/Include",
  10. "${workspaceFolder}/app/Drivers/CMSIS/Core/Include"
  11. ],
  12. "defines": [
  13. "_DEBUG",
  14. "UNICODE",
  15. "_UNICODE",
  16. "USE_HAL_DRIVER",
  17. "__CC_ARM",
  18. "STM32F103xB"
  19. ],
  20. "windowsSdkVersion": "10.0.19041.0",
  21. "compilerPath": "C:\\Program Files\\mingw64\\bin\\gcc.exe",
  22. "cStandard": "gnu17",
  23. "cppStandard": "gnu++17",
  24. "intelliSenseMode": "windows-gcc-x64"
  25. }
  26. ],
  27. "version": 4
  28. }