X-Git-Url: http://cloudbase.mooo.com/gitweb/avrcpm.git/blobdiff_plain/6421941553d20df7608a6e1fe1d10aed2845b350..630ec2d3d01c9e013f14612a7c9f464b4e33663c:/avrcpm/avr/config.inc diff --git a/avrcpm/avr/config.inc b/avrcpm/avr/config.inc index d656087..1331f5b 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 */ @@ -41,8 +41,11 @@ ;#define RAMSIZE 256*K*4 /* 1 chip 256Kx4 */ #define RAMSIZE 4*M*4 * 2 /* 2 chips 4Mx4 */ -#define RAMDISKCNT 0 /* Number of RAM disks */ -#define RAMDISKNR 'I'-'A' /* Drive "letter" for first RAM disk */ +#ifndef FAT16_SUPPORT + #define FAT16_SUPPORT 1 /* Include Support for FAT16 Partitions */ +#endif /* which may contain CP/M image files. */ +#define RAMDISKCNT 0 /* Number of RAM disks */ +#define RAMDISKNR 'I'-'A' /* Drive "letter" for first RAM disk */ #define PARTID 0x52 /* Partition table id */ /* http://www.win.tue.nl/~aeb/partitions/partition_types-1.html */ @@ -60,6 +63,9 @@ .equ BOOT_DEBUG = 0 .equ MMC_DEBUG = 0 /* Increase for more debugging */ +.equ FAT16_DEBUG = 0 +.equ FAT16_RWDEBUG = 0 +.equ FAT16_DBG_FAT = 0 .equ INS_DEBUG = 0 .equ MEMTEST = 1 .equ BOOTWAIT = 1 @@ -69,6 +75,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 */