编译成功
This commit is contained in:
+71
-4
@@ -7,7 +7,65 @@ srcDirs: []
|
||||
virtualFolder:
|
||||
name: <virtual_root>
|
||||
files: []
|
||||
folders: []
|
||||
folders:
|
||||
- name: System
|
||||
files:
|
||||
- path: VoiletBspStm32F10x/System/system_stm32f10x.c
|
||||
- path: VoiletBspStm32F10x/System/LinkScripts/Gcc/stm32_flash_ze.ld
|
||||
- path: VoiletBspStm32F10x/System/Cmsis/Src/core_cm3.c
|
||||
folders: []
|
||||
- name: Startup
|
||||
files:
|
||||
- path: VoiletBspStm32F10x/System/Startup/Gcc/startup_stm32f10x_hd.s
|
||||
folders: []
|
||||
- name: App
|
||||
files:
|
||||
- path: App/Src/LetterShell.c
|
||||
- path: App/Src/main.c
|
||||
folders: []
|
||||
- name: Shell
|
||||
files:
|
||||
- path: VoiletBspStm32F10x/ThirdParty/LetterShellV3/Src/shell.c
|
||||
- path: VoiletBspStm32F10x/ThirdParty/LetterShellV3/Src/shell_cmd_list.c
|
||||
- path: VoiletBspStm32F10x/ThirdParty/LetterShellV3/Src/shell_companion.c
|
||||
- path: VoiletBspStm32F10x/ThirdParty/LetterShellV3/Src/shell_ext.c
|
||||
folders: []
|
||||
- name: Bsp
|
||||
files:
|
||||
- path: VoiletBspStm32F10x/Bsp/Src/Bsp.c
|
||||
- path: VoiletBspStm32F10x/Bsp/Src/Delay.c
|
||||
- path: VoiletBspStm32F10x/Bsp/Src/Gpio.c
|
||||
- path: VoiletBspStm32F10x/Bsp/Src/Interrupt.c
|
||||
- path: VoiletBspStm32F10x/Bsp/Src/SeggerCall.c
|
||||
- path: VoiletBspStm32F10x/Bsp/Src/SysCall.c
|
||||
- path: VoiletBspStm32F10x/Bsp/Src/Uart.c
|
||||
folders: []
|
||||
- name: StdLib
|
||||
files:
|
||||
- path: VoiletBspStm32F10x/StdLib/Src/misc.c
|
||||
- path: VoiletBspStm32F10x/StdLib/Src/stm32f10x_adc.c
|
||||
- path: VoiletBspStm32F10x/StdLib/Src/stm32f10x_bkp.c
|
||||
- path: VoiletBspStm32F10x/StdLib/Src/stm32f10x_can.c
|
||||
- path: VoiletBspStm32F10x/StdLib/Src/stm32f10x_cec.c
|
||||
- path: VoiletBspStm32F10x/StdLib/Src/stm32f10x_crc.c
|
||||
- path: VoiletBspStm32F10x/StdLib/Src/stm32f10x_dac.c
|
||||
- path: VoiletBspStm32F10x/StdLib/Src/stm32f10x_dbgmcu.c
|
||||
- path: VoiletBspStm32F10x/StdLib/Src/stm32f10x_dma.c
|
||||
- path: VoiletBspStm32F10x/StdLib/Src/stm32f10x_exti.c
|
||||
- path: VoiletBspStm32F10x/StdLib/Src/stm32f10x_flash.c
|
||||
- path: VoiletBspStm32F10x/StdLib/Src/stm32f10x_fsmc.c
|
||||
- path: VoiletBspStm32F10x/StdLib/Src/stm32f10x_gpio.c
|
||||
- path: VoiletBspStm32F10x/StdLib/Src/stm32f10x_i2c.c
|
||||
- path: VoiletBspStm32F10x/StdLib/Src/stm32f10x_iwdg.c
|
||||
- path: VoiletBspStm32F10x/StdLib/Src/stm32f10x_pwr.c
|
||||
- path: VoiletBspStm32F10x/StdLib/Src/stm32f10x_rcc.c
|
||||
- path: VoiletBspStm32F10x/StdLib/Src/stm32f10x_rtc.c
|
||||
- path: VoiletBspStm32F10x/StdLib/Src/stm32f10x_sdio.c
|
||||
- path: VoiletBspStm32F10x/StdLib/Src/stm32f10x_spi.c
|
||||
- path: VoiletBspStm32F10x/StdLib/Src/stm32f10x_tim.c
|
||||
- path: VoiletBspStm32F10x/StdLib/Src/stm32f10x_usart.c
|
||||
- path: VoiletBspStm32F10x/StdLib/Src/stm32f10x_wwdg.c
|
||||
folders: []
|
||||
dependenceList: []
|
||||
outDir: Output
|
||||
miscInfo:
|
||||
@@ -15,8 +73,17 @@ miscInfo:
|
||||
targets:
|
||||
Debug:
|
||||
cppPreprocessAttrs:
|
||||
defineList: []
|
||||
incList: []
|
||||
defineList:
|
||||
- USE_STDPERIPH_DRIVER
|
||||
- STM32F10X_HD
|
||||
incList:
|
||||
- App/Inc
|
||||
- Board
|
||||
- VoiletBspStm32F10x/Bsp/Inc
|
||||
- VoiletBspStm32F10x/StdLib/Inc
|
||||
- VoiletBspStm32F10x/System/Cmsis/Inc
|
||||
- VoiletBspStm32F10x/System
|
||||
- VoiletBspStm32F10x/ThirdParty/LetterShellV3/Inc
|
||||
libList: []
|
||||
excludeList: []
|
||||
settings:
|
||||
@@ -55,7 +122,7 @@ targets:
|
||||
LIB_FLAGS: -lm
|
||||
output-format: elf
|
||||
remove-unused-input-sections: true
|
||||
scatterFilePath: <YOUR_LINKER_SCRIPT>.lds
|
||||
scatterFilePath: VoiletBspStm32F10x/System/LinkScripts/Gcc/stm32_flash_ze.ld
|
||||
storageLayout:
|
||||
RAM: []
|
||||
ROM: []
|
||||
|
||||
Reference in New Issue
Block a user