altos: Start work on AES and raw radio interfaces.
[fw/altos] / src / cc1111 / ao_pins.h
index 19ea0cfd5166b98301451684a799b98e159c5ce7..9e9b3bf6c6ad32e04215a6a674f843747e517dc6 100644 (file)
        #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)
        #define SPI_CS_ON_P0            1
        #define HAS_IGNITE              0
        #define HAS_MONITOR             1
+       #define HAS_AES                 1
 #endif
 
 #if defined(TIDONGLE)
        #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)
        #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)