mirror of
https://github.com/andreili/katapult.git
synced 2025-08-23 19:34:06 +02:00
lpc1768: decrease RAM size
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
90970f9f7a
commit
f85b985cac
@ -47,7 +47,7 @@ config RAM_START
|
|||||||
|
|
||||||
config RAM_SIZE
|
config RAM_SIZE
|
||||||
hex
|
hex
|
||||||
default 0x7f20 # (0x8000 - 224) places stack end at a location not used by boot rom
|
default 0x7ee0 # (0x8000 - 256 - 32) 32 bytes for ISP commands, 256 bytes for ISP stack
|
||||||
|
|
||||||
config STACK_SIZE
|
config STACK_SIZE
|
||||||
int
|
int
|
||||||
|
Loading…
x
Reference in New Issue
Block a user