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!