aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/shared-bindings/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'circuitpython/shared-bindings/index.rst')
-rw-r--r--circuitpython/shared-bindings/index.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/circuitpython/shared-bindings/index.rst b/circuitpython/shared-bindings/index.rst
new file mode 100644
index 0000000..bf04ae1
--- /dev/null
+++ b/circuitpython/shared-bindings/index.rst
@@ -0,0 +1,23 @@
+Core Modules
+========================================
+
+These core modules are intended on being consistent across ports and boards.
+A module may not exist on a port/board if no underlying hardware support is
+present or if flash space is limited. For example, a microcontroller without
+analog features will not have `analogio`. See the `support_matrix` page for
+a list of modules supported on each board.
+
+.. toctree::
+ :hidden:
+
+ support_matrix
+
+Modules
+---------
+
+.. toctree::
+ :glob:
+ :maxdepth: 2
+
+ ../shared-bindings/*/index
+ help