Mattia Pennasilico

Results 136 comments of Mattia Pennasilico

Last size deltas from here: https://github.com/pennam/ArduinoIoTCloud/pull/8#issuecomment-2117463464 **Memory usage change @ a4719bbbdf982aa2396c6c8f289aef67e8a26e76** Board|flash|%|RAM for global variables|% -|-|-|-|- `arduino:esp32:nano_nora`|:small_red_triangle: +240 - +256|+0.01 - +0.01|0 - 0|0.0 - 0.0 `arduino:mbed_edge:edge_control`|0 - 0|0.0 -...

Last size deltas from https://github.com/pennam/ArduinoIoTCloud/pull/7#issuecomment-2117325634 **Memory usage change @ ba2d5841e24029cc7e878cf68f5993b6a25b5802** Board|flash|%|RAM for global variables|% -|-|-|-|- `arduino:esp32:nano_nora`|:small_red_triangle: +1068 - +1112|+0.03 - +0.04|:green_heart: -8 - 0|-0.0 - 0.0 `arduino:mbed_edge:edge_control`|:small_red_triangle: +312 - +936|+0.03...

closing the issue because #793 has been merged

Flush should be intended as a way to send all data out of the TX buffer not to cleanup the RX. See Serial.flush() https://www.arduino.cc/reference/it/language/functions/communication/serial/flush/

> Should the RX buffer cleanup API be called `clear()`? I don't think there is a standard Arduino API, but personally i think is a more appropriate name.

superseded by https://github.com/arduino/ArduinoCore-mbed/pull/793

Hi @ArduinoGetStarted, If I am correct this should be a matter of adding two new AT commands for this APIs ``` setCertificate(const char *client_ca); setPrivateKey (const char *private_key); ```

Hi @paulvha, thanks for your contribution, I've took your commits, squashed and moved to https://github.com/arduino/ArduinoCore-renesas/pull/395 to add some fixes and changes to make the API compatible with WiFiNINA and WiFi101...

I've tested the PR after the last changes with Arduino and WiFi is working. I've flashed the firmware using `esplflash` ``` espflash write-bin 0x0 ESP32-C3.bin ```