doc: Add barriers API docs
Add an entry to the barriers API in the docs. Signed-off-by: Carlo Caione <ccaione@baylibre.com>
This commit is contained in:
parent
19829ace7d
commit
f5c66e9708
|
@ -33,6 +33,10 @@ between major releases are available in the :ref:`zephyr_release_notes`.
|
|||
- Unstable
|
||||
- 3.3
|
||||
|
||||
* - :ref:`barriers_api`
|
||||
- Experimental
|
||||
- 3.4
|
||||
|
||||
* - :ref:`bluetooth_api`
|
||||
- Stable
|
||||
- 1.0
|
||||
|
|
6
doc/hardware/barriers/index.rst
Normal file
6
doc/hardware/barriers/index.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
.. _barriers_api:
|
||||
|
||||
Barriers API
|
||||
************
|
||||
|
||||
.. doxygengroup:: barrier_apis
|
|
@ -7,6 +7,7 @@ Hardware Support
|
|||
:maxdepth: 1
|
||||
|
||||
arch/index.rst
|
||||
barriers/index.rst
|
||||
cache/index.rst
|
||||
emulator/index.rst
|
||||
peripherals/index.rst
|
||||
|
|
Loading…
Reference in a new issue