When will daily Pico Micropython build switch to use new V1.1.0 pico-sdk?

RP2040 based microcontroller boards running MicroPython.
Target audience: MicroPython users with an RP2040 boards.
This does not include conventional Linux-based Raspberry Pi boards.
Post Reply
HermannSW
Posts: 197
Joined: Wed Nov 01, 2017 7:46 am
Contact:

When will daily Pico Micropython build switch to use new V1.1.0 pico-sdk?

Post by HermannSW » Tue Mar 09, 2021 4:49 pm

On weekend V1.1.0 pico-sdk was published:
https://www.raspberrypi.org/forums/view ... 2#p1831643

It contains new features, the one I am interested in is baudrate switch entering bootsel mode.
If micropython/lib/pico-sdk would be updated before creating daily build
http://micropython.org/download/rp2-pico/
my flash tool would immediately allow to flash .uf2 over Micropython, as well as to reboot MicroPython as if "machine.reset()" would have been executed (without pressing any switches):
https://www.raspberrypi.org/forums/view ... 9#p1833379
Pico-W Access Point static file webserver:
https://github.com/Hermann-SW/pico-w

Tiny MicroPython robots (the PCB IS the robot platform)
viewtopic.php?f=5&t=11454

webrepl_client.py
https://github.com/Hermann-SW/webrepl#webrepl-shell

HermannSW
Posts: 197
Joined: Wed Nov 01, 2017 7:46 am
Contact:

Re: When will daily Pico Micropython build switch to use new V1.1.0 pico-sdk?

Post by HermannSW » Thu Mar 11, 2021 7:01 am

Pico-W Access Point static file webserver:
https://github.com/Hermann-SW/pico-w

Tiny MicroPython robots (the PCB IS the robot platform)
viewtopic.php?f=5&t=11454

webrepl_client.py
https://github.com/Hermann-SW/webrepl#webrepl-shell

Post Reply