1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/z1/Makefile.features

12 lines
333 B
Makefile
Raw Normal View History

CPU = msp430
CPU_MODEL = msp430f2617
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_gpio periph_gpio_irq
2015-09-02 14:06:19 +02:00
FEATURES_PROVIDED += periph_spi
2015-08-26 18:46:57 +02:00
FEATURES_PROVIDED += periph_timer
2015-10-20 16:30:11 +02:00
FEATURES_PROVIDED += periph_uart
# Put other features for this board (in alphabetical order)
FEATURES_PROVIDED += netif