You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. USB will be enabled BEFORE boot.py is executed, avoiding deadlocks
by user written code.
2. MSC support is enabled in _boot.py according to the following rules:
a) For a FAT file system, MSC will be enabled by default.
b) For a LFS file system, MSC will be disabled by default.
c) The setting can be overriden by a file with the name
set_usb_mode.py, which can define usb_mode with the lines:
usb_mode = "vcp+msc" # enable MSC
or
usb_mode = "vcp" # do not enable MSC
If that file does not exist or is faulty, the default is used.
0 commit comments