aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/stm32/f4/usart.h
AgeCommit message (Collapse)Author
2013-03-07Repair to documentation (most documented files)Ken Sarkies
to remove errors, duplications and inconsistencies. File lib/stm32/f1/pwr.c - all code removed as it duplicates that in common/pwr_common.c Remaining changes do not affect code. Compiles OK. TODO efm32 has no code so generates no modules TODO F2 needs pwr.c TODO L1 needs dma.h and dma.c
2013-01-08Minor cleanup to use dispatch memorymap.hKen Sarkies
2013-01-08Move usart files to common areaKen Sarkies
Again added to L1 which is similar to F1
2012-03-02License change of the library to LGPL, version 3 or later.Piotr Esden-Tempski
Agreed to by all the significant contributors to the library.
2011-11-02Add USART6 definitions to STM32F3 & STM32F4Stephen Caudle
2011-10-31Fix more STM32 whitespace issuesStephen Caudle
2011-10-31Add initial support for STM32F4Stephen Caudle