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

14 lines
356 B
Makefile
Raw Normal View History

CPU = lpc23xx
CPU_MODEL = lpc2387
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_adc
FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_rtc
2015-06-19 11:45:06 +02:00
FEATURES_PROVIDED += periph_spi
FEATURES_PROVIDED += periph_timer
2015-10-20 16:30:09 +02:00
FEATURES_PROVIDED += periph_uart
# Various other features (if any)