Oliver Meier
16cfc6d848
stm32f7: enable fsmc
...
This uses the existing f4 code as a new shared common base code.
2019-05-19 21:30:48 +00:00
ALeX Kazik
8064f6d0cb
stm32f4: fmc: add missing DECLS wrappers
...
Function prototypes need DECLS wrappers for inclusion in c++/asm
2019-01-31 09:59:59 +00:00
Piotr Esden-Tempski
b1049f9a6f
[Style] Stylefix sweep over the whole codebase.
2015-12-14 22:57:15 +01:00
Karl Palsson
c72f3d588a
Surround all macro parameters with ()
...
All the macro arguments that are user supplied, or potentially, wrap properly
in () as good practice.
Probably missed one or two, and a lot of them are possibly unnecessary, but
it's straightforward to just do it always.
Fixes github issue #321
2015-10-14 22:15:15 +00:00
Karl Palsson
17bc66c46b
stm32f4: fmc: Use standard form shift definitions.
...
It's confusing and unhelpful to use a different style of shift definitions for
bitfields.
Originally reported by "mox-mox" in
https://github.com/libopencm3/libopencm3/pull/467
2015-10-06 01:26:56 +00:00
Frantisek Burian
a4d9a41093
[Style] Don't use editor droppings in files, please.
2014-02-06 00:46:05 +01:00
cmcmanis
07d0076934
Updates for STM32F429 chip
...
After a few rounds of review, changes are added to support
additional peripherals of the STM32F427/429
2014-02-06 00:41:52 +01:00