You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started playing around with your Blink sketch and I realized that it was not easily portable to platform.io . /home/Arduino, library.properties, and a specific folder structure were assumed. Is there an easy way to think about migration? I included a link to my Platform.io attempt.
Arduino or Unit Test Code, Illustrating the Problem
I just realized some other problems. 1) I am using an ESP32 (however it is Arduino compatible) , 2) I'm running websockets, but I am not sure you've implemented that yet, 3) I have an external cryptographic co-processor (https://github.com/sparkfun/SparkFun_ATECCX08a_Arduino_Library) but I don't think you've set up a mock for it.
If I'm understanding you correctly, you're asking how to use Platform.io to run arduino_ci unit tests. The simple answer is that Platform.io is an alternative CI system for Arduino -- arduino_ci unit tests are meant to be run locally with the arduino_ci.rb test runner, or in CI via the ArduinoCI GitHub Action.
(Issue Summary / Feature Request)
I started playing around with your Blink sketch and I realized that it was not easily portable to platform.io . /home/Arduino, library.properties, and a specific folder structure were assumed. Is there an easy way to think about migration? I included a link to my Platform.io attempt.
Arduino or Unit Test Code, Illustrating the Problem
https://github.com/bshambaugh/ardunioCI-on-platformIO
The text was updated successfully, but these errors were encountered: