From 512c22374851da6e29dc88f64fc6f83b0ebed1d9 Mon Sep 17 00:00:00 2001 From: ws <1621320660@qq.com> Date: Mon, 30 Jun 2025 23:55:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/c_cpp_properties.json | 20 +++++++++++++++ MDK-ARM/.vscode/c_cpp_properties.json | 36 +++++++++++++-------------- MDK-ARM/.vscode/keil-assistant.log | 6 +++++ 3 files changed, 44 insertions(+), 18 deletions(-) create mode 100644 .vscode/c_cpp_properties.json diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json new file mode 100644 index 0000000..04dfd74 --- /dev/null +++ b/.vscode/c_cpp_properties.json @@ -0,0 +1,20 @@ +{ + "configurations": [ + { + "name": "Win32", + "includePath": [ + "${workspaceFolder}/**" + ], + "defines": [ + "_DEBUG", + "UNICODE", + "_UNICODE" + ], + "compilerPath": "D:\\mingw\\MinGW\\bin\\gcc.exe", + "cStandard": "c17", + "cppStandard": "gnu++17", + "intelliSenseMode": "windows-gcc-x64" + } + ], + "version": 4 +} \ No newline at end of file diff --git a/MDK-ARM/.vscode/c_cpp_properties.json b/MDK-ARM/.vscode/c_cpp_properties.json index a97c0f7..3a004ed 100644 --- a/MDK-ARM/.vscode/c_cpp_properties.json +++ b/MDK-ARM/.vscode/c_cpp_properties.json @@ -3,26 +3,26 @@ { "name": "R1", "includePath": [ - "d:\\Desktop\\r1\\运球\\Core\\Inc", - "d:\\Desktop\\r1\\运球\\Drivers\\STM32F4xx_HAL_Driver\\Inc", - "d:\\Desktop\\r1\\运球\\Drivers\\STM32F4xx_HAL_Driver\\Inc\\Legacy", - "d:\\Desktop\\r1\\运球\\Middlewares\\Third_Party\\FreeRTOS\\Source\\include", - "d:\\Desktop\\r1\\运球\\Middlewares\\Third_Party\\FreeRTOS\\Source\\CMSIS_RTOS_V2", - "d:\\Desktop\\r1\\运球\\Middlewares\\Third_Party\\FreeRTOS\\Source\\portable\\RVDS\\ARM_CM4F", - "d:\\Desktop\\r1\\运球\\Drivers\\CMSIS\\Device\\ST\\STM32F4xx\\Include", - "d:\\Desktop\\r1\\运球\\Drivers\\CMSIS\\Include", - "d:\\Desktop\\r1\\运球\\User\\bsp", - "d:\\Desktop\\r1\\运球\\User\\module", - "d:\\Desktop\\r1\\运球\\User\\task", - "d:\\Desktop\\r1\\运球\\User\\lib", - "d:\\Desktop\\r1\\运球\\User\\device", + "d:\\Desktop\\yunqiu\\R1_up\\Core\\Inc", + "d:\\Desktop\\yunqiu\\R1_up\\Drivers\\STM32F4xx_HAL_Driver\\Inc", + "d:\\Desktop\\yunqiu\\R1_up\\Drivers\\STM32F4xx_HAL_Driver\\Inc\\Legacy", + "d:\\Desktop\\yunqiu\\R1_up\\Middlewares\\Third_Party\\FreeRTOS\\Source\\include", + "d:\\Desktop\\yunqiu\\R1_up\\Middlewares\\Third_Party\\FreeRTOS\\Source\\CMSIS_RTOS_V2", + "d:\\Desktop\\yunqiu\\R1_up\\Middlewares\\Third_Party\\FreeRTOS\\Source\\portable\\RVDS\\ARM_CM4F", + "d:\\Desktop\\yunqiu\\R1_up\\Drivers\\CMSIS\\Device\\ST\\STM32F4xx\\Include", + "d:\\Desktop\\yunqiu\\R1_up\\Drivers\\CMSIS\\Include", + "d:\\Desktop\\yunqiu\\R1_up\\User\\bsp", + "d:\\Desktop\\yunqiu\\R1_up\\User\\module", + "d:\\Desktop\\yunqiu\\R1_up\\User\\task", + "d:\\Desktop\\yunqiu\\R1_up\\User\\lib", + "d:\\Desktop\\yunqiu\\R1_up\\User\\device", "D:\\keil\\ARM\\ARMCC\\include", "D:\\keil\\ARM\\ARMCC\\include\\rw", - "d:\\Desktop\\r1\\运球\\MDK-ARM", - "d:\\Desktop\\r1\\运球\\Core\\Src", - "d:\\Desktop\\r1\\运球\\Drivers\\STM32F4xx_HAL_Driver\\Src", - "d:\\Desktop\\r1\\运球\\Middlewares\\Third_Party\\FreeRTOS\\Source", - "d:\\Desktop\\r1\\运球\\Middlewares\\Third_Party\\FreeRTOS\\Source\\portable\\MemMang" + "d:\\Desktop\\yunqiu\\R1_up\\MDK-ARM", + "d:\\Desktop\\yunqiu\\R1_up\\Core\\Src", + "d:\\Desktop\\yunqiu\\R1_up\\Drivers\\STM32F4xx_HAL_Driver\\Src", + "d:\\Desktop\\yunqiu\\R1_up\\Middlewares\\Third_Party\\FreeRTOS\\Source", + "d:\\Desktop\\yunqiu\\R1_up\\Middlewares\\Third_Party\\FreeRTOS\\Source\\portable\\MemMang" ], "defines": [ "USE_HAL_DRIVER", diff --git a/MDK-ARM/.vscode/keil-assistant.log b/MDK-ARM/.vscode/keil-assistant.log index 8c58596..5cf43ab 100644 --- a/MDK-ARM/.vscode/keil-assistant.log +++ b/MDK-ARM/.vscode/keil-assistant.log @@ -86,3 +86,9 @@ [info] Log at : 2025/6/26|15:46:24|GMT+0800 >>>>>>> 7b54a46bd3c69e44a04ffd669bb7d3b115fc9e9b +[info] Log at : 2025/6/30|23:46:31|GMT+0800 + +[info] Log at : 2025/6/30|23:48:14|GMT+0800 + +[info] Log at : 2025/6/30|23:49:51|GMT+0800 +