-
Notifications
You must be signed in to change notification settings - Fork 531
Description
Following the launch of MicroPython 1.20 we'll have a new "stable" milestone to build our libraries against.
However it's quite likely- as we've seen with the unstable Pico W launch- that there will be significant changes/fixes to Bluetooth following its launch that customers will want in a build.
We will probably need keep up with these.
I think the solution is a new, empty, GitHub repository that just has some actions that grab and build Pimoroni Pico against the latest upstream MicroPython.
This will have the added benefit of failing CI when something significant changes, giving us early warnings of upcoming breaking changes.
I am, in fact, proposing actual Continuous Integration and nightly builds marked with commit short-hashes and build dates.
This sounds more complicated than it is. I promise 😆