Skip to content

MicroPython Stubs v1.28.0.post5

Latest

Choose a tag to compare

@Josverl Josverl released this 20 May 12:54

What's Changed

  • Inherit Vfs classes from AbstractBlockDev
  • Change machine __CANRecvResult type alias to tuple to specify element types
  • rename TypeAlias PinLike to _Pinlike
  • improve UART class constructor overloads.
  • micropython.const to include bool
  • Fix: deque class
  • fix: machine.SDCard constructor.

Add various new stubs windows and unix stubs

┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┓
┃ name                                      ┃ version      ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━┩
│ micropython-STDLIB-stubs                  │ 1.28.0.post5 │
│ micropython-esp32-stubs                   │ 1.28.0.post4 │
│ micropython-esp32-esp32_generic-stubs     │ 1.28.0.post4 │
│ micropython-esp32-esp32_generic_c3-stubs  │ 1.28.0.post4 │
│ micropython-esp32-esp32_generic_c5-stubs  │ 1.28.0.post2 │
│ micropython-esp32-esp32_generic_c6-stubs  │ 1.28.0.post4 │
│ micropython-esp32-esp32_generic_s2-stubs  │ 1.28.0.post4 │
│ micropython-esp32-esp32_generic_s3-stubs  │ 1.28.0.post4 │
│ micropython-esp8266-stubs                 │ 1.28.0.post4 │
│ micropython-esp8266-esp8266_generic-stubs │ 1.28.0.post4 │
│ micropython-rp2-stubs                     │ 1.28.0.post4 │
│ micropython-rp2-arduino_nano_rp2040_conn… │ 1.28.0.post4 │
│ micropython-rp2-rpi_pico-stubs            │ 1.28.0.post4 │
│ micropython-rp2-rpi_pico2-stubs           │ 1.28.0.post4 │
│ micropython-rp2-rpi_pico2_w-stubs         │ 1.28.0.post4 │
│ micropython-rp2-rpi_pico_w-stubs          │ 1.28.0.post4 │
│ micropython-rp2-waveshare_rp2040_zero-st… │ 1.28.0.post4 │
│ micropython-samd-stubs                    │ 1.28.0.post4 │
│ micropython-samd-seeed_wio_terminal-stubs │ 1.28.0.post4 │
│ micropython-stm32-stubs                   │ 1.28.0.post5 │
│ micropython-stm32-pybv11-stubs            │ 1.28.0.post5 │
│ micropython-unix-stubs                    │ 1.28.0.post1 │
│ micropython-windows-stubs                 │ 1.28.0.post1 │
└───────────────────────────────────────────┴──────────────┘

Full Changelog: v1.28.0...v1.28.0.post5