]> cloudbase.mooo.com Git - avrcpm.git/blobdiff - avrcpm/avr/config.inc
* This code is experimental and may destroy data on disk images!
[avrcpm.git] / avrcpm / avr / config.inc
index ebff19219dbc1204cd2c72a91bd2ab557b9f4c98..d947e7971b3b79eb393c564921b81f1dfff33f71 100644 (file)
 
 #define EM_Z80 0               /* we don't have any z80 instructions yet */
 
-.equ BOOT_DEBUG    = 0
+.equ BOOTWAIT      = 1
+.equ MEMTEST       = 1
+.equ MEMFILL       = 1
 .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
-.equ PORT_DEBUG    = 0
 .equ DISK_DEBUG    = 0         /* Increase for more debugging */
 .equ HOSTRW_DEBUG  = 0
-.equ MEMFILL       = 1
+.equ HEAP_DEBUG           = 0
+.equ PORT_DEBUG    = 0
+.equ INS_DEBUG     = 0
 .equ STACK_DBG     = 0
 .equ PRINT_PC      = 0
-.equ HEAP_DEBUG           = 0
 
 #define MMC_SPI2X  1           /* 0 = SPI CLK/4, 1 = SPI CLK/2 */