Page 1 of 1

Missing some ULP-RISCV API documentation

Posted: Sun May 05, 2024 9:48 am
by JoeSensoric
In the documentation for ESP32-S2 and -S3 the API for ULP-RISCV GPIO and ADC is not documented:
https://docs.espressif.com/projects/esp ... -reference

There are working examples showing some API functions:
https://github.com/espressif/esp-idf/tr ... _riscv/adc
https://github.com/espressif/esp-idf/tr ... riscv/gpio

A doc search for functions like ulp_riscv_gpio_get_level get no results.

Also in the 5.3 and 5.4dev versions there is no documentation.
Are there plans to deliver these?