altosui: add type to … implements Comparable.
[fw/altos] / src / stm /
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...
2012-05-08 Keith Packardaltos: stm: pass DMA buffer index to DMA completion...
2012-05-08 Keith Packardaltos: stm: delay during USB config with pull-up off
2012-05-08 Keith Packardaltos: stm: share i2c_stop code between send and recv
2012-05-07 Keith Packardaltos: stm i2c DMA for large recv appears to work
2012-05-07 Keith Packardaltos: STM i2c work.
2012-04-26 Keith Packardaltos: Add STM I2C recv and stop funcs
2012-04-26 Keith Packardaltos: Oopsed the STM DMA channels for I2C1
2012-04-17 Keith Packardaltos: Starting to write cc1120 driver
2012-04-14 Keith Packardaltos: Correct STM USB driver
2012-04-14 Keith Packardaltos: Massive product config cleanup
2012-04-14 Keith Packardaltos: Rework how STM clocks are initialized.
2012-04-14 Keith Packardaltos: Add STM USB driver
2012-04-14 Keith Packardaltos: Add STM ao_arch_reboot implementation
2012-04-14 Keith Packardaltos: Add register definitions for STM syscfg and usb
2012-04-14 Keith Packardaltos: Add support for multiple SPI busses and sharing...
2012-04-10 Keith Packardaltos: Increase STM SPI speed to PCLK/4
2012-04-10 Keith Packardaltos: Make STM clock configuration per-product. Fix...
2012-04-10 Keith Packardaltos: Add beeper driver to STM arch
2012-04-09 Keith Packardaltos: add STM I2C driver.
2012-04-09 Keith Packardaltos: Slow STM SPI down a bit so the MS5607 returns...
2012-04-09 Keith Packardaltos: Allow STM DMA channels to be reserved for one use
2012-04-08 Keith Packardaltos: Use 384 cycle ADC sample time
2012-04-08 Keith Packardaltos: Add STM temperature sensor calibration data
2012-04-08 Keith Packardaltos: STM SPI is not using interrupts itself
2012-04-08 Keith Packardaltos: Add support for STM ADC
2012-04-07 Keith Packardaltos: Declare stm DMA address registers as volatile...
2012-04-07 Keith Packardaltos: Disable DMA unit when idle
2012-04-07 Keith Packardaltos: Disable STM SPI transceiver when idle
2012-04-07 Keith Packardaltos: Add DMA, SPI and MS5607 drivers
2012-04-03 Keith Packardaltos: Move SPI functions to architecture-specific...
2012-04-03 Keith Packardaltos: Oops. Set per-USART STM baud rate register inste...
2012-03-31 Bdale Garbeeuse explicit path not $(HOME) to find ARM toolchain...
2012-03-29 Keith PackardUse -Os for STM apps. Fix altos.ld to matchall .rodata...
2012-03-29 Keith PackardGet config stuff hooked up for MegaMetrum
2012-03-29 Keith PackardUse 16-bits for STM32 LED mask. Export serial I/O functions
2012-03-29 Keith PackardClean up STM build by moving common defs to Makefile...
2012-03-29 Keith PackardFlush LCD changes each time the text is updated
2012-03-29 Keith PackardAutomatically set ALTERNATE pin mode when setting alter...
2012-03-29 Keith PackardAllow any STM usart to be used for stdio
2012-03-29 Keith PackardMove LCD string output code to ao_lcd_font.c
2012-03-29 Keith PackardAdd LCD device driver to STM32L port
2012-03-29 Keith PackardAdd defines for LCD controller and RTC clocking
2012-03-29 Keith PackardActually enable usarts with the new usart code
2012-03-29 Keith PackardClean up multiple serial port support for STM32L
next