File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,12 @@ A few boards have SD card automounting. (This is based on the ``DEFAULT_SD`` set
4444`` mpconfigboard.h `` .) The card is writable from CircuitPython by default and read-only to the host.
4545` storage.remount() ` can be used to remount the drive to the host as read-write.
4646
47+ On most other boards, except for `` atmel-samd `` boards, an SD card mounted in user code
48+ at `` /sd `` will become visible after a few seconds on the attached host computer, as an
49+ additional drive besides CIRCUITPY and (if present) CPSAVES. It will present with the volume
50+ label on the SD card. Depending on the host operating system settings, the drive may or may not be
51+ auto-mounted on the host.
52+
4753### CDC serial
4854CircuitPython exposes one CDC USB interface for CircuitPython serial. This is a standard serial
4955USB interface.
You can’t perform that action at this time.
0 commit comments