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
/
wemos-zero
/
Makefile.features
4 lines
97 B
Makefile
Raw
Normal View
History
Unescape
Escape
boards: Add support for the WeMos-Zero This is an Arduino Zero clone without the embedded debugger. Thus, it will be flashed by default using the U2F bootloader and uses by default USB CDC ACM for STDIO.
2020-06-03 22:13:13 +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: remove the bootloader_% pseudo-feature This feature is only used to blacklist stdio via CDC ACM. Introduce the `highlevel_stdio` feature instead to indicate that stdio functionality requires a running thread to print anything
2020-09-22 15:05:57 +02:00
FEATURES_PROVIDED
+=
highlevel_stdio
Copy Permalink