1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-25 20:02:37 +03:00

update readme about automated crash with GDBStub

This commit is contained in:
david gauchard 2017-05-18 01:00:25 +02:00 committed by Ivan Grokhotkov
parent 8c7d1b780e
commit fed925149b

View File

@ -34,11 +34,11 @@ Using GDB stub
Tips and tricks
---------------
- To halt the target when software WDT fires, add
- Upon including GDBStub.h in the sketch, the target is automatically halted when software WDT fires, with
::
((int*)0) = 0;
*((int*)0) = 0;
at the top of ``__wrap_system_restart_local`` in
core\_esp8266\_postmortem.c.