]> cloudbase.mooo.com Git - avrcpm.git/blobdiff - avrcpm/avr/config.inc
* New macros sbiw and INTERRUPT:
[avrcpm.git] / avrcpm / avr / config.inc
index d65608780ad73048fed39de1bbc6692bb966bd09..9a1b933cbbe514bed988cce5762b420cb66abdc7 100644 (file)
@@ -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 */