ndabas / pico-setup-windows

Quickly get started with Raspberry Pi Pico/RP2040 on Windows
Apache License 2.0
299 stars 35 forks source link

Fixed picoprobe and pico-docs download scripts #30

Closed microenh closed 1 year ago

microenh commented 1 year ago

The current installer fails to build picoprobe, because the picoprobe repo added sub-modules. The patch added a git submodule update --init to bring in those submodules.

The current installer fails to download the documentation from the raspberrypi website because the layout of the website has changed. The patch updates the download process to reflect those changes.

Note: the current build file fails to build the installer because of problems building openocd. This was not addressed.

ndabas commented 1 year ago

Excellent, thanks! I'll just do some quick tests and then merge.