I just saw this bug while searching the web. I haven't been able to get a Pico 2 so I bought a Seeed Xiao RP2350 board which I just received yesterday. Maybe it's a good thing that these boards have not been more available...Here is the errata excerpt
Labels bug Comments briskspirit commented Dec 11, 2024 Port, board and/or hardware RP2 2350 MicroPython version MicroPython 1.24.1 ; XIAO RP2350 Reproduction BOOTSEL XIAO RP2350 board, copy uf2 file, it reboots and never enumerates again Expected behaviour should enumerate REPL Observed behav...
geerlingguyadded thebuglabelAug 8, 2024 As implemented on the rp2 port,deepsleepis just alightsleepfollowed by areset(https://github.com/micropython/micropython/blob/master/ports/rp2/modmachine.c#L221). That will definitely result in the USB device getting disconnected and re-enumerated when the...
A bug has been reported in the first A2 batch of RP2350 chips that means that in some cases when an input pin is being driven by a weak (high impedance) input, it may not read properly. There are workarounds for most practical applications; see the RP2350-E9 Errata for more details....
MicroPython ESP32 port now supports the ESP-IDF v5.2.2 which partially explains why ESP32-C6 MCU is now supported. We’re also told the RISC-V native emitter has been enabled on both ESP32-C3 and ESP32-C6 MCUs. Espressif SoC also received some important bug fixes f...
Welcome to the Raspberry Pi RP2350 hacking challenge and bug bounty! Watch our quick explainer video: Update Jan 1st 2025 The RP2350 Hacking Challenge has concluded. There have been some fantastic submissions! We'll announce winners and publish details on Jan 14th 2025. ...
The esp32 port now supports ESP-IDF v5.2.2, and with this comes support for ESP32-C6 MCUs. The RISC-V native emitter has been enabled on C3 and C6 MCUs. There have also been some important bug fixes, for handling of native code loaded from .mpy files, fixes for stack corruption, ...
Here's a bug report to get your started. #1481 If you want to try this yourself you can just clone the FastLED repo and replace the platformio.ini with this. [platformio] src_dir = dev ; target is ./dev/dev.ino [env:dev] platform = https://github.com/maxgerhardt/platform-raspberry...
Port, board and/or hardware rp2 / rp2350A / Waveshare RP2350 1.28 in Round LCD MicroPython version This works: b9f6698d3 - (HEAD -> rp2-add-2350) tools/ci.sh: Add RPI_PICO2 to CI. (4 months ago) <Damien George> That is the branch of PR #...
Port, board and/or hardware rp2 port, pico 2 board MicroPython version MicroPython v1.24.0 on 2024-10-25; Raspberry Pi Pico2 with RP2350 Reproduction This is the script I used: # MicroPython USB MIDI example # # This example demonstrates...