Skip to content

Commit ced7ebb

Browse files
VynDragondpgeorge
authored andcommitted
docs/zephyr: Add zephyr FlashArea IDs docs.
Signed-off-by: Vdragon <[email protected]>
1 parent 8728db3 commit ced7ebb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/zephyr/quickref.rst

+2
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ Use the :ref:`zephyr.FlashArea <zephyr.FlashArea>` class to support filesystem::
153153
f.write('Hello world') # write to the file
154154
print(open('/flash/hello.txt').read()) # print contents of the file
155155

156+
The FlashAreas' IDs that are available are listed in the FlashArea module, as ID_*.
157+
156158
Sensor
157159
------
158160

0 commit comments

Comments
 (0)