]> granicus.if.org Git - esp-idf/commit
Move panic handler and gdbstub into esp32 component, clean up wdt according to merge...
authorJeroen Domburg <git@j0h.nl>
Wed, 26 Oct 2016 04:23:01 +0000 (12:23 +0800)
committerJeroen Domburg <git@j0h.nl>
Wed, 26 Oct 2016 04:23:01 +0000 (12:23 +0800)
commit7d254eb3f0486b9c81d02f769080325336d996a0
treeb14bb9212d2ce5e29bb240458aab7bfb67046208
parent1ca97f5adbc426e2968f446685de4e365586bf2a
Move panic handler and gdbstub into esp32 component, clean up wdt according to merge req suggestions
15 files changed:
components/esp32/Kconfig
components/esp32/cpu_start.c
components/esp32/gdbstub.c [moved from components/freertos/gdbstub.c with 99% similarity]
components/esp32/include/esp_gdbstub.h [moved from components/freertos/gdbstub.h with 92% similarity]
components/esp32/include/esp_int_wdt.h
components/esp32/include/esp_panic.h
components/esp32/include/esp_task_wdt.h
components/esp32/include/soc/rtc_cntl_reg.h
components/esp32/include/soc/timer_group_reg.h
components/esp32/int_wdt.c
components/esp32/panic.c
components/esp32/task_wdt.c
components/freertos/Kconfig
components/freertos/port.c
components/freertos/xtensa_vectors.S