added free (BSD-source) tiny-printf to support better diagnostic messages

This commit is contained in:
Markus Fröschle
2012-10-25 12:01:48 +00:00
parent 02f5ee92f6
commit 5bbda57deb
7 changed files with 444 additions and 23 deletions

View File

@@ -76,6 +76,8 @@ SECTIONS {
objs/BaS.o(.text)
/* put other routines into the same segment (RAM) as BaS.o */
objs/sd_card_asm.o(.text)
objs/printf.o(.text)
objs/printf_helper.o(.text)
objs/sd_card.o(.text)
objs/mmu.o(.text)
objs/exceptions.o(.text)