Added support for long filenames. Does not work yet

This commit is contained in:
Markus Fröschle
2012-12-15 12:04:12 +00:00
parent 1339c92845
commit e0e72dd6fa
13 changed files with 30776 additions and 10 deletions

View File

@@ -12,7 +12,6 @@ SECTIONS
objs/startcf.o(.text) /* this one is the entry point so it must be the first */
objs/sysinit.o(.text)
objs/init_fpga.o(.text)
objs/ff.o(.text)
objs/wait.o(.text)
objs/mmcbb.o(.text)
@@ -32,6 +31,8 @@ SECTIONS
{
objs/BaS.o(.text)
/* put other routines into the same segment (RAM) as BaS.o */
objs/ccsbcs.o(.text)
objs/ff.o(.text)
objs/sd_card_asm.o(.text)
objs/bas_printf.o(.text)
objs/printf_helper.o(.text)