mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 03:27:45 +08:00
86 lines
2.5 KiB
JSON
86 lines
2.5 KiB
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE"
|
|
],
|
|
"compilerPath": "D:\\MinGW\\bin\\gcc.exe",
|
|
"cStandard": "c17",
|
|
"cppStandard": "gnu++14",
|
|
"intelliSenseMode": "windows-gcc-x86",
|
|
"configurationProvider": "ms-vscode.makefile-tools"
|
|
},
|
|
{
|
|
"name": "STM32",
|
|
"includePath": [
|
|
"Drivers/CMSIS/Device/ST/STM32F4xx/Include",
|
|
"Drivers/CMSIS/Include",
|
|
"Drivers/STM32F4xx_HAL_Driver/Inc",
|
|
"Drivers/STM32F4xx_HAL_Driver/Inc/Legacy",
|
|
"Inc",
|
|
"Middlewares/ST/ARM/DSP/Inc",
|
|
"Middlewares/ST/ARM/DSP/Include",
|
|
"Middlewares/ST/ARM/DSP/Include/dsp",
|
|
"Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc",
|
|
"Middlewares/ST/STM32_USB_Device_Library/Core/Inc",
|
|
"Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS",
|
|
"Middlewares/Third_Party/FreeRTOS/Source/include",
|
|
"Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F",
|
|
"Middlewares/Third_Party/SEGGER/Config",
|
|
"Middlewares/Third_Party/SEGGER/RTT",
|
|
"application",
|
|
"application/chassis",
|
|
"application/cmd",
|
|
"application/gimbal",
|
|
"application/shoot",
|
|
"bsp",
|
|
"bsp/can",
|
|
"bsp/dwt",
|
|
"bsp/flash",
|
|
"bsp/gpio",
|
|
"bsp/iic",
|
|
"bsp/log",
|
|
"bsp/pwm",
|
|
"bsp/spi",
|
|
"bsp/usart",
|
|
"bsp/usb",
|
|
"modules",
|
|
"modules/BMI088",
|
|
"modules/alarm",
|
|
"modules/algorithm",
|
|
"modules/bluetooth",
|
|
"modules/can_comm",
|
|
"modules/daemon",
|
|
"modules/imu",
|
|
"modules/ist8310",
|
|
"modules/master_machine",
|
|
"modules/message_center",
|
|
"modules/motor",
|
|
"modules/motor/DJImotor",
|
|
"modules/motor/DMmotor",
|
|
"modules/motor/HTmotor",
|
|
"modules/motor/LKmotor",
|
|
"modules/motor/servo_motor",
|
|
"modules/motor/step_motor",
|
|
"modules/oled",
|
|
"modules/referee",
|
|
"modules/remote",
|
|
"modules/super_cap"
|
|
],
|
|
"defines": [
|
|
"ARM_MATH_CM4",
|
|
"STM32F407xx",
|
|
"USE_HAL_DRIVER",
|
|
"__FPU_PRESENT=1U"
|
|
],
|
|
"compilerPath": "c:\\Users\\ASUS\\AppData\\Roaming\\Code - Insiders\\User\\globalStorage\\bmd.stm32-for-vscode\\@xpack-dev-tools\\arm-none-eabi-gcc\\13.2.1-1.1.1\\.content\\bin\\arm-none-eabi-gcc.EXE"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |