mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
076d5bda11
The following features were tested (briefly): * UART (the first) * I2C using a BMP180 on a SODAQ TPH board * SPI0, connected to the on-board serial data flash (only DevID was read using the periph_spi test program) * xtimer is working (it's the same code as in samr21) boards/sodaq-autonomo: Disable the "big" unittests because it does not fit
17 lines
507 B
Makefile
17 lines
507 B
Makefile
# Put defined MCU peripherals here (in alphabetical order)
|
|
FEATURES_PROVIDED += periph_cpuid
|
|
FEATURES_PROVIDED += periph_gpio
|
|
FEATURES_PROVIDED += periph_i2c
|
|
FEATURES_PROVIDED += periph_pwm
|
|
FEATURES_PROVIDED += periph_rtc
|
|
FEATURES_PROVIDED += periph_rtt
|
|
FEATURES_PROVIDED += periph_spi
|
|
FEATURES_PROVIDED += periph_timer
|
|
FEATURES_PROVIDED += periph_uart
|
|
|
|
# Various other features (if any)
|
|
FEATURES_PROVIDED += cpp
|
|
|
|
# The board MPU family (used for grouping by the CI system)
|
|
FEATURES_MCU_GROUP = cortex_m0_2
|