]> granicus.if.org Git - esp-idf/commitdiff
Merge branch 'feature/watchpoint_on_stack_canary' into 'master'
authorJeroen Domburg <jeroen@espressif.com>
Tue, 10 Jan 2017 06:01:07 +0000 (14:01 +0800)
committerJeroen Domburg <jeroen@espressif.com>
Tue, 10 Jan 2017 06:01:07 +0000 (14:01 +0800)
Add option to automatically set a watchpoint at the end of the swapped-in task

This should make stack overflows easier to debug because it triggers a debug exception as soon as the stack is overwritten, not later when a context switch happens. Marked as a FreeRTOS debug feature because it doesn't give a nice error message and uses up a watchpoint.

See merge request !389


Trivial merge