Skip to content

v1.29.0

Latest

Choose a tag to compare

@Josverl Josverl released this 30 Aug 15:34
· 22 commits to main since this release

Update for MicroPython v1.29.0

Tier 1:

  • micropython-esp32-stubs
  • micropython-rp2-stubs
  • micropython-samd-stubs
  • micropython-stm32-stubs
  • micropython-unix-stubs
  • micropython-windows-stubs

Tier 2:

  • micropython-nrf-stubs - New
  • micropython-webassembly-stubs

Tier 3:

  • micropython-esp8266-stubs

Stubs for specific boards:

  • micropython-esp32-esp32_generic-stubs
  • micropython-esp32-esp32_generic_c2-stubs
  • micropython-esp32-esp32_generic_c3-stubs
  • micropython-esp32-esp32_generic_c5-stubs
  • micropython-esp32-esp32_generic_c6-stubs
  • micropython-esp32-esp32_generic_h2-stubs
  • micropython-esp32-esp32_generic_p4-stubs
  • micropython-esp32-esp32_generic_s2-stubs
  • micropython-esp32-esp32_generic_s3-stubs
  • micropython-esp8266-esp8266_generic-stubs
  • micropython-rp2-arduino_nano_rp2040_connect-stubs
  • micropython-rp2-pimoroni_picolipo-stubs
  • micropython-rp2-rpi_pico-stubs
  • micropython-rp2-rpi_pico2-stubs
  • micropython-rp2-rpi_pico2_w-stubs
  • micropython-rp2-rpi_pico_w-stubs
  • micropython-rp2-waveshare_rp2040_zero-stubs
  • micropython-samd-seeed_wio_terminal-stubs
  • micropython-stm32-pybv11-stubs
  • micropython-nrf-seeed_xiao_nrf52-stubs (pending publication)

What's Changed

  • multiple updates to stdlib
  • Improve runtime typing support and testing by @Josverl in #907
  • Fix typing stubs and add abc module by @Josverl in #912
  • Add MicroPython builtins support in stdlib by @Josverl in #910
  • Enhance WLAN configuration and update socket recvfrom return type by @Josverl in #919
  • improved typing for pyscript

Full Changelog: v1.28.0...v1.29.0