-
Notifications
You must be signed in to change notification settings - Fork 6
Description
I've incurred multiple build failures before finally getting fprime-community/fprime-workspace-image#53 merged - which included a CI build of (a semver-tagged release fork of) the fprime-baremetal-reference. I discovered one of the culprits to be compiling with version 1.59.0 of the Arduino package index for Teensy.
The fix that went into the aforementioned PR was to pin the Teensy package index to version 1.58.2. If this approach is acceptable, I'm thinking the documentation in https://github.com/fprime-community/fprime-baremetal-reference/blob/main/docs/arduino-cli-install.md#setup-arduino-cli-for-teensy-adafruit-and-rpi-pico-w-boards should perhaps be updated to reflect that users should install the pinned version of the Teensy package index and/or add a reference to use the fprime-workspace-image
