altos/test: Adjust CRC error rate after FEC fix
[fw/altos] / src / stmf0 / stm32f0.h
2023-04-26 Keith PackardMerge branch 'telegps-v3'
2023-04-16 Keith Packardaltos/stmf0: Remove some incorrect defines in stm32f0.h
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/stmf0: Add casts to reduce -Wconversion warnings...
2019-06-18 Keith Packardaltos/micropeak-v2.0: Go into standby mode after landing
2019-02-22 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2019-02-22 Keith Packardaltos: Fix ISR declarations to make them non-weak
2019-02-18 Keith Packardaltos: Declare all public functions in header files
2018-02-12 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2018-01-08 Keith Packardaltos/stmf0: Use double buffering for ChaosKey
2018-01-08 Keith Packardaltos/stmf0: use double buffering for USB rx data
2018-01-07 Keith Packardaltos/stmf0: Use double buffering for USB tx data
2017-04-28 Keith Packardaltos/stmf0: Fix HSI clock rate.
2017-02-21 Keith Packardaltos/stmf0: Support timer 2/3 for the beeper
2016-12-18 Keith Packardaltos/arm: Align data so that gcc 5.4 doesn't do byte...
2016-10-31 Keith Packardaltos/stmf0: Add USART support
2016-08-02 Keith Packardaltos/stmf0: Hook up clock output support
2016-07-14 Keith Packardaltos: Add STM32F0 beep and SPI byte API.
2016-07-12 Keith PackardSwitch from GPLv2 to GPLv2+
2016-04-20 Keith Packardaltos/stmf0: Fix external interrupts
2016-04-03 Keith Packardaltos/stmf0: Support HPE clock source
2016-04-03 Keith Packardaltos/stmf0: Add SPI driver.
2015-01-28 Keith Packardaltos/stmf0: Add CRC driver
2015-01-27 Keith Packardaltos/stmf0: Remove remaining stm32l bits from stm32f0...
2015-01-27 Keith Packardaltos/stmf0: Add ADC and DMA APIs
2015-01-26 Keith Packardaltos: Add self-flash support for STM32F042 processor
2015-01-26 Keith Packardaltos: Initial STMF04x support