Open caternuson opened 1 year ago
This may require more work than just updating the pico-sdk submodule. The pico-sdk in turn has tinyusb as a submodule. There have been some breaking changes to tinyusb that will require additional code changes in the u2if source code.
The current pico-sdk sudmodule commit point is prior to a fixed added to help with startup timing for the crystal. See here for more information: https://github.com/raspberrypi/pico-sdk/pull/457
Once updated, this hack should be able to be removed from the CI worflow: https://github.com/adafruit/u2if/blob/945423fe343857e510bb0d9444e500d636c10c96/.github/workflows/build_uf2.yml#L16-L21