]> granicus.if.org Git - esp-idf/commit
ulp: rename I_SLEEP, redefine I_WAKE, add I_ADC, add tests
authorIvan Grokhotkov <ivan@espressif.com>
Wed, 22 Feb 2017 06:59:15 +0000 (14:59 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Wed, 22 Feb 2017 07:00:36 +0000 (15:00 +0800)
commit5cab04075e3cd86d8eb939cf0a4ea2a58dbce66f
treea38bc7f2acb148062f8fd529693cf1c8680bf900
parent0465528431fc63359d12c9514cfb17b6040e20fc
ulp: rename I_SLEEP, redefine I_WAKE, add I_ADC, add tests

This fixes incorrect descriptions of I_END/I_SLEEP instructions and
changes the definition of I_END. New instruction, I_WAKE, is added,
which wakes up the SoC. Macro for ADC instruction is defined, and new
tests are added.
components/ulp/include/esp32/ulp.h
components/ulp/test/test_ulp.c