feat(ulp): add pulse counter example for lp core

This commit is contained in:
Marius Vikhammer
2024-04-23 12:27:06 +08:00
parent d9e93dc4d5
commit 7495f3bf28
14 changed files with 331 additions and 0 deletions
@@ -204,6 +204,7 @@ Application Examples
* :example:`system/ulp/lp_core/lp_uart/lp_uart_echo` reads data written to a serial console and echoes it back. This example demonstrates the usage of the LP UART driver running on the LP core.
* :example:`system/ulp/lp_core/lp_uart/lp_uart_print` shows how to print various statements from a program running on the LP core.
* :example:`system/ulp/lp_core/interrupt` shows how to register an interrupt handler on the LP core to receive an interrupt triggered by the main CPU.
* :example:`system/ulp/lp_core/gpio_intr_pulse_counter` shows how to use GPIO interrupts to count pulses while the main CPU is in deep sleep.
API Reference
-------------