summaryrefslogtreecommitdiff
path: root/shared-bindings/storage
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2017-11-22 23:07:21 -0500
committerDan Halbert <halbert@halwitz.org>2017-11-27 21:00:24 -0500
commit72c911be972d63a5032fa02ecb74d173bf9ef34f (patch)
tree5f09ff39c086dc35d5fe77820a33a8e61e3ae176 /shared-bindings/storage
parentfb1dcd326dbca2bfe7452f1f9c3d94dc25612e30 (diff)
Support SPI flash chips for CIRCUITPY, using non-DMA SPI for now.
Diffstat (limited to 'shared-bindings/storage')
-rw-r--r--shared-bindings/storage/__init__.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/storage/__init__.c b/shared-bindings/storage/__init__.c
index 37d7b6976..9c186a051 100644
--- a/shared-bindings/storage/__init__.c
+++ b/shared-bindings/storage/__init__.c
@@ -38,7 +38,7 @@
//|
//| .. module:: storage
//| :synopsis: storage management
-//| :platform: SAMD21
+//| :platform: SAMD21, SAMD51
//|
//| The `storage` provides storage management functionality such as mounting and
//| unmounting which is typically handled by the operating system hosting Python.