mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
docs: Make CMake build system default, mark GNU Make as legacy option
All `-cmake` suffixes are removed Where a GNU Make option is renamed, the `-legacy` suffix is used
This commit is contained in:

committed by
Angus Gratton

parent
62ed221daf
commit
222146845c
@@ -1,5 +1,5 @@
|
||||
ULP coprocessor programming
|
||||
===========================
|
||||
ULP coprocessor (Legacy GNU Make)
|
||||
=================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
@@ -7,6 +7,7 @@ ULP coprocessor programming
|
||||
Instruction set reference <ulp_instruction_set>
|
||||
Programming using macros (legacy) <ulp_macros>
|
||||
|
||||
.. include:: ../gnu-make-legacy.rst
|
||||
|
||||
ULP (Ultra Low Power) coprocessor is a simple FSM which is designed to perform measurements using ADC, temperature sensor, and external I2C sensors, while main processors are in deep sleep mode. ULP coprocessor can access RTC_SLOW_MEM memory region, and registers in RTC_CNTL, RTC_IO, and SARADC peripherals. ULP coprocessor uses fixed-width 32-bit instructions, 32-bit memory addressing, and has 4 general purpose 16-bit registers.
|
||||
|
||||
|
Reference in New Issue
Block a user