mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
ec93d4c1c4
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.
12 lines
367 B
Makefile
12 lines
367 B
Makefile
# Put defined MCU peripherals here (in alphabetical order)
|
|
FEATURES_PROVIDED += periph_adc
|
|
FEATURES_PROVIDED += periph_gpio periph_gpio_irq
|
|
FEATURES_PROVIDED += periph_i2c
|
|
FEATURES_PROVIDED += periph_spi
|
|
FEATURES_PROVIDED += periph_timer
|
|
FEATURES_PROVIDED += periph_uart
|
|
|
|
# Various other features (if any)
|
|
FEATURES_PROVIDED += arduino
|
|
FEATURES_PROVIDED += periph_pwm
|