精简项目

删除了不需要的文件,并整理了文件夹
This commit is contained in:
Qiea
2024-11-08 21:35:04 +08:00
parent 46403a5c96
commit 27b41dcd56
251 changed files with 206 additions and 42904 deletions

View File

@@ -1,111 +0,0 @@
{
"configurations": [
{
"name": "FATFS",
"includePath": [
"d:\\Desktop\\实验41 FATFS实验\\CORE",
"d:\\Desktop\\实验41 FATFS实验\\OBJ",
"d:\\Desktop\\实验41 FATFS实验\\USER",
"d:\\Desktop\\实验41 FATFS实验\\HALLIB\\STM32F4xx_HAL_Driver\\Inc",
"d:\\Desktop\\实验41 FATFS实验\\SYSTEM\\delay",
"d:\\Desktop\\实验41 FATFS实验\\SYSTEM\\sys",
"d:\\Desktop\\实验41 FATFS实验\\SYSTEM\\usart",
"d:\\Desktop\\实验41 FATFS实验\\HARDWARE\\LED",
"d:\\Desktop\\实验41 FATFS实验\\HARDWARE\\KEY",
"d:\\Desktop\\实验41 FATFS实验\\HARDWARE\\LCD",
"d:\\Desktop\\实验41 FATFS实验\\HARDWARE\\SDRAM",
"d:\\Desktop\\实验41 FATFS实验\\HARDWARE\\SDIO",
"d:\\Desktop\\实验41 FATFS实验\\HARDWARE\\SPI",
"d:\\Desktop\\实验41 FATFS实验\\HARDWARE\\W25QXX",
"d:\\Desktop\\实验41 FATFS实验\\HARDWARE\\NAND",
"d:\\Desktop\\实验41 FATFS实验\\MALLOC",
"d:\\Desktop\\实验41 FATFS实验\\USMART",
"d:\\Desktop\\实验41 FATFS实验\\FATFS\\exfuns",
"d:\\Desktop\\实验41 FATFS实验\\FATFS\\src",
"C:\\Keil_v5\\ARM\\ARMCC\\include",
"C:\\Keil_v5\\ARM\\ARMCC\\include\\rw",
"d:\\Desktop\\实验41 FATFS实验\\HALLIB\\STM32F4xx_HAL_Driver\\Src",
"d:\\Desktop\\实验41 FATFS实验\\FATFS\\src\\option",
"d:\\Desktop\\实验41 FATFS实验"
],
"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
}

View File

@@ -1,18 +0,0 @@
[info] Log at : 2024/10/21|19:33:59|GMT+0800
[info] Log at : 2024/10/21|19:34:11|GMT+0800
[info] Log at : 2024/10/21|19:34:24|GMT+0800
[info] Log at : 2024/10/21|19:34:50|GMT+0800
[info] Log at : 2024/10/21|19:35:50|GMT+0800
[info] Log at : 2024/10/21|19:35:56|GMT+0800
[info] Log at : 2024/10/21|19:39:13|GMT+0800
[info] Log at : 2024/10/21|19:39:36|GMT+0800
[info] Log at : 2024/10/21|19:40:54|GMT+0800

60
USER/.vscode/uv4.log vendored
View File

@@ -1,60 +0,0 @@
*** Using Compiler 'V5.06 update 3 (build 300)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Rebuild target 'FATFS'
assembling startup_stm32f429xx.s...
compiling stm32f4xx_it.c...
compiling stm32f4xx_hal_dma_ex.c...
compiling stm32f4xx_hal_pwr_ex.c...
compiling stm32f4xx_hal_dma.c...
compiling stm32f4xx_hal_rcc_ex.c...
compiling stm32f4xx_hal_uart.c...
compiling stm32f4xx_hal_cortex.c...
compiling system_stm32f4xx.c...
compiling stm32f4xx_hal_rcc.c...
compiling stm32f4xx_hal_pwr.c...
compiling stm32f4xx_hal_tim_ex.c...
compiling main.c...
main.c(31): warning: #177-D: variable "res" was declared but never referenced
u8 res=0;
main.c: 1 warning, 0 errors
compiling stm32f4xx_hal_gpio.c...
compiling stm32f4xx_hal.c...
compiling stm32f4xx_hal_usart.c...
compiling stm32f4xx_hal_tim.c...
compiling stm32f4xx_hal_ltdc_ex.c...
compiling stm32f4xx_hal_sram.c...
compiling stm32f4xx_ll_fmc.c...
compiling stm32f4xx_hal_sdram.c...
compiling usart.c...
compiling stm32f4xx_hal_ltdc.c...
compiling stm32f4xx_hal_spi.c...
compiling stm32f4xx_hal_dma2d.c...
compiling key.c...
compiling sys.c...
compiling stm32f4xx_ll_sdmmc.c...
compiling stm32f4xx_hal_nand.c...
compiling led.c...
compiling delay.c...
compiling stm32f4xx_hal_sd.c...
compiling cc936.c...
compiling lcd.c...
compiling ff.c...
compiling sdio_sdcard.c...
compiling sdram.c...
compiling nandtester.c...
compiling nand.c...
compiling usmart_config.c...
compiling ltdc.c...
compiling usmart_str.c...
compiling spi.c...
compiling w25qxx.c...
compiling malloc.c...
compiling usmart.c...
compiling diskio.c...
compiling ftl.c...
compiling exfuns.c...
compiling fattester.c...
linking...
Program Size: Code=56382 RO-data=195006 RW-data=680 ZI-data=33751352
FromELF: creating hex file...
"..\OBJ\FATFS.axf" - 0 Error(s), 1 Warning(s).
Build Time Elapsed: 00:00:09

View File

@@ -1 +0,0 @@
2024/10/21 19:42:18