src-avr: Clean up the USB echo debug task a bit
[fw/altos] / src-avr / ao_pins.h
index f08af0747c5b36a44971bcae1fa792b80fb490bd..aec8994b87058aed7a4dbd0aef10dd7ab3f35e66 100644 (file)
 #endif
 
 #ifdef TELESCIENCE
-       #define AO_LED_RED              (1<<7)
-       #define LEDS_AVAILABLE          (AO_LED_RED)
+       #define LEDS_AVAILABLE          0
        #define HAS_USB                 1
        #define TEENSY                  0
+       #define USE_SERIAL_STDIN        1
+       #define HAS_SERIAL_1            1
+       #define HAS_USB                 1
+       #define PACKET_HAS_SLAVE        0
+
        #define AVR_VCC_5V              0
        #define AVR_VCC_3V3             1
        #define AVR_CLOCK               8000000UL
+
+       #define SPI_CS_PORT             PORTE
+       #define SPI_CS_DIR              DDRE
+       #define M25_CS_MASK             (1 << PORTE6)
+       #define M25_MAX_CHIPS           1
 #endif
 
 #ifndef AVR