summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAge
* altoslib/altosui: Carry receiver status around in AltosListenerStateKeith Packard2013-04-09
* altos: Flush the on-board mega log after every sample interval.Keith Packard2013-04-01
* altos: Do not release interrupts from any pollchar functionKeith Packard2013-03-31
* altos: Add logging and telem to telegpsKeith Packard2013-03-30
* altos: Get CC115L radio working.Keith Packard2013-03-29
* altos: Add temporary RF power settingsKeith Packard2013-03-29
* altos: Add new panic flag for bufio misuseKeith Packard2013-03-27
* altos: Fix config to not abort radio recv when no recv is availableKeith Packard2013-03-26
* altos: Allow radio recv and xmit to be separately configuredKeith Packard2013-03-26
* altos: Add RFPA0133 amplifier driverKeith Packard2013-03-26
* Update avr ao_spi_slave code to match API changesKeith Packard2013-01-13
* altos: Actually record ground averages for 6dof sensorKeith Packard2012-12-18
* altos: Average MPU6000 values on ground for later useKeith Packard2012-12-17
* Merge branch 'aprs' into 'master'Keith Packard2012-12-16
|\
| * Merge branch 'micropeak-1.1'Keith Packard2012-12-09
| |\
| | * altos: Make sure pa to altitude conversion is done with 32 bitsKeith Packard2012-12-09
* | | altos: Make APRS interval configurableKeith 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: Change 'flight-number' to 'current-flight'Keith Packard2012-12-06
| * | altos: Shrink 'ao_version' by calling printf fewer timesKeith Packard2012-12-06
* | | altos: Send APRS packets even during ascentKeith Packard2012-12-06
* | | altos: Allow telemetry, rdf and APRS to be individually controlledKeith Packard2012-12-06
* | | altos: Hook up APRS to telemetry loopKeith Packard2012-12-06
* | | altos: Hook APRS up to the radioKeith Packard2012-12-06
|/ /
* | altos: Add ao_task_minimize_latency to reduce IRQ delaysKeith Packard2012-11-30
* | altos: Use ao_xmemcpy in ao_log_telem.cKeith Packard2012-11-30
* | altos: Make stdio 8-bit clean by making pollchar return intKeith Packard2012-11-30
* | altos: Share getnibble functionKeith Packard2012-11-30
|/
* altos: Make Tm recovery mode set RF cal and callsign tooKeith Packard2012-11-18
* altos: Remove legacy telemetry from ao_monitor when not neededKeith Packard2012-11-01
* altos: Remove 'volatile' from ao_rssi.c globalsKeith Packard2012-11-01
* altos: Provide ao_task_alarm_tick to reduce per-tick costKeith Packard2012-10-26
* altos: Leave interrupts disabled while checking for task to runKeith Packard2012-10-26
* altos: Wrap ao_container_of value in parensKeith Packard2012-10-25
* altos: Switch drivers to ao_arch_block/release_interruptsKeith Packard2012-10-25
* altos: Add task queues.Keith Packard2012-10-25
* altos: Add stack-guard code. Uses STM MPU to trap stack overflow.Keith 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
* altos: Allow pyro flight state config to be setKeith Packard2012-10-22
* altos: Add state comparisons to pyro channel conditionsKeith Packard2012-10-22
* altos: Document mega log packet typesKeith Packard2012-10-21
* Merge branch 'master' into mm-ms5611Keith Packard2012-10-18
|\
| * altos: When missing MMA655x, create fake Z accel valueKeith Packard2012-10-13
| * altos: struct ao_log_mega doesn't have a ground temp valueKeith Packard2012-10-13
| * altos: Document a few member offsets in struct ao_log_recordKeith Packard2012-10-13
| * altos: Allow products to define which LED to panic withKeith Packard2012-10-12
| * altos: Include struct ao_data declaration only when usedKeith Packard2012-10-12