-
Notifications
You must be signed in to change notification settings - Fork 8.1k
logging: backend: add KConfig option for SWO sync packets #91745
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add new kconfig option to 4.2 release notes - thanks!
Done! :-) |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
release note update needs to be made against 4.3 file
Done |
|
59862fd
to
459a744
Compare
|
Rebased on main branch. Please review. |
Add KConfig LOG_BACKEND_SWO_SYNC_PACKET to allow disabling SWO synchronization packets. Useful if the SWO is used as a UART replacement to avoid that the sync packets show up as special characters in a terminal application. Signed-off-by: Fabian Otto <[email protected]>
90df244
to
44917a0
Compare
|
@nordic-krch @kartben |
Add KConfig LOG_BACKEND_SWO_SYNC_PACKET to allow disabling SWO synchronization packets. Useful if the SWO is used as a UART replacement to avoid that the sync packets show up as special characters in a terminal application.