altos: Add LEGACY_MONITOR defines to more programs
[fw/altos] / src / cc1111 / ao_pins.h
index 57de67b2e3b3c763418207dee28bf030c12da5bb..7c5b45743c50b4ef0e65e25539345ad04736ce15 100644 (file)
@@ -36,6 +36,7 @@
        #define IGNITE_ON_P0            0
        #define PACKET_HAS_MASTER       0
        #define PACKET_HAS_SLAVE        1
+       #define NOISY_ACCEL             1
 
        #define HAS_COMPANION           1
        #define COMPANION_CS_ON_P1      1
        #define SPI_CS_ON_P0            0
        #define HAS_IGNITE              0
        #define HAS_MONITOR             1
+       #define LEGACY_MONITOR          1
        #define HAS_RSSI                1
        #define HAS_AES                 1
 #endif
        #define SPI_CS_ON_P0            1
        #define HAS_IGNITE              0
        #define HAS_MONITOR             1
+       #define LEGACY_MONITOR          1
        #define HAS_RSSI                1
        #define HAS_AES                 1
 #endif
        #define SPI_CS_ON_P0            1
        #define HAS_IGNITE              0
        #define HAS_MONITOR             1
+       #define LEGACY_MONITOR          1
        #define HAS_RSSI                1
        #define HAS_AES                 1
 #endif
        #define SPI_CS_ON_P1            1
        #define SPI_CS_ON_P0            0
        #define HAS_IGNITE              0
+       #define HAS_IGNITE_REPORT       1
        #define BT_LINK_ON_P2           1
        #define BT_LINK_ON_P1           0
        #define BT_LINK_PIN_INDEX       7
        #define BT_LINK_PIN             P2_1
        #define HAS_MONITOR             1
+       #define LEGACY_MONITOR          1
        #define HAS_RSSI                0
        #define HAS_AES                 1
 #endif
        #define M25_MAX_CHIPS           1
        #define HAS_ACCEL               0
        #define HAS_IGNITE              0
+       #define HAS_IGNITE_REPORT       1
        #define BT_LINK_ON_P2           0
        #define BT_LINK_ON_P1           1
        #define BT_LINK_PIN_INDEX       7
        #define BT_LINK_PIN             P1_7
        #define HAS_MONITOR             1
+       #define LEGACY_MONITOR          1
        #define HAS_RSSI                0
        #define HAS_AES                 1
 #endif
 #error Please define HAS_IGNITE
 #endif
 
+#if HAS_IGNITE
+#define HAS_IGNITE_REPORT 1
+#endif
+
 #ifndef PACKET_HAS_MASTER
 #error Please define PACKET_HAS_MASTER
 #endif