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
737f675442
RIOT
/
boards
/
arduino-zero
/
Makefile.features
4 lines
96 B
Makefile
Raw
Normal View
History
Unescape
Escape
boards/arduino-zero: Factor out common code
2020-06-03 22:12:57 +02:00
i
n
c
l
u
d
e
$(
RIOTBOARD
)
/
c
o
m
m
o
n
/
a
r
d
u
i
n
o
-
z
e
r
o
/
M
a
k
e
f
i
l
e
.
f
e
a
t
u
r
e
s
boards/arduino-zero: move tinusb_device feature The `tinyusb_device` feature introduced with PR #18689 has to be moved from `common/arduino-zero` definition to the `arduino-zero` definition because the common `arduino-zero` features are also used by `wemos-zero` which uses `highlevel_stdio` feature via the `stdio_cdc_acm` module.
2022-12-07 13:56:24 +01:00
FEATURES_PROVIDED
+=
tinyusb_device
Copy Permalink