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
44
44
`` mpconfigboard.h `` .) The card is writable from CircuitPython by default and read-only to the host.
45
45
` storage.remount() ` can be used to remount the drive to the host as read-write.
46
46
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. Host writes to drives mounted by user code will not trigger a reload.
52
+
47
53
### CDC serial
48
54
CircuitPython exposes one CDC USB interface for CircuitPython serial. This is a standard serial
49
55
USB interface.
You can’t perform that action at this time.
0 commit comments