diff options
| author | Keith Packard <keithp@keithp.com> | 2011-07-15 18:51:33 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-08-27 12:33:46 -0700 |
| commit | a731d240f802d37524ce84c3c6acf22bcda4d522 (patch) | |
| tree | 54a7e25a354c43ceb32c1feb651acf18432dcd5c /src/cc1111/ao_pins.h | |
| parent | f145be3fc4ee94fdb5c1e2406b6c11d38bdbbd9b (diff) | |
altos: Start work on AES and raw radio interfaces.
We probably don't want this raw radio interface, but it's a start.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/cc1111/ao_pins.h')
| -rw-r--r-- | src/cc1111/ao_pins.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cc1111/ao_pins.h b/src/cc1111/ao_pins.h index 19ea0cfd..9e9b3bf6 100644 --- a/src/cc1111/ao_pins.h +++ b/src/cc1111/ao_pins.h @@ -108,6 +108,7 @@ #define SPI_CS_ON_P0 0 #define HAS_IGNITE 0 #define HAS_MONITOR 1 + #define HAS_AES 1 #endif #if defined(TELEMINI_V_1_0) @@ -212,6 +213,7 @@ #define SPI_CS_ON_P0 1 #define HAS_IGNITE 0 #define HAS_MONITOR 1 + #define HAS_AES 1 #endif #if defined(TIDONGLE) @@ -235,6 +237,7 @@ #define SPI_CS_ON_P0 1 #define HAS_IGNITE 0 #define HAS_MONITOR 1 + #define HAS_AES 1 #endif #if defined(TELEBT_V_0_0) @@ -300,6 +303,7 @@ #define BT_LINK_PIN_INDEX 7 #define BT_LINK_PIN P1_7 #define HAS_MONITOR 1 + #define HAS_AES 1 #endif #if defined(TELELAUNCH_V_0_1) |
