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
c800b98244
RIOT
/
boards
/
common
/
silabs
/
Makefile.dep
4 lines
83 B
Makefile
Raw
Normal View
History
Unescape
Escape
boards/common: silabs: add common board drivers for Silicon Labs devkits.
2018-02-05 23:41:56 +01:00
i
f
n
e
q
(
,
$(
filter
silabs_pic
,
$
(
USEMODULE
)
)
)
boards/common/silabs: fix dependencies The module silabs_pic depends on the feature periph_i2c. However, the dependency resolution just selected the module implementing that feature which bypasses feature checks.
2021-11-02 11:03:42 +01:00
FEATURES_REQUIRED
+=
periph_i2c
boards/common: silabs: add common board drivers for Silicon Labs devkits.
2018-02-05 23:41:56 +01:00
e
n
d
i
f
Copy Permalink