arduino-libraries / Arduino_ConnectionHandler

GNU General Public License v3.0
96 stars 36 forks source link

CellularConnectionHandler: align includes #124

Closed pennam closed 1 month ago

github-actions[bot] commented 2 months ago

Memory usage change @ bf6b62e76010c69f892100c94abd33b80c2e828e

Board flash % RAM for global variables %
arduino:esp32:nano_nora 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:mbed:envie_m7 N/A N/A N/A N/A
arduino:mbed_edge:edge_control 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:mbed_giga:giga 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:mbed_nano:nanorp2040connect 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:mbed_nicla:nicla_vision 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:mbed_opta:opta 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:mbed_portenta:envie_m7 N/A N/A N/A N/A
arduino:renesas_portenta:portenta_c33 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:renesas_uno:unor4wifi 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:samd:mkr1000 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:samd:mkrgsm1400 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:samd:mkrnb1500 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:samd:mkrwan1300 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:samd:mkrwan1310 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:samd:mkrwifi1010 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:samd:nano_33_iot 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
esp32:esp32:esp32 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
esp8266:esp8266:huzzah 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
Click for full report table Board|`examples/ConnectionHandlerDemo`
flash|%|`examples/ConnectionHandlerDemo`
RAM for global variables|% -|-|-|-|- `arduino:esp32:nano_nora`|0|0.0|0|0.0 `arduino:mbed:envie_m7`|N/A|N/A|N/A|N/A `arduino:mbed_edge:edge_control`|0|0.0|0|0.0 `arduino:mbed_giga:giga`|0|0.0|0|0.0 `arduino:mbed_nano:nanorp2040connect`|0|0.0|0|0.0 `arduino:mbed_nicla:nicla_vision`|0|0.0|0|0.0 `arduino:mbed_opta:opta`|0|0.0|0|0.0 `arduino:mbed_portenta:envie_m7`|N/A|N/A|N/A|N/A `arduino:renesas_portenta:portenta_c33`|0|0.0|0|0.0 `arduino:renesas_uno:unor4wifi`|0|0.0|0|0.0 `arduino:samd:mkr1000`|0|0.0|0|0.0 `arduino:samd:mkrgsm1400`|0|0.0|0|0.0 `arduino:samd:mkrnb1500`|0|0.0|0|0.0 `arduino:samd:mkrwan1300`|0|0.0|0|0.0 `arduino:samd:mkrwan1310`|0|0.0|0|0.0 `arduino:samd:mkrwifi1010`|0|0.0|0|0.0 `arduino:samd:nano_33_iot`|0|0.0|0|0.0 `esp32:esp32:esp32`|0|0.0|0|0.0 `esp8266:esp8266:huzzah`|0|0.0|0|0.0
Click for full report CSV ``` Board,examples/ConnectionHandlerDemo
flash,%,examples/ConnectionHandlerDemo
RAM for global variables,% arduino:esp32:nano_nora,0,0.0,0,0.0 arduino:mbed:envie_m7,N/A,N/A,N/A,N/A arduino:mbed_edge:edge_control,0,0.0,0,0.0 arduino:mbed_giga:giga,0,0.0,0,0.0 arduino:mbed_nano:nanorp2040connect,0,0.0,0,0.0 arduino:mbed_nicla:nicla_vision,0,0.0,0,0.0 arduino:mbed_opta:opta,0,0.0,0,0.0 arduino:mbed_portenta:envie_m7,N/A,N/A,N/A,N/A arduino:renesas_portenta:portenta_c33,0,0.0,0,0.0 arduino:renesas_uno:unor4wifi,0,0.0,0,0.0 arduino:samd:mkr1000,0,0.0,0,0.0 arduino:samd:mkrgsm1400,0,0.0,0,0.0 arduino:samd:mkrnb1500,0,0.0,0,0.0 arduino:samd:mkrwan1300,0,0.0,0,0.0 arduino:samd:mkrwan1310,0,0.0,0,0.0 arduino:samd:mkrwifi1010,0,0.0,0,0.0 arduino:samd:nano_33_iot,0,0.0,0,0.0 esp32:esp32:esp32,0,0.0,0,0.0 esp8266:esp8266:huzzah,0,0.0,0,0.0 ```