-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Misc fixes and clean-ups for board avr-rss2
- Loading branch information
Showing
7 changed files
with
23 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
USEMODULE += boards_common_atmega | ||
|
||
ifneq (,$(filter saul_default,$(USEMODULE))) | ||
USEMODULE += bmx280 | ||
USEMODULE += ds18 | ||
endif | ||
include $(RIOTCPU)/atmega_common/Makefile.dep |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,8 @@ | ||
|
||
CPU = atmega256rfr2 | ||
|
||
# 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 | ||
|
||
# Various other features (if any) | ||
FEATURES_PROVIDED += arduino | ||
FEATURES_PROVIDED += periph_adc | ||
FEATURES_REQUIRED += periph_i2c | ||
FEATURES_PROVIDED += periph_pwm | ||
FEATURES_PROVIDED += periph_i2c | ||
FEATURES_PROVIDED += periph_spi | ||
FEATURES_PROVIDED += periph_timer | ||
FEATURES_PROVIDED += periph_uart | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters