mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
make: add stdio_ethos pseudo-module, dependent to stdin
This commit is contained in:
parent
25a8b14f01
commit
df10aa3b59
@ -401,6 +401,12 @@ ifneq (,$(filter shell,$(USEMODULE)))
|
||||
USEMODULE += stdin
|
||||
endif
|
||||
|
||||
ifneq (,$(filter stdio_ethos,$(USEMODULE)))
|
||||
USEMODULE += ethos
|
||||
USEMODULE += stdin
|
||||
USEMODULE += stdio_uart
|
||||
endif
|
||||
|
||||
ifneq (,$(filter stdin,$(USEMODULE)))
|
||||
ifneq (,$(filter stdio_uart,$(USEMODULE)))
|
||||
USEMODULE += stdio_uart_rx
|
||||
|
@ -74,6 +74,7 @@ PSEUDOMODULES += sock_ip
|
||||
PSEUDOMODULES += sock_tcp
|
||||
PSEUDOMODULES += sock_udp
|
||||
PSEUDOMODULES += stdin
|
||||
PSEUDOMODULES += stdio_ethos
|
||||
PSEUDOMODULES += stdio_uart_rx
|
||||
|
||||
# print ascii representation in function od_hex_dump()
|
||||
|
Loading…
Reference in New Issue
Block a user