]> granicus.if.org Git - esp-idf/commitdiff
Merge branch 'bugfix/int-wdt-fix' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Fri, 28 Oct 2016 08:21:34 +0000 (16:21 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Fri, 28 Oct 2016 08:21:34 +0000 (16:21 +0800)
Fix the things that broke when adding the new WDTs

Seemingly, I broke a bunch of things when adding the interrupt WDTs and moved the panic handler to the esp32 directory. This fixes that, as well as the issue where flashing would trigger the int wdt. It also bodges in a fix for a merge artifact breaking the halt-on-first-thread-when-openocd-is-connected; that fix should be refined later.

See merge request !157


Trivial merge