Merge pull request #356 from oliverschmidt/master
Allow text screen memory to be aligned to 0x2000.
This commit is contained in:
commit
810f770e49
@ -36,7 +36,7 @@ ETHERNET = cs8900a
|
||||
CONTIKI_CPU = $(CONTIKI)/cpu/6502
|
||||
include $(CONTIKI_CPU)/Makefile.6502
|
||||
|
||||
STARTADDR_FLAG = -S 0x2300
|
||||
STARTADDR_FLAG = -S 0x2400
|
||||
SHADOW_RAM_SOURCEFILES = tcpip.c uip.c uip_arp.c
|
||||
|
||||
# Set a target-specific variable value
|
||||
|
Loading…
Reference in New Issue
Block a user