altos: Show temperature in stm-demo
[fw/altos] / src / stm /
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
2012-03-29 Keith PackardAdd support for multiple serial ports on STM32L
2012-03-29 Keith PackardSave/restore PRIMASK register on Cortex-M3
2012-03-29 Keith PackardFix STM LED driver and blink LEDs on discovery board
2012-03-29 Keith PackardBasic OS running on STM32L
2012-03-29 Keith PackardAdd stm-demo program
2012-03-29 Keith PackardAdd STM platform and stm-bringup demo program