ICP3 working
[fw/altos] / src /
2012-07-18 Robert GarbeeICP3 working
2012-07-18 Robert GarbeeTimer 3 working with slower clock and all 16 bits.
2012-07-17 Robert Garbeefirst work on PWM input to TeleScience, 'p' command...
2012-07-17 Keith Packardaltos: Place STM config values at fixed addresses for...
2012-07-16 Keith Packardaltos: megametrum depends on ao_companion.h
2012-07-16 Keith Packardaltos: Enable pyro channel control in telepyro
2012-07-16 Keith Packardaltos: Add manual firing command for extra pyro channels
2012-07-16 Keith Packardaltos: Use 'HAS_ORIENT' to enable orientation selection...
2012-07-16 Keith Packardaltos: Pass flight dynamics to companion boards
2012-07-16 Keith Packardaltos: Make ao_tick_count visible
2012-07-16 Keith Packardaltos: Remove some debug code from avr ADC driver
2012-07-16 Keith Packardaltos: Make sure telepyro ao_product.h is built before...
2012-07-16 Keith Packardaltos: Make storage addresses datatype configurable
2012-07-16 Keith Packardsrc: Add driver for AVR internal eeprom. Use for telepy...
2012-07-16 Keith Packardaltos: No space for pyro help on TP v0.1
2012-07-16 Keith Packardaltos: Remove unused 'func' from ao_config_set
2012-07-16 Keith Packardaltos/avr: Remove debugging command from USB driver
2012-07-16 Keith Packardaltos/avr: Remove debugging printf in avr stdio startup
2012-07-14 Keith Packardsrc: Add explicit 'pin' argument to ao_enable_output
2012-07-14 Keith Packardaltos/megametrum: Support the four additional pyro...
2012-07-14 Keith Packardaltos/stm: Expose ao_gpio_set which sets a specific...
2012-07-14 Keith Packardstm: running out of memory in MM -- reduce stack to...
2012-07-14 Keith Packardaltos: Add arbitrary pyro channel support
2012-07-14 Keith Packardaltos/stm: Force STM stack to start at the top of RAM
2012-07-11 Keith PackardReport RSSI values in monitor idle UI (trac #44)
2012-07-11 Keith Packardaltos: Fix gcc compiler warnings in GPS code
2012-07-11 Keith Packardaltos: Create macros to convert from/to radio RSSI...
2012-07-11 Keith Packardaltos: Have 'make clean' remove all programs, even...
2012-07-11 Keith Packardaltos: remove optimization for 'help' that confuses...
2012-07-11 Keith Packardaltos: Ignore megametrum built files
2012-07-11 Keith Packardaltos: Force 434.550Mhz by connecting debug gnd and...
2012-07-11 Keith Packardaltos: Continuously update ground state while on pad...
2012-07-11 Keith Packardaltos: Set HAS_FLIGHT_DEBUG=1 to include the flight...
2012-07-11 Keith Packardaltos: Signal continuity over radio in pad mode (trac...
2012-07-11 Keith Packardaltos: Add 'void' parameter to ao_fec_decode callback...
2012-07-11 Keith Packardaltos: Save some memory.
2012-07-10 Keith Packardaltos: Improve ao_flight_test a bit
2012-07-10 Keith Packardaltos: add some (unused) test code for different soft...
2012-07-10 Keith Packardaltos: Eliminate compiler warnings when building ao_fli...
2012-07-10 Keith Packardaltos: Rename *_mm.c back to *.c
2012-07-10 Keith Packardaltos: remove stale ao_flight.c and ao_sample.c
2012-07-04 Keith Packardaltos: Move profiling settings to Makefile
2012-07-04 Keith Packardaltos: Crank up the gaussian noise in the FEC test
2012-07-04 Keith Packardaltos: Viterbi performance improvments. Down to 5.7ms...
2012-07-03 Keith Packardaltos: Do not block igniters on the radio mutex.
2012-07-02 Bdale Garbeeextend cross-compiler availability logic to all target...
2012-06-30 Bdale Garbeeconditionalize build of ARM binaries on presence of...
2012-06-29 Keith Packardaltos: Declare cc1111 accel_ref as unsigned so the... 1.0.9.6
2012-06-28 Keith Packardaltos: Disable MS5607 interrupt in the handler altosdroid
2012-06-28 Keith Packardaltos: Track missed HMC5883 interrupts
2012-06-28 Keith Packardaltos: Increase default STM stack to 648 bytes
2012-06-28 Keith Packardaltos: panic if MPU6000 self test fails
2012-06-28 Keith Packardaltos: Disable mag sensor for megametrum
2012-06-28 Keith Packardaltos: Allow megametrum to be built without using the...
2012-06-28 Keith Packardaltos: Make profiling Viterbi decoder more useful
2012-06-28 Keith Packardaltos: Unroll viterbi state loop for >30% performance...
2012-06-28 Keith Packardaltos: Clean up STM I2C clock computations
2012-06-28 Keith Packardaltos: Clean up radio CRC handling
2012-06-27 Keith Packardaltos: get MPU6000 I2C link working reliably
2012-06-27 Keith Packardaltos: reorder stm USB state stores to avoid races
2012-06-27 Keith Packardaltos: include targe SPI speed in get request
2012-06-27 Keith Packardaltos: Wait for i2c START condition before setting...
2012-06-27 Keith Packardaltos: disable FEC debug on MM
2012-06-27 Keith Packardaltos: Clean up cc1120 driver a bit
2012-06-27 Keith Packardaltos: Don't try to grab radio while firing MM igniters
2012-06-27 Keith Packardaltos: stm i2c debug code was calling flush() even...
2012-06-27 Keith Packardaltos: mpu6000 requires a delay during start
2012-06-27 Keith Packardaltos: ao_ignite.c is no longer cc1111 specific
2012-06-27 Keith Packardaltos: Add debugging code to check for stack overflow
2012-06-27 Keith Packardaltos: Enable full flight computer functionality in...
2012-06-27 Keith Packardaltos: Create a 32-bit 1MHz timer for use in profiling...
2012-06-27 Keith Packardaltos: Abort radio receive when using flash memory...
2012-06-27 Keith Packardaltos: Make gcc happy with ao_telemetry_set_interval
2012-06-27 Keith Packardaltos: Turn radio-related bits of ao_flight_mm.c
2012-06-27 Keith Packardaltos: custom hex printer for telemetry packets
2012-06-27 Keith Packardaltos: Optimize FEC encode and decode
2012-06-27 Keith Packardaltos: Add GPS logging code for MegaMetrum
2012-06-27 Keith Packardaltos: Make cc1111 radio control functions static
2012-06-27 Keith Packardaltos: Clean up usage of port parameters
2012-06-27 Keith Packardaltos: rename ao_viterbi.c to ao_fec_rx.c
2012-06-25 Keith Packardaltos: Incremental viterbi decode
2012-06-25 Keith Packardaltos: decode cc1120 received packets
2012-06-25 Keith Packardaltos: Get cc1120 packet reception working
2012-06-25 Keith Packardaltos: Forgot ao_telemetry.h
2012-06-23 Keith Packardaltos: improve FEC apis to reduce data copying
2012-06-23 Keith Packardaltos: Add ao_viterbi.c to megametrum build
2012-06-23 Keith Packardaltos: fix comment about decoding last byte of FEC...
2012-06-23 Keith Packardaltos: Make ao_fec_tx_test build cleanly with -Wall
2012-06-23 Keith Packardaltos: optimize Viterbi implementation
2012-06-23 Keith Packardaltos: incremental viterbi decode
2012-06-23 Keith Packardaltos: Start optimizing viterbi decoder
2012-06-23 Keith Packardaltos: Add the simplest possible viterbi decoder
2012-06-21 Keith Packardaltos: Move FEC code to core
2012-06-21 Keith Packardaltos: Crank down STM SPI speed for MM
2012-06-21 Keith Packardaltos: Add full MM telemetry
2012-06-21 Keith Packardaltos: Configure STM LCD driver for giant LCD digits
2012-06-18 Keith Packardaltos: Make sure ao_storage_config is set before readin...
2012-06-18 Keith Packardaltos: hack STM serial number to 58
2012-06-18 Keith Packardaltos: make cc1120 ao_radio_send re-entrant
2012-06-18 Keith Packardaltos: Add telemetry to megametrum
next