-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Feather ESP32-C6 Fails with code.circuitpython.org USB Connection #10296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Additional notes:
|
Bisecting 62 commits from tags |
I don't think that this PR is the root cause, instead it somehow affects the generated code to bring out the bug. |
import os
import time
contents = os.listdir("/")
for item in contents:
result = os.stat("/" + item)
print(item, result[0], result[6], result[9]) This triggers one of two failures, one is trapped by a hardware breakpoint on
The
The
|
Please retest this with this fix: #10291 |
This is subsumed by #10298. |
CircuitPython version and board name
Code/REPL
Behavior
USB connection using
code.circuitpython.org
succeeds, but directory displays garbage. Subsequently disconnecting fromcode.circuitpython.org
, connecting withminicom
, then hittingctrl-D
results in:Description
Testing with CP 9.2.7 succeeds.
code.circuitpython.org
works as expected. No crash occurs.Additional information
No response
The text was updated successfully, but these errors were encountered: