3 changed files with 3 additions and 114 deletions
@ -1,3 +1,6 @@ |
|||||
[submodule "sdk"] |
[submodule "sdk"] |
||||
path = sdk |
path = sdk |
||||
url = zwsd@192.168.1.3:manufacturer_stm32/iflytop_stm32_os_sdk.git |
url = zwsd@192.168.1.3:manufacturer_stm32/iflytop_stm32_os_sdk.git |
||||
|
[submodule ".vscode"] |
||||
|
path = .vscode |
||||
|
url = zwsd@192.168.1.3:project_boditech_vidas_a8000_v3/a8000_subboard_vscode_cfg.git |
@ -1,32 +0,0 @@ |
|||||
{ |
|
||||
"configurations": [ |
|
||||
{ |
|
||||
"name": "app", |
|
||||
"includePath": [ |
|
||||
"./Core/Inc", |
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Inc", |
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Inc/Legacy", |
|
||||
"./Middlewares/Third_Party/FreeRTOS/Source/include", |
|
||||
"./Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS", |
|
||||
"./Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F", |
|
||||
"./Drivers/CMSIS/Device/ST/STM32F4xx/Include", |
|
||||
"./Drivers/CMSIS/Include", |
|
||||
"C:/ST/STM32CubeIDE_1.13.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.0.202305231506/tools/arm-none-eabi/include", |
|
||||
"./usrc/", |
|
||||
"Middlewares/Third_Party/LwIP/src/include/", |
|
||||
"LWIP/Target/", |
|
||||
"LWIP/App/", |
|
||||
"Middlewares/Third_Party/LwIP/system/", |
|
||||
"./" |
|
||||
], |
|
||||
"defines": [ |
|
||||
"DEBUG", |
|
||||
"USE_HAL_DRIVER", |
|
||||
"STM32F407xx" |
|
||||
], |
|
||||
"compilerPath": "C:/ST/STM32CubeIDE_1.13.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.0.202305231506/tools/bin/arm-none-eabi-g++.exe", |
|
||||
"intelliSenseMode": "${default}" |
|
||||
} |
|
||||
], |
|
||||
"version": 4 |
|
||||
} |
|
@ -1,82 +0,0 @@ |
|||||
{ |
|
||||
"files.associations": { |
|
||||
"*.hpp": "cpp", |
|
||||
"iostream": "cpp", |
|
||||
"list": "cpp", |
|
||||
"memory": "cpp", |
|
||||
"sstream": "cpp", |
|
||||
"*.tcc": "cpp", |
|
||||
"compare": "c", |
|
||||
"stdbool.h": "c", |
|
||||
"stdint.h": "c", |
|
||||
"chip.h": "c", |
|
||||
"atomic": "c", |
|
||||
"random": "c", |
|
||||
"delay.h": "c", |
|
||||
"main.h": "c", |
|
||||
"stm32f4xx_hal.h": "c", |
|
||||
"stm32f4xx_hal_conf.h": "c", |
|
||||
"marco.h": "c", |
|
||||
"stdio.h": "c", |
|
||||
"cstdint": "c", |
|
||||
"stm32f4xx_hal_rcc.h": "c", |
|
||||
"stm32f4xx_hal_def.h": "c", |
|
||||
"stm32_hal_legacy.h": "c", |
|
||||
"array": "cpp", |
|
||||
"bit": "cpp", |
|
||||
"cctype": "cpp", |
|
||||
"clocale": "cpp", |
|
||||
"cmath": "cpp", |
|
||||
"concepts": "cpp", |
|
||||
"cstddef": "cpp", |
|
||||
"cstdio": "cpp", |
|
||||
"cstdlib": "cpp", |
|
||||
"cwchar": "cpp", |
|
||||
"cwctype": "cpp", |
|
||||
"deque": "cpp", |
|
||||
"map": "cpp", |
|
||||
"set": "cpp", |
|
||||
"string": "cpp", |
|
||||
"unordered_map": "cpp", |
|
||||
"vector": "cpp", |
|
||||
"exception": "cpp", |
|
||||
"algorithm": "cpp", |
|
||||
"functional": "cpp", |
|
||||
"iterator": "cpp", |
|
||||
"memory_resource": "cpp", |
|
||||
"numeric": "cpp", |
|
||||
"string_view": "cpp", |
|
||||
"system_error": "cpp", |
|
||||
"tuple": "cpp", |
|
||||
"type_traits": "cpp", |
|
||||
"utility": "cpp", |
|
||||
"fstream": "cpp", |
|
||||
"initializer_list": "cpp", |
|
||||
"iosfwd": "cpp", |
|
||||
"istream": "cpp", |
|
||||
"limits": "cpp", |
|
||||
"new": "cpp", |
|
||||
"numbers": "cpp", |
|
||||
"ostream": "cpp", |
|
||||
"stdexcept": "cpp", |
|
||||
"streambuf": "cpp", |
|
||||
"typeinfo": "cpp", |
|
||||
"cstdarg": "cpp", |
|
||||
"cinttypes": "cpp", |
|
||||
"bsp_driver_sd.h": "c", |
|
||||
"cmsis_os.h": "c", |
|
||||
"freertos.h": "c", |
|
||||
"portable.h": "c", |
|
||||
"mutex": "cpp", |
|
||||
"condition_variable": "cpp", |
|
||||
"ctime": "cpp", |
|
||||
"ratio": "cpp", |
|
||||
"semaphore": "cpp", |
|
||||
"stop_token": "cpp", |
|
||||
"thread": "cpp", |
|
||||
"early_ticket.h": "c", |
|
||||
"chrono": "cpp" |
|
||||
}, |
|
||||
"files.autoGuessEncoding": false, |
|
||||
"files.encoding": "gbk" |
|
||||
} |
|
Write
Preview
Loading…
Cancel
Save
Reference in new issue