V1.20 补充上传

This commit is contained in:
hehaoyang 2023-10-18 17:47:52 +08:00
parent 9dcf65ad46
commit 952e90a1d0
2 changed files with 1 additions and 1037 deletions

File diff suppressed because it is too large Load Diff

View File

@ -41,7 +41,7 @@
gcc_entry_point="Reset_Handler"
link_linker_script_file="$(ProjectDir)/GD32F10x_Flash.icf"
linker_memory_map_file="$(ProjectDir)/GD32F103CB_MemoryMap.xml"
linker_output_format="hex"
linker_output_format="bin"
linker_printf_fp_enabled="Float"
linker_section_placements_segments="FLASH1 RX 0x08000000 0x00020000;RAM1 RWX 0x20000000 0x00005000;"
macros="DeviceHeaderFile=$(PackagesDir)/GD32F10x/Device/Include/gd32f10x.h;DeviceSystemFile=$(PackagesDir)/GD32F10x/Device/Source/system_gd32f10x.c;DeviceVectorsFile=$(PackagesDir)/GD32F10x/Source/gd32f10x_md_Vectors.s;DeviceFamily=GD32F10x;DeviceSubFamily=GD32F103;Target=GD32F103CB"