Merge branch 'bugfix/add_missing_link_to_ulp_header_file' into 'master'
Add missing link to ulp header files and link to example following https://esp32.com/viewtopic.php?f=2&t=15562 Closes DOC-162 See merge request espressif/esp-idf!8734
This commit is contained in:
commit
4091d44cda
1 changed files with 19 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
Programming ULP coprocessor using C macros
|
||||
==========================================
|
||||
Programming ULP coprocessor using C macros (legacy)
|
||||
===================================================
|
||||
|
||||
In addition to the existing binutils port for the ESP32 ULP coprocessor, it is possible to generate programs for the ULP by embedding assembly-like macros into an ESP32 application. Here is an example how this can be done::
|
||||
|
||||
|
@ -51,6 +51,23 @@ Here is an example of using labels and branches::
|
|||
ulp_run(load_addr);
|
||||
|
||||
|
||||
Application Example
|
||||
-------------------
|
||||
|
||||
Demonstration of entering into deep sleep mode and waking up using several wake up sources: :example:`system/deep_sleep`.
|
||||
|
||||
|
||||
API Reference
|
||||
-------------
|
||||
|
||||
Header File
|
||||
^^^^^^^^^^^
|
||||
|
||||
.. list::
|
||||
|
||||
:esp32: - :component_file:`ulp/include/esp32/ulp.h`
|
||||
:esp32s2: - :component_file:`ulp/include/esp32s2/ulp.h`
|
||||
|
||||
Functions
|
||||
^^^^^^^^^
|
||||
|
||||
|
|
Loading…
Reference in a new issue