1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/stm32_common/periph
Abdulkerim Altuntas 578bd31908 cpu/stm32_common: fix issue while clearing EXTI->PR reg
Since the "EXTI->PR" is an "rc_w1" type of register, we need to be
careful when clearing our interrupt flag in the register. When there
are multiple interrupt flags set in the register, the "|=" operation
will mistakenly clear all pending interrupts instead of just ours.
2020-05-18 18:36:27 +02:00
..
can.c cpu/stm32_common: fix typos 2019-11-23 22:39:36 +01:00
dac.c build: fix unused parameter errors 2017-11-28 14:36:01 +01:00
dma.c cpu: make use of ARRAY_SIZE macro 2019-08-06 19:43:54 +02:00
eeprom.c drivers/include/periph/eeprom: Changed uint8_t* to void* in API 2019-08-09 17:27:32 +02:00
eth.c cpu/stm32_common/periph: Fix multicast filtering 2020-02-26 15:57:59 +01:00
flash_common.c cpu/stm32wb: add flashpage support 2020-03-25 09:29:56 +01:00
flashpage.c cpu/stm32wb: add flashpage support 2020-03-25 09:29:56 +01:00
gpio.c cpu: initial support for stm32wb 2020-03-25 09:29:56 +01:00
hwrng.c cpu: initial support for stm32wb 2020-03-25 09:29:56 +01:00
i2c_1.c cpu: initial support for stm32wb 2020-03-25 09:29:56 +01:00
i2c_2.c many typo fixes 2019-11-23 22:39:07 +01:00
Makefile cpu: initial support for stm32wb 2020-03-25 09:29:56 +01:00
pm.c cpu: initial support for stm32wb 2020-03-25 09:29:56 +01:00
pwm.c make: fix sign-compare errors 2017-11-28 11:55:48 +01:00
qdec.c cpu/stm32_common: fix typos 2019-11-23 22:39:36 +01:00
rtc.c cpu/stm32_common: fix issue while clearing EXTI->PR reg 2020-05-18 18:36:27 +02:00
rtt.c cpu/stm32_common: fix issue while clearing EXTI->PR reg 2020-05-18 18:36:27 +02:00
spi.c boards/stm32-based: allow SPI signals routed on multiple alternate functions 2019-10-25 06:27:41 +02:00
timer.c make: fix sign-compare errors 2017-11-28 11:55:48 +01:00
uart.c cpu: initial support for stm32wb 2020-03-25 09:29:56 +01:00
usbdev.c cpu/stm32_common: fix NDEBUG compile problem 2020-03-12 18:04:42 +01:00
wdt.c cpu/stm32_common: add watchdog for stm32 2019-09-12 19:07:40 +02:00