libopencm3/lib/stm32/l1
Karl Palsson b23dccc7ae stm32: flash: pull up prefetch to _all
Turns out, there's lots of common code for flash.  Pull up prefetch
on/off to start with, as there's only a single bit name different.

Pull up the definitions of common API functions too, starting with
flash_set_ws.  Even if the implementations are different, things that
meant to be the same, should be defined centrally.
2018-07-29 20:31:17 +00:00
..
Makefile stm32: flash: pull up prefetch to _all 2018-07-29 20:31:17 +00:00
adc.c doc: use common naming for peripheral apis 2018-07-03 22:23:00 +00:00
dac.c Changes to the header includes for all STM32 peripherals 2014-03-11 16:40:31 +00:00
dma.c Changes to the header includes for all STM32 peripherals 2014-03-11 16:40:31 +00:00
flash.c stm32l1: flash: extract common code 2017-06-08 23:01:45 +00:00
gpio.c Add test in common headers for improper inclusion of such files in application. 2013-03-07 18:35:04 +10:30
i2c.c Changes to the header includes for all STM32 peripherals 2014-03-11 16:40:31 +00:00
lcd.c stm32l1: lcd: Basic LCD configure functions. 2014-03-11 21:44:48 +00:00
rcc.c stm32l1: rcc: use better naming for flash wait states 2017-06-08 23:01:45 +00:00
rtc.c Changes to the header includes for all STM32 peripherals 2014-03-11 16:40:31 +00:00
spi.c Changes to the header includes for all STM32 peripherals 2014-03-11 16:40:31 +00:00
stm32l15xx6.ld ld scripts: drop duplication of standard sections 2018-04-28 21:12:27 +00:00
stm32l15xx8.ld ld scripts: drop duplication of standard sections 2018-04-28 21:12:27 +00:00
stm32l15xxb.ld ld scripts: drop duplication of standard sections 2018-04-28 21:12:27 +00:00
stm32l15xxc.ld ld scripts: drop duplication of standard sections 2018-04-28 21:12:27 +00:00
stm32l15xxd.ld ld scripts: drop duplication of standard sections 2018-04-28 21:12:27 +00:00
stm32l100xc.ld ld scripts: drop duplication of standard sections 2018-04-28 21:12:27 +00:00
timer.c Changes to the header includes for all STM32 peripherals 2014-03-11 16:40:31 +00:00