1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/samd21-xpro
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
..
dist boards: Separate boards from debug adapter configuration 2017-11-17 10:03:05 +01:00
include cpu/sam0: refactor ADC_0 into plain ADC 2019-10-03 20:45:44 +02:00
board.c periph: generalized button macros 2017-06-20 21:19:56 +02:00
doc.txt doc: add wiki documentation to Doxygen files 2018-08-01 15:24:54 +02:00
Makefile boards/samd21-xpro: add initial support 2017-04-13 18:21:07 -07:00
Makefile.dep boards/samd21-xpro: add initial support 2017-04-13 18:21:07 -07:00
Makefile.features boards: move CPU/CPU_MODEL definition to Makefile.features 2019-08-20 16:11:50 +02:00
Makefile.include boards: move CPU/CPU_MODEL definition to Makefile.features 2019-08-20 16:11:50 +02:00