Skip to content

260210

Latest

Choose a tag to compare

@pdg137 pdg137 released this 12 Feb 23:50

This release updates MicroPython to v1.27.0 and includes several major improvements.

  • The RP2040 will now run at 200 MHz (up from 125), using higher internal voltage as required (see details).
  • New support for main_menu.py as an alternate startup file.
  • Updated to the latest Zumo and 3pi+ 2040 example code:
    • More info in sys_info.py including processor speeds and voltage.
    • You can now exit the demos and return to the menu, mostly with button B.
    • The demos are in main_menu.py now, so you can put your own code in main.py, and it will automatically run in a friendly way from within the menu system.
  • Includes a Pico build with all of the features of our Zumo and 3pi+ builds (mainly the mass storage filesystem interface and 200 MHz operation).

MicroPython version: micropython/micropython@78ff170
Example code for 3pi: pololu/pololu-3pi-2040-robot@3eaee7e
Example code for Zumo: pololu/zumo-2040-robot@a530761
Example code for Pico: pololu/pico-blink-demo@6d94a10