1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/stm32_common
francisco 7f675e9ca9 stm32_common/flash_common: properly clear EOP bit
- EOP bit is cleared by writing 1 to the register.
- Guard EOP bit clear for STM32F2, STM32F4, STM32F7
  and STM32L4 EOP bit is only set if EOPIE is enabled.
  Since this is not the case for any platform we exclude
  it when not needed.
2019-07-04 10:45:41 +02:00
..
dist cpu/stm32_common: fix clk_conf 2017-10-11 12:39:02 +02:00
include tests/conn_can: build stm32 CAN drivers 2019-04-03 11:12:46 +02:00
ldscripts stm32_common: Adjust ldscript memory segment attributes 2018-05-09 06:49:29 +02:00
periph stm32_common/flash_common: properly clear EOP bit 2019-07-04 10:45:41 +02:00
cpu_common.c cpu/stm32_common: add support for lpuart 2018-12-13 12:39:00 +01:00
cpu_init.c cpu/stm32_common: minimize consumption for STM32F1 2019-07-03 16:50:21 +02:00
doc.txt cpu/stm32_common: update doc 2017-09-01 10:15:26 +02:00
Makefile cpu/stm32_common: build common module 2016-03-16 12:17:16 +01:00
Makefile.features cpu/stm32_common: add support for uart_mode routine 2019-01-31 14:15:20 +01:00
Makefile.include periph_common: add as dependency to periph drivers 2019-06-03 13:44:10 +02:00
stm32_mem_lengths.mk cpu/stm32_common: add variable for SRAM2 length on stm32l47xxx 2018-07-17 17:52:12 +02:00
stmclk_common.c cpu/stm32_common: always enable PWR module 2018-03-06 14:55:32 +01:00
stmclk_l0l1.c cpu/stm32_common: always enable PWR module 2018-03-06 14:55:32 +01:00
stmclk.c cpu/stm32_common: fix extra PLL enabling 2017-09-01 10:26:04 +02:00