1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/sam0_common/periph
Benjamin Valentin ba8dfc8341 cpu/sam0_common/gpio: don't hard-code number of ports
_exti() always assumes only 2 ports, so it will always fail when using
e.g. port C or port D on same54.

Instead, determine the number of ports from the dimensions of the exti_config
array.
2019-08-29 15:27:42 +02:00
..
adc.c sam0_common: check ADC_NUMOF on adc_init() 2019-02-04 09:28:13 +01:00
cpuid.c cpu/samd5x: add support for samd5x/same5x MCUs 2019-06-06 16:47:11 +02:00
flashpage.c cpu/samd5x: add support for samd5x/same5x MCUs 2019-06-06 16:47:11 +02:00
gpio.c cpu/sam0_common/gpio: don't hard-code number of ports 2019-08-29 15:27:42 +02:00
hwrng.c cpu/sam0_common: add hwrng driver 2019-08-03 14:50:58 +02:00
i2c.c cpu/samd5x: add support for samd5x/same5x MCUs 2019-06-06 16:47:11 +02:00
Makefile cpu: make use of Makefile.periph 2017-11-06 12:01:19 +01:00
rtc.c sam0_common: rtc/rtt: don't setup oscilators 2019-06-18 13:20:04 +02:00
rtt.c sam0_common: rtc/rtt: don't setup oscilators 2019-06-18 13:20:04 +02:00
spi.c sam0_common: spi: use sercom_set_gen() instead of re-implementing it 2019-05-25 19:13:53 +02:00
timer.c sam0/timer: various fixes 2019-06-06 15:38:55 +02:00
uart.c sam0_common: add uart modecfg 2019-06-21 10:54:24 +02:00
usbdev.c cpu/samd5x: add support for samd5x/same5x MCUs 2019-06-06 16:47:11 +02:00