altos: Shrink STM stack size
[fw/altos] / src / stm / ao_arch.h
2012-08-26 Keith Packardaltos: Shrink STM stack size
2012-07-17 Keith Packardaltos: Place STM config values at fixed addresses for...
2012-07-14 Keith Packardstm: running out of memory in MM -- reduce stack to...
2012-06-28 Keith Packardaltos: Increase default STM stack to 648 bytes
2012-06-27 Keith Packardaltos: Optimize FEC encode and decode
2012-06-17 Keith Packardaltos: Be more careful about register save/restore...
2012-04-14 Keith Packardaltos: Massive product config cleanup
2012-04-14 Keith Packardaltos: Add STM ao_arch_reboot implementation
2012-04-10 Keith Packardaltos: Make STM clock configuration per-product. Fix...
2012-04-08 Keith Packardaltos: Add support for STM ADC
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 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 PackardSave/restore PRIMASK register on Cortex-M3
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