ulp/lp-core: added gpio API for lp core as well as an example showcasing it.

This commit is contained in:
Marius Vikhammer
2023-04-28 13:16:53 +08:00
parent 1cf46bd0f0
commit dacc51dd2b
82 changed files with 484 additions and 59 deletions
+2 -2
View File
@@ -174,8 +174,8 @@ Declaration of the entry point symbol comes from the generated header file menti
Application Examples
--------------------
* ULP FSM Coprocessor counts pulses on an IO while main CPU is in deep sleep: :example:`system/ulp_fsm/ulp`.
* ULP FSM Coprocessor polls ADC in while main CPU is in deep sleep: :example:`system/ulp_fsm/ulp_adc`.
* ULP FSM Coprocessor counts pulses on an IO while main CPU is in deep sleep: :example:`system/ulp/ulp_fsm/ulp`.
* ULP FSM Coprocessor polls ADC in while main CPU is in deep sleep: :example:`system/ulp/ulp_fsm/ulp_adc`.
API Reference
-------------