Skip to content

Feature request - Implement Serial.printf() #941

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

Closed
rei-vilo opened this issue Aug 17, 2024 · 2 comments
Closed

Feature request - Implement Serial.printf() #941

rei-vilo opened this issue Aug 17, 2024 · 2 comments

Comments

@rei-vilo
Copy link

Some Arduino Nano boards implements Serial.printf() but not all.

  • The Nano RP2040 Mbed-OS and Nano BLE Mbed-OS do not support Serial.printf().
  • The Nano ESP32 and Nano Matter support Serial.printf().

Please implement Serial.printf() on Arduino Core-Mbed to ensure compatibility across all the Arduino Nano family.

Thank you!

@per1234
Copy link
Contributor

per1234 commented Aug 17, 2024

Hi @rei-vilo. This would need to be implemented in the arduino/ArduinoCore-api codebase (which is a dependency of this project), not in this repository's codebase.

The request is already tracked in the appropriate issue tracker: arduino/ArduinoCore-API#32

So you can go ahead and close this as duplicate.

@rei-vilo
Copy link
Author

Thnak you! I didn't look at the different repository.

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