mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-28 07:51:19 +01:00
9 lines
298 B
Makefile
9 lines
298 B
Makefile
# Various common features of Nucleo-144 boards
|
|
FEATURES_PROVIDED += arduino_analog
|
|
FEATURES_PROVIDED += arduino_i2c
|
|
FEATURES_PROVIDED += arduino_pins
|
|
FEATURES_PROVIDED += arduino_shield_mega
|
|
FEATURES_PROVIDED += arduino_shield_uno
|
|
FEATURES_PROVIDED += arduino_spi
|
|
FEATURES_PROVIDED += arduino_uart
|