X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fcc1111%2Fao_pins.h;h=7c5b45743c50b4ef0e65e25539345ad04736ce15;hb=a10aa835a06b71e2cefeb6b10daaf8cc394603b6;hp=57de67b2e3b3c763418207dee28bf030c12da5bb;hpb=cff737c290347b61ba16584880c2f4c436b95042;p=fw%2Faltos diff --git a/src/cc1111/ao_pins.h b/src/cc1111/ao_pins.h index 57de67b2..7c5b4574 100644 --- a/src/cc1111/ao_pins.h +++ b/src/cc1111/ao_pins.h @@ -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 @@ -111,6 +112,7 @@ #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 @@ -221,6 +223,7 @@ #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 @@ -247,6 +250,7 @@ #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 @@ -274,11 +278,13 @@ #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 @@ -313,11 +319,13 @@ #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 @@ -449,6 +457,10 @@ #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