summaryrefslogtreecommitdiff
path: root/src/stm
Commit message (Expand)AuthorAge
* altos: Intgrate hmc5883 sensor into adc ringKeith Packard2012-06-02
* altos: Reset i2c controller at boot timeKeith Packard2012-06-02
* altos: Fix broken EXTI edge mode selections. Clear pending exti on enableKeith Packard2012-06-02
* altos: Route correct GPIO line to interrupt controllerKeith Packard2012-06-02
* altos: Add support for MegaAccel daughter card.Keith Packard2012-06-01
* altos: Timers clock base depends on perhipheral bus prescalers tooKeith Packard2012-06-01
* altos: Clear stm i2c transfer timeout alarmKeith Packard2012-05-28
* altos: Make telemetrum-v1.1 compile with new ao_data structureKeith Packard2012-05-27
* altos: Don't start ADC ring until the other sensors have a valid valueKeith Packard2012-05-27
* altos: Data packet tick count does not live in adc structureKeith Packard2012-05-27
* Get megametrum ready to at least log flight dataKeith Packard2012-05-25
* altos: stm: pass DMA buffer index to DMA completion callbackKeith Packard2012-05-07
* altos: stm: delay during USB config with pull-up offKeith Packard2012-05-07
* altos: stm: share i2c_stop code between send and recvKeith Packard2012-05-07
* altos: stm i2c DMA for large recv appears to workKeith Packard2012-05-06
* altos: STM i2c work.Keith Packard2012-05-06
* altos: Add STM I2C recv and stop funcsKeith Packard2012-04-25
* altos: Oopsed the STM DMA channels for I2C1Keith Packard2012-04-25
* altos: Starting to write cc1120 driverKeith Packard2012-04-17
* altos: Correct STM USB driverKeith Packard2012-04-14
* altos: Massive product config cleanupKeith Packard2012-04-14
* altos: Rework how STM clocks are initialized.Keith Packard2012-04-14
* altos: Add STM USB driverKeith Packard2012-04-14
* altos: Add STM ao_arch_reboot implementationKeith Packard2012-04-14
* altos: Add register definitions for STM syscfg and usbKeith Packard2012-04-14
* altos: Add support for multiple SPI busses and sharing device driversKeith Packard2012-04-14
* altos: Increase STM SPI speed to PCLK/4Keith Packard2012-04-09
* altos: Make STM clock configuration per-product. Fix 32MHz CPU speedKeith Packard2012-04-09
* altos: Add beeper driver to STM archKeith Packard2012-04-09
* altos: add STM I2C driver.Keith Packard2012-04-09
* altos: Slow STM SPI down a bit so the MS5607 returns valuesKeith Packard2012-04-09
* altos: Allow STM DMA channels to be reserved for one useKeith Packard2012-04-09
* altos: Use 384 cycle ADC sample timeKeith Packard2012-04-07
* altos: Add STM temperature sensor calibration dataKeith Packard2012-04-07
* altos: STM SPI is not using interrupts itselfKeith Packard2012-04-07
* altos: Add support for STM ADCKeith Packard2012-04-07
* altos: Declare stm DMA address registers as volatile void *Keith Packard2012-04-06
* altos: Disable DMA unit when idleKeith Packard2012-04-06
* altos: Disable STM SPI transceiver when idleKeith Packard2012-04-06
* altos: Add DMA, SPI and MS5607 driversKeith Packard2012-04-06
* altos: Move SPI functions to architecture-specific locationKeith Packard2012-04-02
* altos: Oops. Set per-USART STM baud rate register instead of usart1Keith Packard2012-04-02
* use explicit path not $(HOME) to find ARM toolchain for nowBdale Garbee2012-03-31
* Use -Os for STM apps. Fix altos.ld to matchall .rodata* sectionsKeith Packard2012-03-28
* Get config stuff hooked up for MegaMetrumKeith Packard2012-03-28
* Use 16-bits for STM32 LED mask. Export serial I/O functionsKeith Packard2012-03-28
* Clean up STM build by moving common defs to Makefile.defsKeith Packard2012-03-28
* Flush LCD changes each time the text is updatedKeith Packard2012-03-28
* Automatically set ALTERNATE pin mode when setting alternate functionKeith Packard2012-03-28
* Allow any STM usart to be used for stdioKeith Packard2012-03-28