modified: Core/Src/can.c modified: Core/Src/crc.c modified: Core/Src/freertos.c modified: Core/Src/i2c.c modified: Core/Src/rng.c modified: Core/Src/spi.c modified: Core/Src/stm32f4xx_hal_msp.c modified: Core/Src/tim.c modified: Core/Src/usart.c modified: DevC.ioc new file: MDK-ARM/.vscode/c_cpp_properties.json new file: MDK-ARM/.vscode/keil-assistant.log new file: MDK-ARM/.vscode/uv4.log.lock new file: MDK-ARM/DevC.uvoptx new file: MDK-ARM/DevC.uvprojx new file: MDK-ARM/DevC/DevC.axf new file: MDK-ARM/DevC/DevC.hex new file: MDK-ARM/startup_stm32f407xx.s new file: Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c new file: Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM4F/portmacro.h modified: USB_DEVICE/App/usbd_desc.c modified: User/task/ai.c
94 lines
4.6 KiB
JSON
94 lines
4.6 KiB
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "DevC",
|
|
"includePath": [
|
|
"d:\\stm32\\stm32f4xx\\stm32f407igh\\Drone\\Core\\Inc",
|
|
"d:\\stm32\\stm32f4xx\\stm32f407igh\\Drone\\USB_DEVICE\\App",
|
|
"d:\\stm32\\stm32f4xx\\stm32f407igh\\Drone\\USB_DEVICE\\Target",
|
|
"d:\\stm32\\stm32f4xx\\stm32f407igh\\Drone\\Drivers\\STM32F4xx_HAL_Driver\\Inc",
|
|
"d:\\stm32\\stm32f4xx\\stm32f407igh\\Drone\\Drivers\\STM32F4xx_HAL_Driver\\Inc\\Legacy",
|
|
"d:\\stm32\\stm32f4xx\\stm32f407igh\\Drone\\Middlewares\\Third_Party\\FreeRTOS\\Source\\include",
|
|
"d:\\stm32\\stm32f4xx\\stm32f407igh\\Drone\\Middlewares\\Third_Party\\FreeRTOS\\Source\\CMSIS_RTOS_V2",
|
|
"d:\\stm32\\stm32f4xx\\stm32f407igh\\Drone\\Middlewares\\Third_Party\\FreeRTOS\\Source\\portable\\RVDS\\ARM_CM4F",
|
|
"d:\\stm32\\stm32f4xx\\stm32f407igh\\Drone\\Middlewares\\ST\\STM32_USB_Device_Library\\Core\\Inc",
|
|
"d:\\stm32\\stm32f4xx\\stm32f407igh\\Drone\\Middlewares\\ST\\STM32_USB_Device_Library\\Class\\CDC\\Inc",
|
|
"d:\\stm32\\stm32f4xx\\stm32f407igh\\Drone\\Drivers\\CMSIS\\Device\\ST\\STM32F4xx\\Include",
|
|
"d:\\stm32\\stm32f4xx\\stm32f407igh\\Drone\\Drivers\\CMSIS\\Include",
|
|
"d:\\stm32\\stm32f4xx\\stm32f407igh\\Drone\\User",
|
|
"d:\\stm32\\stm32f4xx\\stm32f407igh\\Drone\\MDK-ARM",
|
|
"d:\\stm32\\stm32f4xx\\stm32f407igh\\Drone\\Core\\Src",
|
|
"d:\\stm32\\stm32f4xx\\stm32f407igh\\Drone\\Drivers\\STM32F4xx_HAL_Driver\\Src",
|
|
"d:\\stm32\\stm32f4xx\\stm32f407igh\\Drone\\Middlewares\\Third_Party\\FreeRTOS\\Source",
|
|
"d:\\stm32\\stm32f4xx\\stm32f407igh\\Drone\\Middlewares\\Third_Party\\FreeRTOS\\Source\\portable\\MemMang",
|
|
"d:\\stm32\\stm32f4xx\\stm32f407igh\\Drone\\Middlewares\\ST\\STM32_USB_Device_Library\\Core\\Src",
|
|
"d:\\stm32\\stm32f4xx\\stm32f407igh\\Drone\\Middlewares\\ST\\STM32_USB_Device_Library\\Class\\CDC\\Src",
|
|
"d:\\stm32\\stm32f4xx\\stm32f407igh\\Drone\\User\\bsp",
|
|
"d:\\stm32\\stm32f4xx\\stm32f407igh\\Drone\\User\\component",
|
|
"d:\\stm32\\stm32f4xx\\stm32f407igh\\Drone\\User\\device",
|
|
"d:\\stm32\\stm32f4xx\\stm32f407igh\\Drone\\User\\module",
|
|
"d:\\stm32\\stm32f4xx\\stm32f407igh\\Drone\\User\\task"
|
|
],
|
|
"defines": [
|
|
"USE_HAL_DRIVER",
|
|
"STM32F407xx",
|
|
"__alignof__(x)=",
|
|
"__asm(x)=",
|
|
"__asm__(x)=",
|
|
"__forceinline=",
|
|
"__restrict=",
|
|
"__volatile__=",
|
|
"__inline=",
|
|
"__inline__=",
|
|
"__declspec(x)=",
|
|
"__attribute__(x)=",
|
|
"__nonnull__(x)=",
|
|
"__unaligned=",
|
|
"__promise(x)=",
|
|
"__irq=",
|
|
"__swi=",
|
|
"__weak=",
|
|
"__register=",
|
|
"__pure=",
|
|
"__value_in_regs=",
|
|
"__breakpoint(x)=",
|
|
"__current_pc()=0U",
|
|
"__current_sp()=0U",
|
|
"__disable_fiq()=",
|
|
"__disable_irq()=",
|
|
"__enable_fiq()=",
|
|
"__enable_irq()=",
|
|
"__force_stores()=",
|
|
"__memory_changed()=",
|
|
"__schedule_barrier()=",
|
|
"__semihost(x,y)=0",
|
|
"__vfp_status(x,y)=0",
|
|
"__builtin_arm_nop()=",
|
|
"__builtin_arm_wfi()=",
|
|
"__builtin_arm_wfe()=",
|
|
"__builtin_arm_sev()=",
|
|
"__builtin_arm_sevl()=",
|
|
"__builtin_arm_yield()=",
|
|
"__builtin_arm_isb(x)=",
|
|
"__builtin_arm_dsb(x)=",
|
|
"__builtin_arm_dmb(x)=",
|
|
"__builtin_bswap32(x)=0U",
|
|
"__builtin_bswap16(x)=0U",
|
|
"__builtin_arm_rbit(x)=0U",
|
|
"__builtin_clz(x)=0U",
|
|
"__builtin_arm_ldrex(x)=0U",
|
|
"__builtin_arm_strex(x,y)=0U",
|
|
"__builtin_arm_clrex()=",
|
|
"__builtin_arm_ssat(x,y)=0U",
|
|
"__builtin_arm_usat(x,y)=0U",
|
|
"__builtin_arm_ldaex(x)=0U",
|
|
"__builtin_arm_stlex(x,y)=0U",
|
|
"__GNUC__=4",
|
|
"__GNUC_MINOR__=2",
|
|
"__GNUC_PATCHLEVEL__=1"
|
|
],
|
|
"intelliSenseMode": "${default}"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |