summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAge
* 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
* altos: Enable pyro channel control in telepyroKeith Packard2012-07-16
* altos: Add manual firing command for extra pyro channelsKeith Packard2012-07-16
* altos: Use 'HAS_ORIENT' to enable orientation selection in pyro codeKeith Packard2012-07-16
* altos: Pass flight dynamics to companion boardsKeith Packard2012-07-16
* altos: Make ao_tick_count visibleKeith Packard2012-07-16
* altos: Make storage addresses datatype configurableKeith Packard2012-07-16
* altos: No space for pyro help on TP v0.1Keith Packard2012-07-16
* altos: Remove unused 'func' from ao_config_setKeith Packard2012-07-16
* src: Add explicit 'pin' argument to ao_enable_outputKeith Packard2012-07-14
* altos: Add arbitrary pyro channel supportKeith Packard2012-07-14
* Report RSSI values in monitor idle UI (trac #44)Keith Packard2012-07-11
* altos: Fix gcc compiler warnings in GPS codeKeith Packard2012-07-11
* altos: Create macros to convert from/to radio RSSI representationKeith Packard2012-07-11
* altos: remove optimization for 'help' that confuses cc1111 compilerKeith Packard2012-07-11
* altos: Force 434.550Mhz by connecting debug gnd and clk (trac #41)Keith Packard2012-07-10
* altos: Continuously update ground state while on pad (trac #42)Keith Packard2012-07-10
* altos: Set HAS_FLIGHT_DEBUG=1 to include the flight debugging commandsKeith Packard2012-07-10
* altos: Signal continuity over radio in pad mode (trac #40)Keith Packard2012-07-10
* altos: Add 'void' parameter to ao_fec_decode callback parameterKeith Packard2012-07-10
* altos: Save some memory.Keith Packard2012-07-10
* altos: Eliminate compiler warnings when building ao_flight_testKeith Packard2012-07-10
* altos: Rename *_mm.c back to *.cKeith Packard2012-07-10
* altos: remove stale ao_flight.c and ao_sample.cKeith Packard2012-07-10
* altos: Viterbi performance improvments. Down to 5.7ms for command decodeKeith Packard2012-07-03
* altos: Do not block igniters on the radio mutex.Keith Packard2012-07-02
* altos: Allow megametrum to be built without using the mag sensorKeith Packard2012-06-27
* altos: Unroll viterbi state loop for >30% performance boostKeith Packard2012-06-27
* altos: Clean up radio CRC handlingKeith Packard2012-06-27
* altos: Don't try to grab radio while firing MM ignitersKeith Packard2012-06-27