diff options
| author | Keith Packard <keithp@keithp.com> | 2010-10-30 19:36:29 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2010-10-30 19:36:29 -0700 |
| commit | 3f53e5daeca4d9257aef017594fd65b379b97a1e (patch) | |
| tree | 691bf5573ed0ef5060bfc26f6ac84ed7267c65e3 /src/ao_pins.h | |
| parent | 811ced628d586134224c1b501b40ce9eb435fc7c (diff) | |
Add initial teleterra implementation.
Not a lot of new code here, but it does test the teleterra audio system.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao_pins.h')
| -rw-r--r-- | src/ao_pins.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ao_pins.h b/src/ao_pins.h index e9a265b0..7836d95a 100644 --- a/src/ao_pins.h +++ b/src/ao_pins.h @@ -76,6 +76,20 @@ #define LEDS_AVAILABLE (AO_LED_RED|AO_LED_GREEN) #endif +#if defined(TELETERRA_V_0_1) + #define HAS_SERIAL_1 1 + #define HAS_ADC 0 + #define HAS_DBG 1 + #define HAS_EEPROM 0 + #define DBG_ON_P1 1 + #define DBG_ON_P0 0 + #define PACKET_HAS_MASTER 1 + #define PACKET_HAS_SLAVE 0 + #define AO_LED_RED 1 + #define AO_LED_GREEN 2 + #define LEDS_AVAILABLE (AO_LED_RED|AO_LED_GREEN) +#endif + #if defined(TIDONGLE) #define HAS_SERIAL_1 0 #define HAS_ADC 0 |
