summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVdragon <mail@massdriver.space>2025-04-30 15:40:26 +0200
committerDamien George <damien@micropython.org>2025-05-02 12:37:45 +1000
commitced7ebb873f923397aa5c9ddc7b286e32eb4e80a (patch)
tree7fab94202c18952de10827606937a00792ee47c2
parent8728db3e414bdddebed5f9439b971a40c62eab9b (diff)
docs/zephyr: Add zephyr FlashArea IDs docs.
Signed-off-by: Vdragon <mail@massdriver.space>
-rw-r--r--docs/zephyr/quickref.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/zephyr/quickref.rst b/docs/zephyr/quickref.rst
index a7ae69860..0e985c70b 100644
--- a/docs/zephyr/quickref.rst
+++ b/docs/zephyr/quickref.rst
@@ -153,6 +153,8 @@ Use the :ref:`zephyr.FlashArea <zephyr.FlashArea>` class to support filesystem::
f.write('Hello world') # write to the file
print(open('/flash/hello.txt').read()) # print contents of the file
+The FlashAreas' IDs that are available are listed in the FlashArea module, as ID_*.
+
Sensor
------