mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9b36657793
Enable EBI (External Bus Interface) and configure LPC SRAM memory. This set RIOT-OS to use up to 64k external data SRAM. Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
8 lines
154 B
Makefile
8 lines
154 B
Makefile
AVRDUDE_PROGRAMMER = xplainedpro_pdi
|
|
DEBUGPROTO = -X
|
|
|
|
override RAM_LEN = 65536
|
|
override EXP_RAM = 1
|
|
|
|
include $(RIOTBOARD)/common/atxmega/Makefile.include
|