Skip to content

Print::printf() generic #867

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

Merged
merged 1 commit into from
Jan 15, 2020
Merged

Conversation

fpistm
Copy link
Member

@fpistm fpistm commented Jan 13, 2020

Before it was only linked to U(S)ART while Print is a Base class.

Fixes #862

@fpistm fpistm self-assigned this Jan 13, 2020
@fpistm fpistm added the enhancement New feature or request label Jan 13, 2020
@JAndrassy
Copy link

why the [SerialUSB] 'tag'?

@fpistm
Copy link
Member Author

fpistm commented Jan 13, 2020

Because Serial (UART) was already functional.
This PR enable the Print::printf for the Serial USB.
OK as it relies to Print class, all other class depending of Print would benefits from this but in this case this is mainly for the Serial USB. 😉

Before it was only linked to U(S)ART while Print is a
Base class.

Fixes stm32duino#862

Signed-off-by: Frederic Pillon <[email protected]>
@fpistm fpistm force-pushed the Print_Print_SerialUSB branch from 112c159 to b01849b Compare January 13, 2020 14:04
@fpistm fpistm changed the title [SerialUSB] support of Print::printf() Print::printf() generic Jan 13, 2020
@fpistm fpistm merged commit c4b96a7 into stm32duino:master Jan 15, 2020
@fpistm fpistm deleted the Print_Print_SerialUSB branch January 15, 2020 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Print::printf on SerialUSB
2 participants