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 077056b949 sam0_common: make RTT implementation common across all sam0 MCUs
The currently supported SAM0 MCUs (samd21, saml21, saml1x) share the
same RTC peripheral, yet each of them carries it's own copy of the RTT
driver.

Unify the drivers and move them to sam0_common.
2019-05-09 20:54:00 +02:00
..
adc.c sam0_common: check ADC_NUMOF on adc_init() 2019-02-04 09:28:13 +01:00
cpuid.c doc: fix doxygen grouping of cpu periph drivers 2017-06-26 14:42:11 +02:00
flashpage.c sam0 flashpage RWWEE flash support 2019-03-21 04:27:41 +01:00
gpio.c cpu/sam0_common: add support for saml10/saml11 2019-01-21 17:06:58 +01:00
i2c.c cpu/sam0_common: remove unneeded GCLK_SLOW setup in i2c driver 2019-01-22 09:29:42 +01:00
Makefile cpu: make use of Makefile.periph 2017-11-06 12:01:19 +01:00
rtc.c sam0_common: make RTC implementation common across all sam0 MCUs 2019-04-15 22:25:47 +02:00
rtt.c sam0_common: make RTT implementation common across all sam0 MCUs 2019-05-09 20:54:00 +02:00
spi.c cpu/sam0_common: add support for saml10/saml11 2019-01-21 17:06:58 +01:00
uart.c cpu/sam0_common: add support for saml10/saml11 2019-01-21 17:06:58 +01:00
usbdev.c sam0_common: Fix syntax mistake in usbdev driver 2019-03-26 16:09:03 +01:00