altos/test: Adjust CRC error rate after FEC fix
[fw/altos] / src / stm / ao_serial_stm.c
2022-04-07 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2022-04-05 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2022-02-17 Keith Packardaltos/stm: Add casts to reduce -Wconversion warnings
2019-02-18 Keith Packardaltos: Mark local functions 'static'
2018-10-20 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2018-10-13 Keith Packardaltos: Eliminate 'pin' field from GPIO functions
2017-12-11 Keith Packardaltos: Allow building with newlib + avr stdio on ARM
2017-07-21 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2017-06-28 Keith Packardaltos/stmf0: Initialize UART RTS/CTS before turning...
2017-02-20 Keith Packardaltos/stm: Interrupt priority is in the upper bits...
2016-07-12 Keith PackardSwitch from GPLv2 to GPLv2+
2016-04-25 Keith Packardaltos/stm32l: Add support for software-driven HW flow...
2016-04-25 Keith Packardaltos: Use TXE instead of TC for serial on STM32l
2016-04-25 Keith PackardDebug bits for telebt
2015-02-22 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2015-02-14 Keith Packardaltos: Replace ao_alarm/ao_clear_alarm with ao_sleep_for
2015-02-01 Keith Packardaltos/stm: Add ability to delay STDIO usage for serial...
2015-01-24 Keith Packardaltos: Add support for TeleBT v3.0
2013-03-31 Keith Packardaltos: Do not release interrupts from any pollchar...
2012-12-25 Keith PackardMerge branch 'master' into micropeak-logging
2012-12-15 Keith PackardMerge branch 'micropeak-1.1'
2012-12-13 Keith PackardMerge branch 'micropeak-1.1'
2012-12-12 Keith PackardMerge branch 'micropeak-1.1'
2012-12-11 Keith PackardMerge branch 'micropeak-1.1'
2012-12-10 Keith PackardMerge branch 'micropeak-1.1'
2012-12-01 Keith Packardaltos: Add support for 115200 baud serial rates
2012-12-01 Keith Packardaltos: Make stdio 8-bit clean by making pollchar return int
2012-10-26 Keith PackardMerge remote-tracking branch 'mjb/altosdroid'
2012-10-25 Keith Packardaltos: Switch drivers to ao_arch_block/release_interrupts
2012-04-14 Keith Packardaltos: Massive product config cleanup
2012-04-10 Keith Packardaltos: Make STM clock configuration per-product. Fix...
2012-04-03 Keith Packardaltos: Oops. Set per-USART STM baud rate register inste...
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 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 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