OVMS3-idf/components/esp32/test
Ivan Grokhotkov 3b854fe46a deep sleep: implement wake up using ULP, EXT0, EXT1 sources
This adds the following APIs to enable various wakeup sources:
- esp_deep_sleep_enable_timer_wakeup
- esp_deep_sleep_enable_ulp_wakeup
- esp_deep_sleep_enable_ext0_wakeup
- esp_deep_sleep_enable_ext1_wakeup

And an API to start deep sleep:
- esp_deep_sleep_start
2016-12-16 14:30:27 +08:00
..
component.mk add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
logo.jpg add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
test_ahb_arb.c add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
test_ahb_arb_asm.S add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
test_deepsleep.c deep sleep: implement wake up using ULP, EXT0, EXT1 sources 2016-12-16 14:30:27 +08:00
test_fastbus.c add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
test_fastbus_asm.S add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
test_fp.c remove fp unit test Kconfig 2016-11-23 16:22:34 +08:00
test_intr_alloc.c Mark some interrupts that are now allocated dynamically as free, add int handle param documentation, add local ints test 2016-12-08 12:39:33 +08:00
test_malloc_caps.c Add testcase, fix executable memory allocated in shared dram/iram region 2016-12-15 15:03:22 +08:00
test_miniz.c add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
test_tjpgd.c add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
test_unal_dma.c add unit tests to esp-idf 2016-11-22 14:45:50 +08:00