arduino-libraries / Arduino_ConnectionHandler

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

Add Portenta H7 boards to matrix jobs in Compile Examples CI workflow #42

Closed per1234 closed 4 years ago

per1234 commented 4 years ago

The library examples will be compiled for Portenta H7 (M7 core) and Portenta H7 (M4 core) boards, using the Arduino mbed OS-enabled boards platform from the tip of its repository's default branch.

Fixes https://github.com/arduino-libraries/Arduino_ConnectionHandler/issues/38

github-actions[bot] commented 4 years ago

Memory usage change @ 93ef165cf150775f03daf17f27a8364b093c1678

Board flash RAM for global variables
arduino-beta:mbed:envie_m4 0 - 0 0 - 0
arduino-beta:mbed:envie_m7 0 - 0 0 - 0
arduino:samd:mkr1000 0 - 0 0 - 0
arduino:samd:mkrgsm1400 0 - 0 0 - 0
arduino:samd:mkrwan1310 0 - 0 0 - 0
arduino:samd:mkrwifi1010 0 - 0 0 - 0
arduino:samd:nano_33_iot 0 - 0 0 - 0
esp8266:esp8266:huzzah 0 - 0 0 - 0
Click for full report table Board|examples/ConnectionHandlerDemo
flash|examples/ConnectionHandlerDemo
RAM for global variables -|-|- arduino-beta:mbed:envie_m4|0|0 arduino-beta:mbed:envie_m7|0|0 arduino:samd:mkr1000|0|0 arduino:samd:mkrgsm1400|0|0 arduino:samd:mkrwan1310|0|0 arduino:samd:mkrwifi1010|0|0 arduino:samd:nano_33_iot|0|0 esp8266:esp8266:huzzah|0|0
Click for full report CSV ``` Board,examples/ConnectionHandlerDemo
flash,examples/ConnectionHandlerDemo
RAM for global variables arduino-beta:mbed:envie_m4,0,0 arduino-beta:mbed:envie_m7,0,0 arduino:samd:mkr1000,0,0 arduino:samd:mkrgsm1400,0,0 arduino:samd:mkrwan1310,0,0 arduino:samd:mkrwifi1010,0,0 arduino:samd:nano_33_iot,0,0 esp8266:esp8266:huzzah,0,0 ```