]> cloudbase.mooo.com Git - avrcpm.git/blobdiff - config.inc
* New macros sbiw and INTERRUPT:
[avrcpm.git] / config.inc
index e14ef4386af59da2cf2af92e9f554c8c67f89693..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 */
@@ -35,8 +35,6 @@
   #define BAUD   38400         /* console baud rate */
 #endif
  
-#define PARTID 0x52            /* Partition table id */
-                               /* http://www.win.tue.nl/~aeb/partitions/partition_types-1.html */
 #define K 1024
 #define M 1204*K
 
@@ -71,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 */