mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
make: introduce stdin pseudomodule
This commit is contained in:
parent
a671c6c247
commit
7d4a98a075
@ -398,6 +398,10 @@ ifneq (,$(filter stdio_rtt,$(USEMODULE)))
|
||||
endif
|
||||
|
||||
ifneq (,$(filter shell,$(USEMODULE)))
|
||||
USEMODULE += stdin
|
||||
endif
|
||||
|
||||
ifneq (,$(filter stdin,$(USEMODULE)))
|
||||
ifneq (,$(filter stdio_uart,$(USEMODULE)))
|
||||
USEMODULE += stdio_uart_rx
|
||||
endif
|
||||
|
@ -73,6 +73,7 @@ PSEUDOMODULES += sock
|
||||
PSEUDOMODULES += sock_ip
|
||||
PSEUDOMODULES += sock_tcp
|
||||
PSEUDOMODULES += sock_udp
|
||||
PSEUDOMODULES += stdin
|
||||
PSEUDOMODULES += stdio_uart_rx
|
||||
|
||||
# print ascii representation in function od_hex_dump()
|
||||
|
Loading…
Reference in New Issue
Block a user