| 12345678910111213141516171819 |
- {
- "configurations": [
- {
- "name": "Arm",
- "includePath": [
- "${workspaceRoot}/**"
- ],
- "defines": [
- "STM32F302xC",
- "USE_HAL_DRIVER"
- ],
- "cStandard": "c11",
- "cppStandard": "c++17",
- "intelliSenseMode": "gcc-x64",
- "compilerPath": "D:/zhou/vscodestm32/gcc-arm-none-eabi-10.3-2021.10-win32/gcc-arm-none-eabi-10.3-2021.10/bin/arm-none-eabi-gcc.exe"
- }
- ],
- "version": 4
- }
|