Skip to content

Commit

Permalink
boards/common/arduino-atmega: remove special case for jiminy-mega256rfr2
Browse files Browse the repository at this point in the history
The board is deprecated, no need to ignore this board anymore here.

Having the `arduino` and `periph_pwm` features is now required for all
boards using 'arduino-atmega' (as it was except for that board).

If this should change in the future, it should be defined either in each
arduino board, in another board common, or per CPU_MODEL.
  • Loading branch information
cladmi authored and aabadie committed Oct 8, 2019
1 parent 589d7e5 commit ec93d4c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions boards/common/arduino-atmega/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@ FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart

# Various other features (if any)
ifeq (,$(filter jiminy-mega256rfr2,$(BOARD)))
FEATURES_PROVIDED += arduino
FEATURES_PROVIDED += periph_pwm
endif
FEATURES_PROVIDED += arduino
FEATURES_PROVIDED += periph_pwm

0 comments on commit ec93d4c

Please sign in to comment.