diff options
| author | Bdale Garbee <bdale@gag.com> | 2014-09-09 23:28:39 -0600 | 
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2014-09-09 23:28:39 -0600 | 
| commit | 16405fd3eb6f82ef3a709e3ed30fc48faef7b547 (patch) | |
| tree | c111819b3ba0c9357af41c81b798326b9df7adad /src/cc1111/ao_pins.h | |
| parent | 5a2f6ed6210844f7284fbf9f7ecba68c8a14fa52 (diff) | |
| parent | 28bd5057252e61bc5b1a35a00bc1f9fdfde097f7 (diff) | |
Merge branch 'branch-1.5' into debian
Conflicts:
	ChangeLog
	Releasing
	altosui/Instdrv/NSIS/Includes/java.nsh
	altosui/altos-windows.nsi.in
	configure.ac
	doc/Makefile
	doc/altusmetrum.xsl
	micropeak/micropeak-windows.nsi.in
	telegps/telegps-windows.nsi.in
Diffstat (limited to 'src/cc1111/ao_pins.h')
| -rw-r--r-- | src/cc1111/ao_pins.h | 26 | 
1 files changed, 26 insertions, 0 deletions
diff --git a/src/cc1111/ao_pins.h b/src/cc1111/ao_pins.h index 2b19f1f6..e12f813f 100644 --- a/src/cc1111/ao_pins.h +++ b/src/cc1111/ao_pins.h @@ -20,6 +20,8 @@  #define HAS_RADIO		1  #define DISABLE_LOG_SPACE	1 +#define AO_VALUE_32		0 +#define HAS_WIDE_GPS		0  #if defined(TELEMETRUM_V_1_0)  	/* Discontinued and was never built with CC1111 chips needing this */ @@ -56,6 +58,9 @@  	#define HAS_ACCEL		1  	#define HAS_IGNITE		1  	#define HAS_MONITOR		0 +	#define HAS_TELEMETRY		1 +	#define HAS_RADIO_RATE		0	/* not enough space for this */ +	#define HAS_MUTEX_TRY		0  #endif  #if defined(TELEMETRUM_V_1_1) @@ -96,6 +101,9 @@  	#define HAS_ACCEL		1  	#define HAS_IGNITE		1  	#define HAS_MONITOR		0 +	#define HAS_TELEMETRY		1 +	#define HAS_RADIO_RATE		0	/* not enough space for this */ +	#define HAS_MUTEX_TRY		0  #endif  #if defined(TELEMETRUM_V_1_2) @@ -136,6 +144,9 @@  	#define HAS_ACCEL		1  	#define HAS_IGNITE		1  	#define HAS_MONITOR		0 +	#define HAS_TELEMETRY		1 +	#define HAS_RADIO_RATE		0	/* not enough space for this */ +	#define HAS_MUTEX_TRY		0  #endif  #if defined(TELEDONGLE_V_0_2) @@ -164,6 +175,8 @@  	#define LEGACY_MONITOR		1  	#define HAS_RSSI		1  	#define HAS_AES			0 +	#define HAS_TELEMETRY		0 +	#define AO_RADIO_REG_TEST	1  #endif  #if defined(TELEMINI_V_1_0) @@ -193,6 +206,8 @@  	#define HAS_ACCEL		0  	#define HAS_IGNITE		1  	#define HAS_MONITOR		0 +	#define HAS_TELEMETRY		1 +	#define HAS_RADIO_RATE		0	/* not enough space for this */  #endif  #if defined(TELENANO_V_0_1) @@ -220,6 +235,8 @@  	#define HAS_ACCEL		0  	#define HAS_IGNITE		0  	#define HAS_MONITOR		0 +	#define HAS_TELEMETRY		1 +	#define HAS_RADIO_RATE		0	/* not enough space for this */  #endif  #if defined(TELEMETRUM_V_0_1) @@ -252,6 +269,8 @@  	#define HAS_ACCEL		1  	#define HAS_IGNITE		1  	#define HAS_MONITOR		0 +	#define HAS_TELEMETRY		1 +	#define HAS_RADIO_RATE		0	/* not enough space for this */  	#define AO_CONFIG_DEFAULT_FLIGHT_LOG_MAX	((uint32_t) 127 * (uint32_t) 1024)  #endif @@ -283,6 +302,7 @@  	#define LEGACY_MONITOR		1  	#define HAS_RSSI		1  	#define HAS_AES			0 +	#define HAS_TELEMETRY		0  #endif  #if defined(TIDONGLE) @@ -312,6 +332,7 @@  	#define LEGACY_MONITOR		1  	#define HAS_RSSI		1  	#define HAS_AES			0 +	#define HAS_TELEMETRY		0  #endif  #if defined(TELEBT_V_0_0) @@ -350,6 +371,8 @@  	#define LEGACY_MONITOR		1  	#define HAS_RSSI		0  	#define HAS_AES			0 +	#define HAS_TELEMETRY		0 +	#define AO_RADIO_REG_TEST	1  #endif  #if defined(TELEBT_V_0_1) @@ -396,6 +419,8 @@  	#define LEGACY_MONITOR		1  	#define HAS_RSSI		0  	#define HAS_AES			0 +	#define HAS_TELEMETRY		0 +	#define AO_RADIO_REG_TEST	1  #endif  #if defined(TELELAUNCH_V_0_1) @@ -428,6 +453,7 @@  	#define HAS_IGNITE		1  	#define HAS_MONITOR		0  	#define HAS_AES			1 +	#define HAS_TELEMETRY		0  #endif  #if DBG_ON_P1  | 
