1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/mega-xplained
Benjamin Valentin 1dd260b446 boards: enable RTC for every ATmega board that supports RTT
Every ATmega board that can run an Real Time Timer can also run
an emulated Real Time Clock.

Got all supported boards by adding `FEATURES_REQUIRED += arch_8bit`
to `tests/periph_rtt` and running

    sed -i 's/FEATURES_PROVIDED += periph_rtt/
              FEATURES_PROVIDED += periph_rtc\n
              FEATURES_PROVIDED += periph_rtt/g'

on them.
2020-03-03 16:27:44 +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: enable RTC for every ATmega board that supports RTT 2020-03-03 16:27:44 +01:00
Makefile.include boards/mega-xplained: Refactor avrdude conf 2020-02-10 21:48:03 +01:00