libopencm3/lib/stm32/f7
Karl Palsson 231f21296f stm32: f247: flash: use common code.
This shows what is _actually_ different for f7.  A couple of option
bits, and a renaming of bit 7 of the status register, from Program
Sequence Error to Erase Sequence Error.

We keep the separate implementation of wait_for_last_operation, to meet
the "suggestions" of the reference manual to insert a DSB instruction.

Keeping the renamed bit/functions also requires us to keep separate
implementations of the flag clearing functions
2018-07-29 20:31:17 +00:00
..
Makefile stm32: f247: flash: use common code. 2018-07-29 20:31:17 +00:00
flash.c stm32: f247: flash: use common code. 2018-07-29 20:31:17 +00:00
gpio.c [stm32f7] Add initial support of the family, GPIO support. 2015-10-15 10:34:28 +00:00
pwr.c stm32f7: pwr: added basic support for pwr (VOS and overdrive) 2017-06-08 23:01:45 +00:00
rcc.c stm32f7: rcc: fixed wrong constants, added more settings, clock setup refactoring 2018-07-03 22:23:00 +00:00
vector_chipset.c [stm32f7] Add initial support of the family, GPIO support. 2015-10-15 10:34:28 +00:00