mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
41ce99db32
ULP: add new instructions, fix bugs, add tests This adds peripheral register read and write instructions, an instruction to wake the SoC from deep sleep, and some tests. Also fixes two bugs: ANDI instruction definition, and running the ULP when in deep sleep mode. See merge request !317