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

Add %z and %x to printf backend #5424

Merged
merged 4 commits into from
Dec 3, 2018
Merged

Conversation

earlephilhower
Copy link
Collaborator

%z is a C99 format used for size_t and was not included in any printf.
On the 8266 it's a no-op as size_t==int, so ignore it and things just
work.

%x lowercase support added back in (wasn't present in nano-printf).

%z is a C99 format used for size_t and was not included in any printf.
On the 8266 it's a no-op as size_t==int, so ignore it and things just
work.

%x lowercase support added back in (wasn't present in nano-printf).
@earlephilhower earlephilhower added this to the 2.5.0 milestone Dec 3, 2018
@earlephilhower earlephilhower self-assigned this Dec 3, 2018
Previous commit was a hand build and copy, this one used the full
toolchain and should not include atexit().
@devyte devyte merged commit f770d1a into esp8266:master Dec 3, 2018
@earlephilhower earlephilhower deleted the formats branch December 3, 2018 21:18
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