| 12345678910111213141516171819 |
- {
- "configurations": [
- {
- "name": "Arm",
- "includePath": [
- "${workspaceRoot}/**"
- ],
- "defines": [
- "STM32F302xC",
- "USE_HAL_DRIVER"
- ],
- "cStandard": "c11",
- "cppStandard": "c++17",
- "intelliSenseMode": "gcc-x64",
- "compilerPath": "D:/zhou/vscodestm32/CUBEIDE/STM32CubeIDE_2.0.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.13.3.rel1.win32_1.0.100.202509120712/tools/bin/arm-none-eabi-gcc.exe"
- }
- ],
- "version": 4
- }
|