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.

28 lines
1.1 KiB

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