-
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
boards/native: only use pyterm wrapper with term target #20264
Conversation
9886d42
to
3c31000
Compare
This reverts commit b166327.
13562ef
to
7658e01
Compare
I don't understand the fix. Currently |
The idea was to only use That's why this also reverts the change to always use |
b0ea7dc
to
7658e01
Compare
This reverts commit 5e0c9b4.
Contribution description
Only enable the pyterm wrapper if we are executing the
term
target to avoid breaking things.Testing procedure
make debug
should work again onnative
.So does e.g.
tests/sys/log_color
without the previously added workaround.Issues/PRs references
reverts #20215
fixes #20265