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
Kees Bakker 04c84ed158 cpu/sam0: refactor ADC_0 into plain ADC
This change is for all boards with a sam0 cpu. This cpu just has one ADC.
It is unnecessary to have defines with ADC_0_ prefix as if multiple ADCs
are possible.

Some defines were not used, such as ADC_0_EN, ADC_0_CHANNELS,
ADC_MAX_CHANNELS, ADC_0_CLK_SOURCE, ADC_0_CHANNELS

Change all ADC_0_ prefixes to ADC_
2019-10-03 20:45:44 +02:00
..
adc.c cpu/sam0: refactor ADC_0 into plain ADC 2019-10-03 20:45:44 +02: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/sam0_common: Updated i2c_release() 2019-08-22 12:03:08 +02:00
Makefile cpu: make use of Makefile.periph 2017-11-06 12:01:19 +01:00
rtc.c periph/rtc: normalize struct tm before usage 2019-09-12 11:32:31 +02:00
rtt.c cpu/sam0_common: rtt: correcly clear flags. 2019-09-11 12:55:10 +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 cpu/sam0: adapt timer to return 0 on success 2019-09-11 13:52:28 +02:00
uart.c cpu/sam0_common: uart: fix baud rate calculation 2019-09-27 10:49:43 +02:00
usbdev.c cpu/samd5x: add support for samd5x/same5x MCUs 2019-06-06 16:47:11 +02:00
wdt.c sam0_common: add Watchdog implementation 2019-09-20 19:04:41 +02:00