From ced7ebb873f923397aa5c9ddc7b286e32eb4e80a Mon Sep 17 00:00:00 2001 From: Vdragon Date: Wed, 30 Apr 2025 15:40:26 +0200 Subject: [PATCH] docs/zephyr: Add zephyr FlashArea IDs docs. Signed-off-by: Vdragon --- docs/zephyr/quickref.rst | 2 ++ 1 file changed, 2 insertions(+) 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 ` 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 ------