make: introduce stdin pseudomodule
This commit is contained in:
parent
a671c6c247
commit
7d4a98a075
@ -398,6 +398,10 @@ ifneq (,$(filter stdio_rtt,$(USEMODULE)))
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter shell,$(USEMODULE)))
|
ifneq (,$(filter shell,$(USEMODULE)))
|
||||||
|
USEMODULE += stdin
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifneq (,$(filter stdin,$(USEMODULE)))
|
||||||
ifneq (,$(filter stdio_uart,$(USEMODULE)))
|
ifneq (,$(filter stdio_uart,$(USEMODULE)))
|
||||||
USEMODULE += stdio_uart_rx
|
USEMODULE += stdio_uart_rx
|
||||||
endif
|
endif
|
||||||
|
|||||||
@ -73,6 +73,7 @@ PSEUDOMODULES += sock
|
|||||||
PSEUDOMODULES += sock_ip
|
PSEUDOMODULES += sock_ip
|
||||||
PSEUDOMODULES += sock_tcp
|
PSEUDOMODULES += sock_tcp
|
||||||
PSEUDOMODULES += sock_udp
|
PSEUDOMODULES += sock_udp
|
||||||
|
PSEUDOMODULES += stdin
|
||||||
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