This website requires JavaScript.
Explore
Help
Sign In
RIOT-OS
/
RIOT
Watch
1
Star
0
Fork
0
You've already forked RIOT
mirror of
https://github.com/RIOT-OS/RIOT.git
synced
2024-12-29 04:50:03 +01:00
Code
Releases
Activity
c507ebff43
RIOT
/
boards
/
sodaq-autonomo
/
Makefile
6 lines
85 B
Makefile
Raw
Normal View
History
Unescape
Escape
boards: add support for SODAQ Autonomo 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
2016-09-07 21:57:09 +02:00
MODULE
=
board
boards/sodaq-*: use common code
2019-10-13 17:40:46 +02:00
DIRS
+=
$(
RIOTBOARD
)
/common/sodaq
boards: add support for SODAQ Autonomo 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
2016-09-07 21:57:09 +02:00
i
n
c
l
u
d
e
$(
RIOTBASE
)
/
M
a
k
e
f
i
l
e
.
b
a
s
e
Copy Permalink