Closed
Description
CircuitPython version
Adafruit CircuitPython 7.0.0-alpha.4 on 2021-07-08; Adafruit ItsyBitsy nRF52840 Express with nRF52840
Code/REPL
print("first line.")
s = input("first input\n")
Behavior
The code above runs fine as expected!
But when you press CTRL-D at the input several times,
there will be a hard crash of the board with no output to repl. (The serial USB-Device "goes-away")
Similar to the crash reported in #5043
Note that once the board with the nRF-52840 is powered several "unknown" Bluetooth devices are advertised.
I would like a possibility (in boot.py ?) to disable Bluetooth until the Application in code.py is ready and initialized.
Description
No response
Additional information
Actually also this code:
print("first line.")
Will after several ctrl-D's in fast sequence hard crash the board!