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

Support for FreeRTOS lxip specifier #123

Open
sdc-andy opened this issue Aug 14, 2021 · 1 comment
Open

Support for FreeRTOS lxip specifier #123

sdc-andy opened this issue Aug 14, 2021 · 1 comment

Comments

@sdc-andy
Copy link

In the FreeRTOS-TCP network stack they use the custom specifier %lxip which is passed an IP address as a uint32_t and aims to print it as a xxx.xxx.xxx.xxx format.

Can this be added?

-Andy.

@eyalroz
Copy link

eyalroz commented Aug 14, 2021

@sdcsystems :

The official author and maintainer of this repository, @mpaland , has been inactive for about 2 years now.

If you were to ask me this question about my active fork, I would answer negatively, because the idea is to be standard-compliant; and exceptions are POSIX-defined specifiers like%t for ptrdiff_t. For a platform-specific format specifier, you probably want to create your own repository based on this one.

KarlK90 pushed a commit to qmk/printf that referenced this issue Jul 7, 2022
HEYAHONG pushed a commit to HEYAHONG/printf that referenced this issue Jan 1, 2024
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

No branches or pull requests

2 participants