summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAge
* altos: Baro-only (but record accel) for TM v1.2pwminKeith Packard2012-07-21
* altos: Start radio a fixed time after boostKeith Packard2012-07-19
* altos: Allow 'Z' MPU6000 axis to be changed at compile timeKeith Packard2012-07-19
* 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
* altos: ao_ignite.c is no longer cc1111 specificKeith Packard2012-06-26
* altos: Add debugging code to check for stack overflowKeith Packard2012-06-26
* altos: Make gcc happy with ao_telemetry_set_intervalKeith Packard2012-06-26
* altos: Turn radio-related bits of ao_flight_mm.cKeith Packard2012-06-26
* altos: custom hex printer for telemetry packetsKeith Packard2012-06-26
* altos: Optimize FEC encode and decodeKeith Packard2012-06-26
* altos: Add GPS logging code for MegaMetrumKeith Packard2012-06-26
* altos: Make cc1111 radio control functions staticKeith Packard2012-06-26
* altos: rename ao_viterbi.c to ao_fec_rx.cKeith Packard2012-06-26
* altos: Incremental viterbi decodeKeith Packard2012-06-25
* altos: decode cc1120 received packetsKeith Packard2012-06-25
* altos: Get cc1120 packet reception workingKeith Packard2012-06-25
* altos: Forgot ao_telemetry.hKeith Packard2012-06-25
* altos: improve FEC apis to reduce data copyingKeith Packard2012-06-23
* altos: fix comment about decoding last byte of FEC dataKeith Packard2012-06-23