libaltos: Delay after opening bluetooth device on linux
[fw/altos] / src / stm /
2013-04-09 Keith Packardaltoslib/altosui: Carry receiver status around in Altos...
2013-03-31 Keith Packardaltos/stm: Always check for idle IN buffer before sending
2013-03-31 Keith Packardaltos/stm: Add debugging mechanism to STM USB driver
2013-03-31 Keith Packardaltos: Do not release interrupts from any pollchar...
2013-03-28 Keith Packardaltos: Use FTDW, clear DATA bit. Disable backup write...
2013-03-26 Keith Packardaltos/stm: Ensure SPI always sends 0xff during receive
2013-03-10 Mike BeattieMerge branch 'master' into altosdroid
2013-03-07 Keith PackardMerge remote-tracking branch 'mjb/altosdroid'
2013-03-07 Keith PackardMerge remote-tracking branch 'mjb/master'
2013-02-24 Keith PackardMerge branch 'telescience-v0.2'
2013-02-24 Keith Packardaltos/stm: Add more bits to NVIC register definitions
2013-01-16 Keith PackardMerge branch 'master' into telescience-v0.2
2013-01-16 Keith PackardMerge branch 'master' into telescience-v0.2
2013-01-14 Keith Packardaltos: Crank fast SPI on STM to 8MHz
2013-01-14 Keith Packardaltos: Set STM GPIO output speed for SPI pins correctly
2013-01-13 Keith Packardaltos: Initial telescience bits
2012-12-25 Keith PackardMerge branch 'master' into micropeak-logging
2012-12-15 Keith PackardMerge branch 'micropeak-1.1'
2012-12-13 Keith PackardMerge branch 'micropeak-1.1'
2012-12-12 Keith PackardMerge branch 'micropeak-1.1'
2012-12-11 Keith PackardMerge branch 'micropeak-1.1'
2012-12-10 Keith PackardMerge branch 'micropeak-1.1'
2012-12-01 Keith Packardaltos: Add support for 115200 baud serial rates
2012-12-01 Keith Packardaltos: Make stdio 8-bit clean by making pollchar return int
2012-11-01 Keith Packardaltos/stm: Support LEDs on multiple ports
2012-10-26 Keith PackardMerge remote-tracking branch 'mjb/altosdroid'
2012-10-26 Keith Packardaltos: Provide ao_task_alarm_tick to reduce per-tick...
2012-10-26 Keith Packardaltos: Leave interrupts disabled while checking for...
2012-10-25 Keith Packardaltos: Clean up stm arch macros a bit.
2012-10-25 Keith Packardaltos: Switch drivers to ao_arch_block/release_interrupts
2012-10-25 Keith PackardMerge remote-tracking branch 'mjb/altosdroid'
2012-10-25 Keith Packardaltos: Add task queues.
2012-10-25 Keith Packardaltos: Add stack-guard code. Uses STM MPU to trap stack...
2012-10-25 Keith Packardaltos: Replace __critical usage with ao_arch_critical...
2012-10-25 Keith Packardaltos: profiling on STM32L
2012-10-25 Keith Packardaltos: Force beep timer regs reload when enabling beeper
2012-10-23 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2012-10-21 Keith Packardaltos/stm: Stop spewing clock out PA8 pin
2012-10-18 Keith PackardMerge branch 'master' into pwmin-new pwmin-new 1.1.9.1
2012-10-18 Keith PackardMerge branch 'master' into mm-ms5611
2012-10-15 Keith Packardaltos/stm: Declare all SPI bus speeds
2012-10-09 Keith Packardaltos: Go back to recording sensor data in globals mm-ms5611
2012-10-07 Keith Packardaltos/stm: Set SPI clock high for disabled SPI busses
2012-10-07 Keith Packardaltos/stm: Clean up SPI pin configuration code
2012-09-09 Keith Packardaltos/stm: Fix basic time interval to 10ms -- was 10.1ms
2012-08-30 Keith PackardMerge remote-tracking branch 'mjb/master'
2012-08-29 Keith PackardMerge remote-tracking branch 'mjb/master'
2012-08-29 Keith Packardaltos: Oops. forgot ao_data.c
2012-08-29 Keith Packardaltos: Explicitly erase memory in STM eeprom driver.
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: Expose a signed version of the tick count
2012-08-27 Keith Packardaltos: Provide interface for STM LCD driver.
2012-08-26 Keith Packardaltos: Trigger sample complete when all data are ready
2012-08-26 Keith Packardaltos: Shrink STM stack size
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: Add button driver and event queue
2012-08-07 Keith Packardaltos: Add ao_gpio_get and ao_exti_set_mode
2012-07-30 Keith Packardaltos: Add driver for STM internal flash
2012-07-30 Keith Packardaltos: Add software AES implementation
2012-07-17 Keith Packardaltos: Place STM config values at fixed addresses for...
2012-07-16 Keith Packardaltos: Make ao_tick_count visible
2012-07-14 Keith Packardsrc: Add explicit 'pin' argument to ao_enable_output
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/stm: Force STM stack to start at the top of RAM
2012-06-28 Keith Packardaltos: Increase default STM stack to 648 bytes
2012-06-28 Keith Packardaltos: Clean up STM I2C clock computations
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: stm i2c debug code was calling flush() even...
2012-06-27 Keith Packardaltos: mpu6000 requires a delay during start
2012-06-27 Keith Packardaltos: Create a 32-bit 1MHz timer for use in profiling...
2012-06-27 Keith Packardaltos: Optimize FEC encode and decode
2012-06-27 Keith Packardaltos: Clean up usage of port parameters
2012-06-25 Keith Packardaltos: Get cc1120 packet reception working
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: hack STM serial number to 58
2012-06-17 Keith Packardaltos: Be more careful about register save/restore...
2012-06-16 Keith Packardaltos: Reduce STM SPI data rate to 4MHz
2012-06-03 Keith Packardaltos: Intgrate hmc5883 sensor into adc ring
2012-06-02 Keith Packardaltos: Reset i2c controller at boot time
2012-06-02 Keith Packardaltos: Fix broken EXTI edge mode selections. Clear...
2012-06-02 Keith Packardaltos: Route correct GPIO line to interrupt controller
2012-06-02 Keith Packardaltos: Add support for MegaAccel daughter card.
2012-06-02 Keith Packardaltos: Timers clock base depends on perhipheral bus...
2012-05-28 Keith Packardaltos: Clear stm i2c transfer timeout alarm
2012-05-27 Keith Packardaltos: Make telemetrum-v1.1 compile with new ao_data...
2012-05-27 Keith Packardaltos: Don't start ADC ring until the other sensors...
2012-05-27 Keith Packardaltos: Data packet tick count does not live in adc...
2012-05-26 Keith PackardGet megametrum ready to at least log flight data
2012-05-16 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
next