Skip to content

Add Portenta boards to Compile Examples CI workflow #183

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 28, 2020
Merged

Add Portenta boards to Compile Examples CI workflow #183

merged 2 commits into from
Jul 28, 2020

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Jul 28, 2020

Compile library examples for Arduino Portenta H7's M4 and M7 cores during CI run.

The workflow is configured to use the version of the Arduino mbed-Enabled Boards platform from the tip of the default branch of the ArduinoCore-mbed repository. This is necessary because compiling for the Portenta H7 M4 core board fails when using the current release version of the platform (1.2.2). The issue has been fixed (arduino/ArduinoCore-mbed#33), so the second commit of this PR can be reverted after the next release of the Arduino mbed-Enabled Boards platform.

Fixes #180

per1234 added 2 commits July 28, 2020 05:48
Compile library examples for Arduino Portenta H7's M4 and M7 cores during CI run.
… of ArduinoCore-mbed repository

This is necessary because compiling for the Portenta H7 M4 core board fails when using the current release version of the platform (1.2.2).

The issue has been fixed, so this commit can be reverted after the next release of the Arduino mbed-Enabled Boards platform.
@github-actions
Copy link

Memory usage change @ 24edb4b

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:mkrnb1500 0 - 0 0 - 0
arduino:samd:mkrwan1300 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/ArduinoIoTCloud-Advanced
flash
examples/ArduinoIoTCloud-Advanced
RAM for global variables
examples/ArduinoIoTCloud-Basic
flash
examples/ArduinoIoTCloud-Basic
RAM for global variables
examples/utility/ArduinoIoTCloud_Travis_CI
flash
examples/utility/ArduinoIoTCloud_Travis_CI
RAM for global variables
examples/utility/Provisioning
flash
examples/utility/Provisioning
RAM for global variables
arduino-beta:mbed:envie_m4 0 0 0 0 0 0 0 0
arduino-beta:mbed:envie_m7 0 0 0 0 0 0 0 0
arduino:samd:mkr1000 0 0 0 0 0 0 0 0
arduino:samd:mkrgsm1400 0 0 0 0 0 0 0 0
arduino:samd:mkrnb1500 0 0 0 0 0 0 0 0
arduino:samd:mkrwan1300 0 0 0 0 0 0
arduino:samd:mkrwifi1010 0 0 0 0 0 0 0 0
arduino:samd:nano_33_iot 0 0 0 0 0 0 0 0
esp8266:esp8266:huzzah 0 0 0 0 0 0
Click for full report CSV
Board,examples/ArduinoIoTCloud-Advanced<br>flash,examples/ArduinoIoTCloud-Advanced<br>RAM for global variables,examples/ArduinoIoTCloud-Basic<br>flash,examples/ArduinoIoTCloud-Basic<br>RAM for global variables,examples/utility/ArduinoIoTCloud_Travis_CI<br>flash,examples/utility/ArduinoIoTCloud_Travis_CI<br>RAM for global variables,examples/utility/Provisioning<br>flash,examples/utility/Provisioning<br>RAM for global variables
arduino-beta:mbed:envie_m4,0,0,0,0,0,0,0,0
arduino-beta:mbed:envie_m7,0,0,0,0,0,0,0,0
arduino:samd:mkr1000,0,0,0,0,0,0,0,0
arduino:samd:mkrgsm1400,0,0,0,0,0,0,0,0
arduino:samd:mkrnb1500,0,0,0,0,0,0,0,0
arduino:samd:mkrwan1300,0,0,0,0,0,0,,
arduino:samd:mkrwifi1010,0,0,0,0,0,0,0,0
arduino:samd:nano_33_iot,0,0,0,0,0,0,0,0
esp8266:esp8266:huzzah,0,0,0,0,0,0,,

Copy link
Contributor

@aentinger aentinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 Thank you @per1234 🚀

@aentinger aentinger merged commit 8a3b0e8 into arduino-libraries:master Jul 28, 2020
@per1234 per1234 deleted the portenta-ci branch July 28, 2020 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add CI for Portenta H7
2 participants