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

library: support catalog messages with prepared argument list #6

Merged
merged 1 commit into from
Mar 18, 2022

Conversation

dcpleung
Copy link
Member

@dcpleung dcpleung commented Feb 4, 2022

The main part is to add support for using catalog messages with prepared argument list. This will be used by the Zephyr v2 logging subsystem to print messages.

See individual commits for more details.

@dcpleung dcpleung marked this pull request as ready for review February 7, 2022 20:14
@dcpleung dcpleung force-pushed the syst_catalog_vprintf branch 2 times, most recently from eedc9a7 to ce12e76 Compare February 10, 2022 21:34
@dcpleung dcpleung changed the title library: support catalog messages with un-tagged arguments library: support catalog messages with prepared argument list Feb 10, 2022
@dcpleung dcpleung changed the title library: support catalog messages with prepared argument list library: support catalog messages with prepared argument list Feb 10, 2022
@dcpleung dcpleung force-pushed the syst_catalog_vprintf branch 3 times, most recently from 4ed0888 to 3f41cfb Compare February 11, 2022 19:11
This adds support for using catalog messages with prepared
argument list. This will be used by the Zephyr v2 logging subsystem
to print catalog messages, as the logging v2 already has prepared
the argument list. There is no need to do any further processing.

Signed-off-by: Daniel Leung <[email protected]>
@nashif nashif merged commit 2f51407 into zephyrproject-rtos:zephyr Mar 18, 2022
@dcpleung dcpleung deleted the syst_catalog_vprintf branch March 18, 2022 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants