openocd config file for MegaMetrum
[fw/altos] / src / stm /
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