Closed
Description
CircuitPython version
Adafruit CircuitPython 7.1.0-beta.0 on 2021-11-12; PewPew M4 with samd51g19
Board ID:pewpew_m4
Code/REPL
N/A. code.py doesn't seem to make any difference.
Behavior
When connected via USB there is no serial connection that becomes available. i.e. /dev/ttyACM0
never appears.
Description
No response
Additional information
On version 7.0.0
the serial connection is made and /dev/ttyACM0
does appear.
On versions 7.1.0
and newer the serial connection is never made. /dev/ttyACM0
never appears.
I started trying to bisect the few beta / rc releases between those versions to nail it down to a specific release, but had trouble with my computer during the attempts. I will try to finish that up in the next day or two and post back to here with the specific version where this breaks.