git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@191 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2008-02-06 16:48:03 +00:00
parent 4fb21e032e
commit d88047aa53
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ UDEFS =
UADEFS =
# List ARM-mode C source files here
ASRC = \
ASRC = ../../ports/ARM7-LPC214x/GCC/chcore.c \
../../src/chinit.c ../../src/chdebug.c ../../src/chlists.c ../../src/chdelta.c \
../../src/chschd.c ../../src/chthreads.c ../../src/chsem.c ../../src/chmtx.c \
../../src/chevents.c ../../src/chmsg.c ../../src/chsleep.c ../../src/chqueues.c \

View File

@ -31,7 +31,7 @@ __stacks_total_size__ = __und_stack_size__ + __abt_stack_size__ + __fiq_stack_si
MEMORY
{
flash : org = 0x100000, len = 256k
ram : org = 0x200000, len = 64k
ram : org = 0x200020, len = 64k - 0x20
}
__ram_start__ = ORIGIN(ram);