altosui: Serialize data access in TD config code
[fw/altos] / src /
2012-09-09 Keith Packardaltos/telelco: Search for available firing nodes at...
2012-09-09 Keith Packardaltos/telefire: Add steady warble when the LCO arm...
2012-09-09 Keith Packardaltos/stm: Fix basic time interval to 10ms -- was 10.1ms
2012-09-09 Keith Packardaltos/spiradio: Label LEDs so that the radio code can...
2012-09-09 Keith Packardaltos: Try to get remote cmac time closer to reality
2012-09-09 Keith Packardaltos: Clean up flight data definitions
2012-09-09 Keith Packardaltos: include ao_arch_funcs.h at the very end of ao.h
2012-09-09 Keith Packardaltos: Allow products without MS5607
2012-09-09 Keith PackardMerge remote-tracking branch 'mjb/altoslib_mjb'
2012-09-07 Keith Packardaltos: Fix radio slave to run lights in the normal way
2012-09-01 Keith PackardRevert "first work on PWM input to TeleScience, 'p...
2012-09-01 Keith PackardRevert "Timer 3 working with slower clock and all 16...
2012-09-01 Keith PackardRevert "ICP3 working"
2012-09-01 Keith PackardRevert "telescience: correctly calculating rate values...
2012-09-01 Keith PackardMerge remote-tracking branch 'mjb/freq_menu'
2012-09-01 Keith Packardaltos: Get mma655x driver limping along
2012-09-01 Keith Packardaltos: Fix mma665x pin assigment for mma655x
2012-09-01 Keith Packardaltos: Add custom panic noise for self-test failures
2012-08-30 Keith Packardaltos: another .gitignore file
2012-08-30 Keith Packardaltos: ao_cc_spi.h isn't necessary for telelco
2012-08-30 Keith PackardMerge remote-tracking branch 'mjb/master'
2012-08-30 Keith Packardaltos: Add a bunch of .gitignore entries
2012-08-30 Keith Packardaltos: Shuffle LCO functions around, add telelco first cut
2012-08-30 Keith Packardaltos: Disable debug printfs and fix pad ignite time...
2012-08-29 Keith PackardMerge remote-tracking branch 'mjb/master'
2012-08-29 Keith Packardaltos: spiradio debug serial is port 1, not port 0
2012-08-29 Keith Packardaltos: SPI radio - use 1->0 for 'done' and 0->1 for...
2012-08-29 Keith Packardaltos: fix ao_pad debug output for query command
2012-08-29 Keith Packardaltos: Use updated pad protocol for lco commands
2012-08-29 Keith Packardaltos: Note changes to configured AES key for SPI radio...
2012-08-29 Keith Packardaltos: Wait for IN dma complete on slave SPI send
2012-08-29 Keith Packardaltos: Oops. forgot ao_data.c
2012-08-29 Keith Packardaltos: Add spiradio Makefile
2012-08-29 Keith Packardaltos: Mostly working SPI radio link
2012-08-29 Keith Packardaltos: Include the radio_cmac debug commands in telefire
2012-08-29 Keith Packardaltos: Explicitly erase memory in STM eeprom driver.
2012-08-29 Keith Packardaltos: Track protocol changes to ao_pad debug messages
2012-08-29 Keith Packardaltos: Stop providing debug commands in seven-segment...
2012-08-29 Keith Packardaltos: Move radio_cmac test funcs from ao_lco_cmd.c...
2012-08-29 Keith Packardaltos: When sharing radio DMA for AES, use it for in...
2012-08-29 Keith Packardaltos: Fix ao_delay function and move from per-chip...
2012-08-29 Keith Packardaltos: Enable STM SYSCFG when routing EXTI
2012-08-29 Keith Packardaltos: No need to initialize EXTI priorities at startup...
2012-08-29 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2012-08-27 Keith Packardaltos: Add spiradio product
2012-08-27 Keith Packardaltos: sdcdb rc file for telefire
2012-08-27 Keith Packardaltos: Add SPI linked radio API
2012-08-27 Keith Packardaltos: Clean up radio APIs
2012-08-27 Keith Packardaltos: Build telelco and spiradio when possible
2012-08-27 Keith Packardaltos: Expose a signed version of the tick count
2012-08-27 Keith Packardaltos: Specify the LCD duty cycle for stm-demo
2012-08-27 Keith Packardaltos: Test multiple quadrature devices. Export quadrat...
2012-08-27 Keith Packardaltos: Seven segment display driver
2012-08-27 Keith Packardaltos: More SPI slave changes for cc1111 driver
2012-08-27 Keith Packardaltos: Add SPI slave get/put macros to cc1111
2012-08-27 Keith Packardaltos: Provide interface for STM LCD driver.
2012-08-27 Keith Packardaltos: Rename drivers/ao_lco to drivers/ao_lco_cmd
2012-08-26 Keith Packardaltos: Trigger sample complete when all data are ready
2012-08-26 Keith Packardaltos: Shrink STM stack size
2012-08-26 Keith Packardaltos: Make ao_cur_task_index track ao_cur_task in...
2012-08-26 Keith Packardaltos: Make 'pad' driver useful with telefire v0.1
2012-08-26 Keith Packardaltos: Add debug command for 74hc597 driver
2012-08-26 Keith Packardaltos: Allow sharing of radio DMA with aes engine
2012-08-24 Keith Packardaltos: Configure telefire SPI and LEDs correctly
2012-08-24 Keith Packardaltos: telelaunch doesn't need ao_radio_cmac_init
2012-08-24 Keith Packardaltos: Get ao_pad.c working on telefire v0.1
2012-08-24 Keith Packardaltos: Split out LCO functions from ao_radio_cmac.c...
2012-08-24 Keith Packardaltos: Have radio_cmac turn on LEDs as appropriate
2012-08-24 Keith Packardaltos: Add 'ao_led_set_mask' in the PCA9922 driver
2012-08-24 Keith Packardaltos: Make cc1111 SPI pins configurable
2012-08-24 Keith Packardaltos: Disable telefire 'pad' listener when testing...
2012-08-19 Keith PackardHere's the button driver and event queue logic
2012-08-19 Keith Packardaltos: Add MMA655X driver
2012-08-19 Keith Packardaltos/cc1111: Document SPI bus pin options
2012-08-19 Keith Packardaltos: Use split SPI bus for MS5607 sensor
2012-08-19 Keith Packardaltos: Allow STM SPI bus on multiple pin sets
2012-08-07 Keith PackardMerge remote-tracking branch 'mjb/master'
2012-08-07 Mike BeattieMerge branch 'master' of git://git.gag.com/fw/altos
2012-08-07 Keith Packardaltos: Fix .sdcdbrc file for telebt-v0.1
2012-08-07 Keith Packardaltos: Oops. Serial 1 stdin was busted by typo
2012-08-07 Keith Packardaltos: Add button driver and event queue
2012-08-07 Keith Packardaltos: Support multiple quadrature encoders.
2012-08-07 Keith Packardaltos: Fix up quadrature driver
2012-08-07 Keith PackardSigned-off-by: Keith Packard <keithp@keithp.com>
2012-08-07 Keith Packardaltos: Add quadrature driver
2012-08-07 Keith Packardaltos: Add ao_gpio_get and ao_exti_set_mode
2012-08-05 Keith Packardaltos: Build ao_kalman.h from cc1111 subdirs as needed
2012-08-05 Keith Packardsrc/cc1111: Enable SPI slave mode
2012-08-05 Keith Packardsrc/cc1111: Allow serial0 without serial1
2012-08-05 Keith Packardsrc/cc1111: Add ao_gpio_set macro
2012-07-30 Keith Packardaltos: Add driver for STM internal flash
2012-07-30 Keith Packardaltos: Add telefire-v0.1
2012-07-30 Keith Packardaltos: Add software AES implementation
2012-07-30 Keith Packardaltos/cc1111: Fix serial 0 option 2 pins definitions
2012-07-29 Keith PackardAdd ability to re-play telemetry through TeleDongle
2012-07-22 Keith Packardaltos: Move ao_radio_cmac.c to core (it doesn't depend...
2012-07-20 Keith PackardAdd stlink pinout
2012-07-19 Robert Garbeetelescience: correctly calculating rate values with...
2012-07-18 Robert GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2012-07-18 Robert GarbeeICP3 working
next