X-Git-Url: http://cloudbase.mooo.com/gitweb/avrcpm.git/blobdiff_plain/6421941553d20df7608a6e1fe1d10aed2845b350..4675c141e70a1bc417c0d2e70c2f7946715aa605:/avrcpm/avr/config.inc diff --git a/avrcpm/avr/config.inc b/avrcpm/avr/config.inc index d656087..9a1b933 100644 --- a/avrcpm/avr/config.inc +++ b/avrcpm/avr/config.inc @@ -26,7 +26,7 @@ #define VMINOR 0 #ifndef DRAM_8BIT - #define DRAM_8BIT 0 /* 1 = 8bit wide DRAM */ + #define DRAM_8BIT 1 /* 1 = 8bit wide DRAM */ #endif #ifndef F_CPU #define F_CPU 20000000 /* system clock in Hz; defaults to 20MHz */ @@ -69,6 +69,7 @@ .equ MEMFILL = 1 .equ STACK_DBG = 0 .equ PRINT_PC = 0 +.equ HEAP_DEBUG = 1 #define MMC_SPI2X 1 /* 0 = SPI CLK/4, 1 = SPI CLK/2 */