Closed pennam closed 12 months ago
Memory usage change @ f6c1b06718d701614ff8e265331dedc92b0c11f5
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_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 | :green_heart: -12 - -12 | -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 |
:green_heart: -4 - -4 | -0.0 - -0.0 | :green_heart: -4 - -4 | -0.0 - -0.0 |
This PR adds support for the
Portenta CAT.M1/NB IoT GNSS Shield
. The shield providesCatM1
andNB-IoT
connectivity in a very similar way theSARA-R410M-02B
module of theMKRNB1500
does.Even if it was possible to reuse the already present
NBConnectionHandler
i preferred to create a new one to avoid messing up theNBConnectionHandler
with too much#ifdef