This commit is contained in:
Qiea
2024-12-19 14:06:05 +08:00
parent 1c0f3b676f
commit dcd484c1bd
58 changed files with 14859 additions and 863 deletions

196
USER/.vscode/c_cpp_properties.json vendored Normal file
View File

@@ -0,0 +1,196 @@
{
"configurations": [
{
"name": "windows-gcc-x64",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"USE_HAL_DRIVER",
"STM32F429xx",
"__CC_ARM",
"__arm__",
"__align(x)=",
"__ALIGNOF__(x)=",
"__alignof__(x)=",
"__asm(x)=",
"__forceinline=",
"__restrict=",
"__global_reg(n)=",
"__inline=",
"__int64=long long",
"__INTADDR__(expr)=0",
"__irq=",
"__packed=",
"__pure=",
"__smc(n)=",
"__svc(n)=",
"__svc_indirect(n)=",
"__svc_indirect_r7(n)=",
"__value_in_regs=",
"__weak=",
"__writeonly=",
"__declspec(x)=",
"__attribute__(x)=",
"__nonnull__(x)=",
"__register=",
"__breakpoint(x)=",
"__cdp(x,y,z)=",
"__clrex()=",
"__clz(x)=0U",
"__current_pc()=0U",
"__current_sp()=0U",
"__disable_fiq()=",
"__disable_irq()=",
"__dmb(x)=",
"__dsb(x)=",
"__enable_fiq()=",
"__enable_irq()=",
"__fabs(x)=0.0",
"__fabsf(x)=0.0f",
"__force_loads()=",
"__force_stores()=",
"__isb(x)=",
"__ldrex(x)=0U",
"__ldrexd(x)=0U",
"__ldrt(x)=0U",
"__memory_changed()=",
"__nop()=",
"__pld(...)=",
"__pli(...)=",
"__qadd(x,y)=0",
"__qdbl(x)=0",
"__qsub(x,y)=0",
"__rbit(x)=0U",
"__rev(x)=0U",
"__return_address()=0U",
"__ror(x,y)=0U",
"__schedule_barrier()=",
"__semihost(x,y)=0",
"__sev()=",
"__sqrt(x)=0.0",
"__sqrtf(x)=0.0f",
"__ssat(x,y)=0",
"__strex(x,y)=0U",
"__strexd(x,y)=0",
"__strt(x,y)=",
"__swp(x,y)=0U",
"__usat(x,y)=0U",
"__wfe()=",
"__wfi()=",
"__yield()=",
"__vfp_status(x,y)=0"
],
"intelliSenseMode": "windows-gcc-x64",
"cStandard": "${default}",
"cppStandard": "${default}",
"compilerPath": "D:/vscode/x86_64-8.1.0-release-posix-seh-rt_v6-rev0/mingw64/bin/gcc.exe"
},
{
"name": "TIMER",
"includePath": [
"d:\\volatile transform sys\\HAL_Prj\\Prj_1.6_device_1\\CORE",
"d:\\volatile transform sys\\HAL_Prj\\Prj_1.6_device_1\\OBJ",
"d:\\volatile transform sys\\HAL_Prj\\Prj_1.6_device_1\\USER",
"d:\\volatile transform sys\\HAL_Prj\\Prj_1.6_device_1\\HALLIB\\STM32F4xx_HAL_Driver\\Inc",
"d:\\volatile transform sys\\HAL_Prj\\Prj_1.6_device_1\\SYSTEM\\delay",
"d:\\volatile transform sys\\HAL_Prj\\Prj_1.6_device_1\\SYSTEM\\sys",
"d:\\volatile transform sys\\HAL_Prj\\Prj_1.6_device_1\\SYSTEM\\usart",
"d:\\volatile transform sys\\HAL_Prj\\Prj_1.6_device_1\\HARDWARE\\LED",
"d:\\volatile transform sys\\HAL_Prj\\Prj_1.6_device_1\\HARDWARE\\KEY",
"d:\\volatile transform sys\\HAL_Prj\\Prj_1.6_device_1\\HARDWARE\\TIMER",
"d:\\volatile transform sys\\HAL_Prj\\Prj_1.6_device_1\\HARDWARE\\EC800",
"d:\\volatile transform sys\\HAL_Prj\\Prj_1.6_device_1\\HARDWARE\\GPS",
"d:\\volatile transform sys\\HAL_Prj\\Prj_1.6_device_1\\HARDWARE",
"d:\\volatile transform sys\\HAL_Prj\\Prj_1.6_device_1\\SYSTEM\\stm32f429_Winner",
"d:\\volatile transform sys\\HAL_Prj\\Prj_1.6_device_1\\HARDWARE\\SDRAM",
"d:\\volatile transform sys\\HAL_Prj\\Prj_1.6_device_1\\HARDWARE\\FATFS",
"d:\\volatile transform sys\\HAL_Prj\\Prj_1.6_device_1\\HARDWARE\\SDIO",
"d:\\volatile transform sys\\HAL_Prj\\Prj_1.6_device_1\\HARDWARE\\W25QXX",
"d:\\volatile transform sys\\HAL_Prj\\Prj_1.6_device_1\\HARDWARE\\SPI",
"D:\\Keil\\keil_Arm\\ARM\\ARMCC\\include",
"D:\\Keil\\keil_Arm\\ARM\\ARMCC\\include\\rw",
"d:\\volatile transform sys\\HAL_Prj\\Prj_1.6_device_1\\HALLIB\\STM32F4xx_HAL_Driver\\Src",
"d:\\volatile transform sys\\HAL_Prj\\Prj_1.6_device_1"
],
"defines": [
"USE_HAL_DRIVER",
"STM32F429xx",
"__CC_ARM",
"__arm__",
"__align(x)=",
"__ALIGNOF__(x)=",
"__alignof__(x)=",
"__asm(x)=",
"__forceinline=",
"__restrict=",
"__global_reg(n)=",
"__inline=",
"__int64=long long",
"__INTADDR__(expr)=0",
"__irq=",
"__packed=",
"__pure=",
"__smc(n)=",
"__svc(n)=",
"__svc_indirect(n)=",
"__svc_indirect_r7(n)=",
"__value_in_regs=",
"__weak=",
"__writeonly=",
"__declspec(x)=",
"__attribute__(x)=",
"__nonnull__(x)=",
"__register=",
"__breakpoint(x)=",
"__cdp(x,y,z)=",
"__clrex()=",
"__clz(x)=0U",
"__current_pc()=0U",
"__current_sp()=0U",
"__disable_fiq()=",
"__disable_irq()=",
"__dmb(x)=",
"__dsb(x)=",
"__enable_fiq()=",
"__enable_irq()=",
"__fabs(x)=0.0",
"__fabsf(x)=0.0f",
"__force_loads()=",
"__force_stores()=",
"__isb(x)=",
"__ldrex(x)=0U",
"__ldrexd(x)=0U",
"__ldrt(x)=0U",
"__memory_changed()=",
"__nop()=",
"__pld(...)=",
"__pli(...)=",
"__qadd(x,y)=0",
"__qdbl(x)=0",
"__qsub(x,y)=0",
"__rbit(x)=0U",
"__rev(x)=0U",
"__return_address()=0U",
"__ror(x,y)=0U",
"__schedule_barrier()=",
"__semihost(x,y)=0",
"__sev()=",
"__sqrt(x)=0.0",
"__sqrtf(x)=0.0f",
"__ssat(x,y)=0",
"__strex(x,y)=0U",
"__strexd(x,y)=0",
"__strt(x,y)=",
"__swp(x,y)=0U",
"__usat(x,y)=0U",
"__wfe()=",
"__wfi()=",
"__yield()=",
"__vfp_status(x,y)=0"
],
"intelliSenseMode": "${default}"
}
],
"version": 4
}

12
USER/.vscode/keil-assistant.log vendored Normal file
View File

@@ -0,0 +1,12 @@
[info] Log at : 2024/9/25|10:45:47|GMT+0800
[info] Log at : 2024/9/25|10:45:58|GMT+0800
[info] Log at : 2024/10/26|22:44:56|GMT+0800
[info] Log at : 2024/10/26|22:45:02|GMT+0800
[info] Log at : 2024/10/26|22:47:29|GMT+0800
[info] Log at : 2024/10/28|14:41:30|GMT+0800

24
USER/.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,24 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "C/C++ Runner: Debug Session",
"type": "cppdbg",
"request": "launch",
"args": [],
"stopAtEntry": false,
"externalConsole": true,
"cwd": "d:/volatile transform sys/HAL_Prj/Prj_1.6_device_1/USER/DebugConfig",
"program": "d:/volatile transform sys/HAL_Prj/Prj_1.6_device_1/USER/DebugConfig/build/Debug/outDebug",
"MIMode": "gdb",
"miDebuggerPath": "gdb",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
}
]
}
]
}

69
USER/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,69 @@
{
"files.associations": {
"*.embeddedhtml": "html",
"usart.h": "c",
"ec800m.h": "c",
"stm32f4xx.h": "c",
"delay.h": "c",
"string.h": "c",
"sys.h": "c",
"stdio.h": "c"
},
"C_Cpp_Runner.cCompilerPath": "gcc",
"C_Cpp_Runner.cppCompilerPath": "g++",
"C_Cpp_Runner.debuggerPath": "gdb",
"C_Cpp_Runner.cStandard": "",
"C_Cpp_Runner.cppStandard": "",
"C_Cpp_Runner.msvcBatchPath": "C:/Program Files/Microsoft Visual Studio/VR_NR/Community/VC/Auxiliary/Build/vcvarsall.bat",
"C_Cpp_Runner.useMsvc": false,
"C_Cpp_Runner.warnings": [
"-Wall",
"-Wextra",
"-Wpedantic",
"-Wshadow",
"-Wformat=2",
"-Wcast-align",
"-Wconversion",
"-Wsign-conversion",
"-Wnull-dereference"
],
"C_Cpp_Runner.msvcWarnings": [
"/W4",
"/permissive-",
"/w14242",
"/w14287",
"/w14296",
"/w14311",
"/w14826",
"/w44062",
"/w44242",
"/w14905",
"/w14906",
"/w14263",
"/w44265",
"/w14928"
],
"C_Cpp_Runner.enableWarnings": true,
"C_Cpp_Runner.warningsAsError": false,
"C_Cpp_Runner.compilerArgs": [],
"C_Cpp_Runner.linkerArgs": [],
"C_Cpp_Runner.includePaths": [],
"C_Cpp_Runner.includeSearch": [
"*",
"**/*"
],
"C_Cpp_Runner.excludeSearch": [
"**/build",
"**/build/**",
"**/.*",
"**/.*/**",
"**/.vscode",
"**/.vscode/**"
],
"C_Cpp_Runner.useAddressSanitizer": false,
"C_Cpp_Runner.useUndefinedSanitizer": false,
"C_Cpp_Runner.useLeakSanitizer": false,
"C_Cpp_Runner.showCompilationTime": false,
"C_Cpp_Runner.useLinkTimeOptimization": false,
"C_Cpp_Runner.msvcSecureNoWarnings": false
}

4
USER/.vscode/uv4.log vendored Normal file
View File

@@ -0,0 +1,4 @@
*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'D:\Keil\keil_Arm\ARM\ARMCC\Bin'
Build target 'TIMER'
"..\OBJ\TIMER.axf" - 0 Error(s), 0 Warning(s).
Build Time Elapsed: 00:00:01

1
USER/.vscode/uv4.log.lock vendored Normal file
View File

@@ -0,0 +1 @@
2024/10/26 23:14:07