fixes to enable reGNUal

This commit is contained in:
NIIBE Yutaka
2013-02-26 10:25:32 +09:00
parent 93c97e9474
commit 8cf0dd5665
6 changed files with 23 additions and 3 deletions

View File

@@ -7,8 +7,8 @@ __stacks_total_size__ = __main_stack_size__ + __process_stack_size__;
MEMORY
{
ram0 : org = 0x20000000, len = 0x1a00
ram1 : org = 0x20001400, len = 20k - 0x1a00
ram0 : org = 0x20000000, len = 0x1c00
ram1 : org = 0x20001c00, len = 20k - 0x1c00
}
vector = 0x08000000;