1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/atmega_common/periph
steffen 3ad71d5be0 atmega_common/gpio.c Fixes GPIO interrupt
fixes the GPIO_LOW interrupt on the atmega platform.
It results from trying to shift GPIO_LOW. Since it is 0, it is not shiftable and will not be set correctly.
There were more issues with the other flanks too, as they are 0b01 or 0b00. If 0b11 was set as a flank before it would not be able to switch to any other mode anymore. Now the bits get cleared before the new flank will be written.
2018-06-21 11:28:42 +02:00
..
adc.c cpu/atmega_common: Support for ATmega1284P 2018-03-25 14:24:40 -04:00
eeprom.c cpu/atmega_common: add support for eeprom periph interface 2018-05-24 14:07:55 +02:00
gpio.c atmega_common/gpio.c Fixes GPIO interrupt 2018-06-21 11:28:42 +02:00
i2c.c cpu/atmega_common: remove useless periph file guard 2018-04-16 09:58:44 +02:00
Makefile cpu: make use of Makefile.periph 2017-11-06 12:01:19 +01:00
pm.c cpu/atmega-common: Adjustments Jiminy-mega256rfr2 2018-03-02 13:33:26 +01:00
spi.c cpu/atmega_common: Support for ATmega1284P 2018-03-25 14:24:40 -04:00
timer.c Merge pull request #8959 from aabadie/pr/cpu/guard_atmega_common 2018-05-22 19:57:46 +02:00
uart.c Merge pull request #8959 from aabadie/pr/cpu/guard_atmega_common 2018-05-22 19:57:46 +02:00