]> granicus.if.org Git - esp-idf/commit
Initial addition of wdt and brownout code
authorJeroen Domburg <git@j0h.nl>
Fri, 21 Oct 2016 09:59:57 +0000 (17:59 +0800)
committerJeroen Domburg <git@j0h.nl>
Fri, 21 Oct 2016 09:59:57 +0000 (17:59 +0800)
commit53146799a003439e3594c3c1957306889af76aad
treeb1e59ddf67da3d7f6a2f89e0a983acd19c8859d7
parent922839d13120a9165cb8564de4a2bb32a67dbb75
Initial addition of wdt and brownout code
components/esp32/Kconfig
components/esp32/brownout.c [new file with mode: 0644]
components/esp32/cpu_start.c
components/esp32/include/esp_brownout.h [new file with mode: 0644]
components/esp32/include/esp_int_wdt.h [new file with mode: 0644]
components/esp32/include/esp_task_wdt.h [new file with mode: 0644]
components/esp32/int_wdt.c [new file with mode: 0644]
components/esp32/task_wdt.c [new file with mode: 0644]
components/freertos/include/freertos/FreeRTOSConfig.h