mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
7139393394
Features must be provided by the board if they're actually available on board. Other features might be provided by the CPU. Some grouping is also removed as it is not necessary.
9 lines
350 B
Makefile
9 lines
350 B
Makefile
# This board is based on an atmega CPU, thus import the features from it
|
|
include $(RIOTBOARD)/common/arduino-atmega/Makefile.features
|
|
|
|
# Put defined MCU peripherals here (in alphabetical order)
|
|
# Peripherals are defined in common/arduino-atmega/Makefile.features
|
|
# Add only additional Peripherals
|
|
|
|
-include $(RIOTCPU)/atmega256rfr2/Makefile.features
|