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.

24 lines
1007 B

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. {
  2. "configurations": [
  3. {
  4. "name": "app",
  5. "includePath": [
  6. "./Core/Inc",
  7. "./Drivers/STM32F4xx_HAL_Driver/Inc",
  8. "./Drivers/STM32F4xx_HAL_Driver/Inc/Legacy",
  9. "./Drivers/CMSIS/Device/ST/STM32F4xx/Include",
  10. "./Drivers/CMSIS/Include",
  11. "C:/ST/STM32CubeIDE_1.13.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.0.202305231506/tools/arm-none-eabi/include",
  12. "./usrc/",
  13. "./"
  14. ],
  15. "defines": [
  16. "DEBUG",
  17. "USE_HAL_DRIVER",
  18. "STM32F407xx"
  19. ],
  20. "compilerPath": "C:/ST/STM32CubeIDE_1.13.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.0.202305231506/tools/bin/arm-none-eabi-g++.exe",
  21. "intelliSenseMode": "${default}"
  22. }
  23. ],
  24. "version": 4
  25. }