samples: esp32: docs: add proper header description
Add Sphinx model header content so that it can be mapped into release notes. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
parent
7df5211bc4
commit
8c5b39a772
|
@ -1,7 +1,8 @@
|
|||
.. _flash_memory_mapped:
|
||||
.. zephyr:code-sample:: esp32-flash-memory-mapped
|
||||
:name: ESP32 Flash Memory-Mapped
|
||||
:relevant-api: flash_interface
|
||||
|
||||
Espressif ESP32 Flash Memory-Mapped
|
||||
###################################
|
||||
Write data into scratch area and read it using flash API and memory-mapped pointer.
|
||||
|
||||
Overview
|
||||
********
|
||||
|
|
Loading…
Reference in a new issue