forked from espressif/esp-idf
docs: add support for building H2 docs
This commit is contained in:
@@ -74,7 +74,7 @@ Uninstall driver (optional)
|
||||
|
||||
:cpp:func:`esp_async_memcpy_uninstall` is used to uninstall asynchronous memcpy driver. It's not necessary to uninstall the driver after each memcpy operation. If you know your application won't use this driver anymore, then this API can recycle the memory for you.
|
||||
|
||||
.. only:: SOC_GDMA_SUPPORT_ETM
|
||||
.. only:: SOC_ETM_SUPPORTED and SOC_GDMA_SUPPORT_ETM
|
||||
|
||||
ETM Event
|
||||
---------
|
||||
|
||||
@@ -61,7 +61,7 @@ Callback functions
|
||||
Timer callbacks which are processed by ``ESP_TIMER_ISR`` method should not call the context switch call - ``portYIELD_FROM_ISR()``, instead of this you should use the :cpp:func:`esp_timer_isr_dispatch_need_yield` function.
|
||||
The context switch will be done after all ISR dispatch timers have been processed, if required by the system.
|
||||
|
||||
.. only:: SOC_SYSTIMER_SUPPORT_ETM
|
||||
.. only:: SOC_ETM_SUPPORTED and SOC_SYSTIMER_SUPPORT_ETM
|
||||
|
||||
ETM Event
|
||||
---------
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
.. code-block:: none
|
||||
|
||||
TO BE UPDATED
|
||||
@@ -0,0 +1,6 @@
|
||||
|
||||
+------------------------+
|
||||
| Revision (Major.Minor) |
|
||||
+------------------------+
|
||||
| v0.0 |
|
||||
+------------------------+
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
TO BE UPDATED
|
||||
Reference in New Issue
Block a user