-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make term
output is inconsistent between boards, ethos
and native
#12108
Comments
There was some initial work towards that done in the past: #2751 |
BTW: |
It was implemented with |
For only the |
Isn't this mostly a duplicate of #11099 ? IMO, we should close one of the two. |
The tests already use |
Oh, the
Agreed! |
Description
The behavior of the terminal is inconsistent with
native
andethos
compared to a normal board.The output is missing the timestamping, typing an empty line does not repeat the last command as expected and there is no command history.
Steps to reproduce the issue
Execute default example with
native
, andexamples/gnrc_border_router
with asamr21-xpro
and type a command, an empty line, and try to get back in history.I typed 'help+enter', 'enter', 'up+enter'.
Expected results
It should have the same behavior as using
examples-default
withsamr21-xpro
.BOARD=samr21-xpro RIOT_CI_BUILD=1 make --no-print-directory -C examples/default/ flash term
Actual results
I used 'gnrc_networking' for
native
as 'default' dumps a lot of packets outputsBOARD=native RIOT_CI_BUILD=1 make --no-print-directory -C examples/gnrc_networking flash term
BOARD=samr21-xpro RIOT_CI_BUILD=1 make --no-print-directory -C examples/gnrc_border_router/ flash term
Versions
Current master, so 2019-07.
The text was updated successfully, but these errors were encountered: