1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/mega-xplained
Gunar Schorcht f53534ed44 boards/mega-xplained: fix ADC line defintions
For the ATmega platform the ADC lines are not defined according to the GPIOs. Instead, they are defined from 0 to ADC_NUMOF-1, which in turn represents the bit in the corresponding ADC registers.  The mapping from the line number to the corresponding ADC register/bit combination is done implicitly by the periph/adc implementation.
2020-01-18 13:19:11 +01:00
..
dist boards/avr/dist: setsid can be set with env variable 2019-10-03 12:43:49 +02:00
include boards/mega-xplained: fix ADC line defintions 2020-01-18 13:19:11 +01:00
doc.txt Merge pull request #11209 from danpetry/boards/mega1284p_xplained 2019-09-11 14:03:29 +02:00
led_init.c boards/mega-xplained: use boards_common_atmega 2018-04-03 14:18:32 +02:00
Makefile boards/mega-xplained: use boards_common_atmega 2018-04-03 14:18:32 +02:00
Makefile.dep boards/mega-xplained: use boards_common_atmega 2018-04-03 14:18:32 +02:00
Makefile.features boards: ATmega: enable periph_rtt for boards with 32kHz crystal 2019-12-01 17:26:24 +01:00
Makefile.include makefiles/tools/avrdude.inc.mk: migrate to use PROG_DEV 2019-10-24 12:57:07 +02:00