diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json new file mode 100644 index 0000000..9610790 --- /dev/null +++ b/.vscode/c_cpp_properties.json @@ -0,0 +1,34 @@ +{ + "configurations": [ + { + "name": "app", + "includePath": [ + "./Core/Inc", + "./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_V2", + "./Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F", + "./Drivers/CMSIS/Device/ST/STM32F4xx/Include", + "./Drivers/CMSIS/Include", + "./Core/ThreadSafe", + "./User/components", + "./User/BSP", + "./User/app", + "./Drivers/CMSIS/Include", + "C:/ST/STM32CubeIDE_1.17.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.12.3.rel1.win32_1.1.0.202410251130/tools/arm-none-eabi/include", + "./User/", + "./" + ], + "defines": [ + "DEBUG", + "USE_HAL_DRIVER", + "STM32F429xx" + ], + "compilerPath": "C:/ST/STM32CubeIDE_1.17.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.12.3.rel1.win32_1.1.0.202410251130/tools/bin/arm-none-eabi-g++.exe", + "intelliSenseMode": "${default}" + } + ], + "version": 4 +} diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..8d63a9c --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,44 @@ +{ + "files.associations": { + "*.hpp": "cpp", + "sysdep.h": "c", + "main.h": "c", + "string.h": "c", + "gpio.h": "c", + "eeprom_storage.h": "c", + "system_scheduler.h": "c", + "random": "cpp", + "scl3300.h": "c", + "stdint.h": "c", + "compare": "c", + "zlog.h": "c", + "stdbool.h": "c", + "array": "cpp", + "string": "cpp", + "string_view": "cpp", + "led_light_ctrl_service.h": "c", + "boardcfg.h": "c", + "cmd_process_service.h": "c", + "hexutils.h": "c", + "version.h": "c", + "device_status.h": "c", + "encoder_driver.h": "c", + "scl3400.h": "c", + "type.h": "c", + "cmd_channel.h": "c", + "sample_service.h": "c", + "report_service.h": "c", + "cmd_receive_service.h": "c", + "device_power_mgr.h": "c", + "marco.h": "c", + "stm32_exhal_uart.h": "c", + "algorithm": "c", + "typeinfo": "c", + "protocol.h": "c", + "led_driver.h": "c", + "zlg52810.h": "c", + "scl3400_ex.h": "c", + "basic_report_packet_upload_service.h": "c", + "stm32l0xx_hal_dma.h": "c" + } +} \ No newline at end of file