Piotr Esden-Tempski
e599e34073
Updated all rcc_clock_setups to use the new lookup tables.
...
The old "one function per config" system is depricated for quite a while
now...
2021-06-19 02:19:47 -07:00
Karl Palsson
9830486509
stm32: standard bauds to 115200
...
See also be1d296 stm32: serial use 115200
In that commit we mostly replaced 38400, now we've cleaned up all of
them to be consistent.
2019-10-24 21:46:56 +00:00
Karl Palsson
b227e1609c
rules: provide default C and C++ standards
...
Default CSTD to c99, no default for CXXSTD, but if provided it will be used.
Add required gnu99 flags to projects using gnu styles.
2016-08-18 22:41:23 +00:00
Frantisek Burian
5bb4d47aae
Examples updated to use new rcc_periph_clock_enable function
2014-02-13 19:14:59 +01:00
Karl Palsson
92624b7d01
[stm32x] Use modern header include paths.
...
Replace includes of stm32/YY/xxxx.h with stm32/xxxx.h
Replace stm32/YY/nvic.h with cm3/nvic.h.
In some cases, the include list was resorted alphabetically when it was
complicated and I was reviewing them manually, but most of this was
automatically done.
2013-12-13 14:13:47 +00:00
Piotr Esden-Tempski
9d5526f773
Initial commit.
2013-04-19 17:19:32 -07:00