summaryrefslogtreecommitdiff
path: root/src/drivers
Commit message (Expand)AuthorAge
...
* altos: Fix up APRS packet sending code in cc1120 driverKeith Packard2012-12-07
* Merge branch 'master' into aprsKeith Packard2012-12-07
|\
| * altos: fix functions calling pollchar to use 'int' to hold the valueKeith Packard2012-12-07
* | altos: Hook up APRS to telemetry loopKeith Packard2012-12-06
* | altos: Hook APRS up to the radioKeith Packard2012-12-06
* | altos: Prepare APRS for use within altos itselfKeith Packard2012-12-05
* | altos: Start restructuring APRS code to create and send packetsKeith Packard2012-12-05
* | altos: Remove a bunch of time bits from the APRS codeKeith Packard2012-12-05
* | altos: Remove APRS sine-wave tableKeith Packard2012-12-05
* | altos: More APRS trimmingKeith Packard2012-12-05
* | altos: Remove more unused APRS codeKeith Packard2012-12-05
* | altos: Reduce printf calls in APRS packet generationKeith Packard2012-12-05
* | altos: Strip out everything but the basic position reporting from APRSKeith Packard2012-12-05
* | Signed-off-by: Keith Packard <keithp@keithp.com>Keith Packard2012-12-05
* | altos: Add missing ao_aprs.h fileKeith Packard2012-12-05
* | altos: Generate all of the APRS messagesKeith Packard2012-12-05
* | altos: Add test scaffolding for APRSKeith Packard2012-12-05
* | altos: Make aprs code output encoded packets to stdoutKeith Packard2012-12-05
* | altos: Add Pico Beacon code as ao_aprs.cKeith Packard2012-12-05
|/
* altos: Break out GPS speed resetting sequenceKeith Packard2012-12-04
* altos: shrink ao_companion_status by merging printf callsKeith Packard2012-12-04
* altos: Make skytraq reflashing code try both 9600 and 4800 baudKeith Packard2012-11-30
* altos: Add support for reflashing skytraq GPS chipsKeith Packard2012-11-30
* altos: Make stdio 8-bit clean by making pollchar return intKeith Packard2012-11-30
* altos: fix cc1120 radio test - state wasn't made staticKeith Packard2012-11-18
* altos/micropeak: Run MS5607 at max resolution for micropeakKeith Packard2012-10-30
* altos: Switch drivers to ao_arch_block/release_interruptsKeith Packard2012-10-25
* altos: Replace __critical usage with ao_arch_critical as neededKeith Packard2012-10-25
* altos: profiling on STM32LKeith Packard2012-10-25
* altos: When slave mode first starts, accept any packetKeith Packard2012-10-25
* Merge branch 'master' into mm-ms5611Keith Packard2012-10-18
|\
| * altos/telelco: 10ms is not enough time to get a packet backKeith Packard2012-10-15
| * altos/telelco: Crank up SPI speed to cc1111Keith Packard2012-10-15
| * altos/telefire: Report valid channels instead of valid pinsKeith Packard2012-10-14
| * altos: Define full-scale gyro and accel values for MPU6000Keith Packard2012-10-13
| * altos: Split out ms5607 conversion code for use in ao_flight_testKeith Packard2012-10-13
| * altos: Add (untested) driver for AT24C i2c flash partsKeith Packard2012-10-12
| * altos: Prepare ms5607 driver for use in non-tasking productsKeith Packard2012-10-12
| * altos/telefire: Add siren/strobe supportKeith Packard2012-10-10
| * altos/telefire: Make sure armed alarm goes off on timeKeith Packard2012-10-06
* | altos: Fix up ms5607 and mma655x commands to work againKeith Packard2012-10-08
* | altos: Go back to recording sensor data in globalsmm-ms5611Keith Packard2012-10-08
* | altos/drivers: Use data ring values for MS5607 presentationKeith Packard2012-10-06
|/
* altos: Re-enable the ms5607 and mma655x acquisition threadsKeith Packard2012-10-03
* altos: Provide MS5611 configuration option, HAS_MS5611Keith Packard2012-10-03
* altos/telelco: Search for available firing nodes at boot timeKeith Packard2012-09-09
* altos/telefire: Add steady warble when the LCO arm switch is onKeith Packard2012-09-09
* altos: Try to get remote cmac time closer to realityKeith Packard2012-09-09
* altos: Fix radio slave to run lights in the normal wayKeith Packard2012-09-06
* altos: Get mma655x driver limping alongKeith Packard2012-08-31