aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/stm32/common/usart_common_all.h
AgeCommit message (Collapse)Author
2013-03-07Add test in common headers for improper inclusion of such files in application.Ken Sarkies
(prevents inclusion and also issues warning) Changes to some source files to remove references to common headers. Changes to rng.h to make guard symbols the same in f2 and f4.
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-02-26Fix all warnings for stm32f1 lib.Piotr Esden-Tempski
2013-01-08Move usart files to common areaKen Sarkies
Again added to L1 which is similar to F1