From 8a02980511e840e2fac303c2679eea46db0cc0ff Mon Sep 17 00:00:00 2001 From: zhaohe Date: Sat, 1 Jun 2024 19:48:27 +0800 Subject: [PATCH] update --- .gitmodules | 3 ++ .vscode.bak/c_cpp_properties.json | 32 --------------- .vscode.bak/settings.json | 82 --------------------------------------- 3 files changed, 3 insertions(+), 114 deletions(-) delete mode 100644 .vscode.bak/c_cpp_properties.json delete mode 100644 .vscode.bak/settings.json diff --git a/.gitmodules b/.gitmodules index 60ee2ef..7f56666 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "sdk"] path = sdk 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 diff --git a/.vscode.bak/c_cpp_properties.json b/.vscode.bak/c_cpp_properties.json deleted file mode 100644 index 9ac4c07..0000000 --- a/.vscode.bak/c_cpp_properties.json +++ /dev/null @@ -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 -} \ No newline at end of file diff --git a/.vscode.bak/settings.json b/.vscode.bak/settings.json deleted file mode 100644 index 45563fa..0000000 --- a/.vscode.bak/settings.json +++ /dev/null @@ -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" -} \ No newline at end of file