]> granicus.if.org Git - esp-idf/commit
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)
commit19c4996bc87e460177a98643f02b40b587db040f
treed09c235ce77428e7110d04b39d05a7cc6103c4d7
parent95403b88030a90db71a7fd4d534b92fbce08a421
parent5ffd6155f28eb906212238868fe242e0aeaa6da4
Merge branch 'bugfix/int-wdt-fix' into 'master'

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