adafruit / u2if

USB to interfaces implementing MicroPython "machine" module functionalities on a computer.
Other
23 stars 10 forks source link

Update pico-sdk submodule commit point #8

Open caternuson opened 1 year ago

caternuson commented 1 year ago

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

caternuson commented 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.