clean up AVR code(deprecated), kicad libs, pcb WIP

This commit is contained in:
ikari
2010-03-25 00:16:44 +01:00
parent 42082bd2ac
commit 0c87b69aa1
29 changed files with 6498 additions and 2560 deletions

View File

@@ -280,8 +280,6 @@ restart:
uart_puts_P(PSTR("SNES GO!\r\n"));
snes_reset(0);
// writetest();
// XXX
uart_putc(uart_getc());
/* snes_reset(1);
set_avr_ena(0);
led_std();
@@ -290,7 +288,6 @@ restart:
set_busy_led(0);
set_avr_ena(1);
snes_reset(0); */
while(1)dprintf("ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!");
uint8_t cmd = 0;
while(!sram_reliable());

View File

@@ -326,7 +326,7 @@ uint8_t sram_reliable() {
}
if(score<SRAM_RELIABILITY_SCORE) {
result = 0;
dprintf("score=%d\n", score);
// dprintf("score=%d\n", score);
} else {
result = 1;
}