commit 1265ca2a93b6270c14c05a7541a08e6f306ca93d Author: zhaohe Date: Sat Jun 1 19:47:16 2024 +0800 init diff --git a/c_cpp_properties.json b/c_cpp_properties.json new file mode 100644 index 0000000..9ac4c07 --- /dev/null +++ b/c_cpp_properties.json @@ -0,0 +1,32 @@ +{ + "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/settings.json b/settings.json new file mode 100644 index 0000000..45563fa --- /dev/null +++ b/settings.json @@ -0,0 +1,82 @@ +{ + "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