summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAge
* 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
| * altos: Clean up types in Pa conversion testing code. Only test to 40kmKeith Packard2012-10-12
| * altos: Elide ao_altitude_to_pa in flight firmwareKeith Packard2012-10-12
| * altos: Parameterize altitude table access and initializationKeith Packard2012-10-12
| * altos: Use alt_t for all Pascal-based altitude dataKeith Packard2012-10-12
| * altos: Allow for other mutex implementationsKeith Packard2012-10-12
| * altos: Allow projects to specify clock at other than 100HzKeith Packard2012-10-12
| * altos: Split task definitions out to ao_task.hKeith Packard2012-10-12
| * altos: Compute desired frequency when upgrading from pre-1.1Keith Packard2012-10-08
* | altos: Go back to recording sensor data in globalsmm-ms5611Keith Packard2012-10-08
|/
* altos: Clean up flight data definitionsKeith Packard2012-09-09
* altos: include ao_arch_funcs.h at the very end of ao.hKeith Packard2012-09-09
* altos: Allow products without MS5607Keith Packard2012-09-09
* altos: Add custom panic noise for self-test failuresKeith Packard2012-08-31
* altos: Note changes to configured AES key for SPI radio convenienceKeith Packard2012-08-29
* altos: Move radio_cmac test funcs from ao_lco_cmd.c to new fileKeith Packard2012-08-28
* altos: Fix ao_delay function and move from per-chip code to ao_task.cKeith Packard2012-08-28
* altos: Clean up radio APIsKeith Packard2012-08-27
* altos: Trigger sample complete when all data are readyKeith Packard2012-08-26
* altos: Make ao_cur_task_index track ao_cur_task in ao_yieldKeith Packard2012-08-26
* altos: Split out LCO functions from ao_radio_cmac.c to ao_lco.cKeith Packard2012-08-24
* altos: Have radio_cmac turn on LEDs as appropriateKeith Packard2012-08-24
* altos: Add 'ao_led_set_mask' in the PCA9922 driverKeith Packard2012-08-24
* altos: Add button driver and event queueKeith Packard2012-08-06
* altos: Add telefire-v0.1Keith Packard2012-07-29
* altos: Add software AES implementationKeith Packard2012-07-29
* Add ability to re-play telemetry through TeleDongleKeith Packard2012-07-29
* altos: Move ao_radio_cmac.c to core (it doesn't depend on hardware)Keith Packard2012-07-22
* altos: Toggling telemetry monitoring would replay the telem queueKeith Packard2012-07-17
* altos: Megametrum ADC values are 12 bits, discard low 4 for telemetryKeith Packard2012-07-17
* altos: Place STM config values at fixed addresses for re-useKeith Packard2012-07-17