mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2025-07-31 12:41:06 +00:00
fix & update
This commit is contained in:
parent
0557a41f1a
commit
741520fa66
58 changed files with 6620 additions and 6810 deletions
Binary file not shown.
|
@ -13,6 +13,7 @@ del hal_log_uart.o
|
|||
del hal_pinmux.o
|
||||
del hal_misc.o
|
||||
del startup.o
|
||||
rem del hal_spi_flash_ram.o
|
||||
arm-none-eabi-ar.exe ru ..\%libname%_new.a *.o
|
||||
cd ..
|
||||
rd /q /s %libname%.lib
|
||||
|
|
|
@ -27,7 +27,7 @@ SECTIONS
|
|||
{
|
||||
__rom_bss_start__ = 0x10000300;
|
||||
__rom_bss_end__ = 0x10000bc8;
|
||||
|
||||
|
||||
/*
|
||||
.ram.start.table :
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue