altos: Allow STM DMA channels to be reserved for one use
[fw/altos] / src / teleterra-v0.2 / ao_pins.h
index 9c35b06aee02866a195eac23f5479d7b16db74cc..44a372cc090da03b2836ef248a155a168c5d8374 100644 (file)
        #define IGNITE_ON_P0            0
        #define PACKET_HAS_MASTER       1
        #define PACKET_HAS_SLAVE        0
+       #define HAS_RADIO_CHANNELS      1
 
        #define HAS_COMPANION           0
 
+       #define AO_MONITOR_LED          0
        #define LEDS_AVAILABLE          0
        #define HAS_EXTERNAL_TEMP       0
        #define HAS_ACCEL_REF           0
        #define HAS_ACCEL               0
        #define HAS_IGNITE              0
        #define HAS_MONITOR             1
-       #define HAS_MONITOR_PUT         0
+       #define HAS_MONITOR_PUT         1
        #define LEGACY_MONITOR          0
        #define HAS_RSSI                0
        #define HAS_AES                 0
@@ -65,6 +67,8 @@
        #define BUTTON_3_REG            2
        #define BUTTON_3_MASK           (1 << 4)        /* P2_4 */
 
+       #define HAS_P2_ISR              1
+
        #define BATTERY_PIN             5
        
 #endif