-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
I have been using adafruit-circuitpython-raspberry_pi_pico-en_US-20210215-2a467f1.uf2
successfully for sometime now but I upgraded to a more recent version to test out a PWM fix. I noticed this made CIRCUITPY
disappear on a Windows 8.1 desktop. Further investigation shows this problem appears to be unique to the Cytron Maker Pi Pico, another bare Pi Pico board does not suffer from this. A Raspberry Pi 4 running their standard os can see the CIRCUITPY
drive. I renamed my code.py
to disable it to rule out any (unlikely) application effects.
I've tested both adafruit-circuitpython-raspberry_pi_pico-en_US-20210226-2e6e91d.uf2
and adafruit-circuitpython-raspberry_pi_pico-en_US-20210227-24fdda0.uf2
and these two suffer from this problem.
REPL continues to work fine:
Adafruit CircuitPython 6.2.0-beta.2-182-g24fdda038 on 2021-02-27; Raspberry Pi Pico with rp2040
>>>
This seems rather surprising. Is there any code in CircuitPython specific to the Maker Pi Pico?
My bare board says 1.3
on the underside which might be a version number. The underside of Pico board on the Maker Pi Pico is not visible. Both boards appear the same on the topside to my eye in terms of layout and components.
I discussed this briefly with @dhalbert in Discord when I first noticed it.
@kiate and @waiweng83 may be interested in this. Would be interesting if this happens on Windows 10...