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
|
USEMODULE += stdin
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifneq (,$(filter stdio_ethos,$(USEMODULE)))
|
||||||
|
USEMODULE += ethos
|
||||||
|
USEMODULE += stdin
|
||||||
|
USEMODULE += stdio_uart
|
||||||
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter stdin,$(USEMODULE)))
|
ifneq (,$(filter stdin,$(USEMODULE)))
|
||||||
ifneq (,$(filter stdio_uart,$(USEMODULE)))
|
ifneq (,$(filter stdio_uart,$(USEMODULE)))
|
||||||
USEMODULE += stdio_uart_rx
|
USEMODULE += stdio_uart_rx
|
||||||
|
|||||||
@ -74,6 +74,7 @@ PSEUDOMODULES += sock_ip
|
|||||||
PSEUDOMODULES += sock_tcp
|
PSEUDOMODULES += sock_tcp
|
||||||
PSEUDOMODULES += sock_udp
|
PSEUDOMODULES += sock_udp
|
||||||
PSEUDOMODULES += stdin
|
PSEUDOMODULES += stdin
|
||||||
|
PSEUDOMODULES += stdio_ethos
|
||||||
PSEUDOMODULES += stdio_uart_rx
|
PSEUDOMODULES += stdio_uart_rx
|
||||||
|
|
||||||
# print ascii representation in function od_hex_dump()
|
# print ascii representation in function od_hex_dump()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user