Skip to content
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

cmake: emu: qemu: return to ctrl-c #79132

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fgrandel
Copy link
Contributor

To avoid killing the QEMU process w/o also ending the 802.15.4 monitoring tool, we reassign the terminal's interrupt shortcut from ^C to ^D. This change resets the shortcut to ^C after ending the QEMU session.

Fixes #79131

To avoid killing the QEMU process w/o also ending the 802.15.4
monitoring tool, we reassign the terminal's interrupt shortcut from ^C
to ^D. This change resets the shortcut to ^C after ending the QEMU
session.

Fixes zephyrproject-rtos#79131

Signed-off-by: Florian Grandel <fgrandel@code-for-humans.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cmake: emu: qemu: return to ctrl-c
3 participants