Closed
Description
CircuitPython version and board name
Adafruit CircuitPython 10.0.0-alpha.2 on 2025-04-04; Adafruit Feather ESP32-C6 4MB Flash No PSRAM with ESP32C6
Code/REPL
n/a
Behavior
USB connection using code.circuitpython.org
succeeds, but directory displays garbage. Subsequently disconnecting from code.circuitpython.org
, connecting with minicom
, then hitting ctrl-D
results in:
soft reboot
Auto-reload is off.
Running in safe mode! Not running saved code.
You are in safe mode because:
CircuitPython core code crashed hard. Whoops!
Hard fault: memory access or instruction error.
Please file an issue with your program at github.com/adafruit/circuitpython/issues.
Press reset to exit safe mode.
Press any key to enter the REPL. Use CTRL-D to reload.
Description
Testing with CP 9.2.7 succeeds. code.circuitpython.org
works as expected. No crash occurs.
Additional information
No response