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

Padded log timestamps #1449

Closed
wants to merge 3 commits into from
Closed

Conversation

InternetofAwesome
Copy link
Contributor

This is added to facilitate a parsing operation by a resource constrained device which depends on fixed length strings.
It also abuses the preprocessor to keep the inconvenience compiler-side.
I'm sorry.

@InternetofAwesome InternetofAwesome changed the title Padded log ts Padded log timestamps Oct 9, 2018
@InternetofAwesome InternetofAwesome changed the title Padded log timestamps [Do Not Merge Yet] Padded log timestamps Oct 9, 2018
@InternetofAwesome InternetofAwesome changed the title [Do Not Merge Yet] Padded log timestamps Padded log timestamps Oct 9, 2018
@andrzej-kaczmarek
Copy link
Contributor

I created simple PR for tinyprintf which adds support for parametrized field width (#1451) so we don't need to abuse preprocessor here ;-)

Also, personally I'd call syscfg values WIDTH instead of PAD, but that's just my nitpicking.

@ccollins476ad
Copy link
Contributor

It sounds like this change is no longer needed. Please reopen if I have misunderstood.

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.

None yet

4 participants