]> granicus.if.org Git - esp-idf/commit
Merge branch 'feature/openocd_doc' into 'master'
authorJeroen Domburg <jeroen@espressif.com>
Tue, 30 Aug 2016 10:02:20 +0000 (18:02 +0800)
committerJeroen Domburg <jeroen@espressif.com>
Tue, 30 Aug 2016 10:02:20 +0000 (18:02 +0800)
commit8c7afb4b460f7c2f7793a27312e850aa79e92f1e
tree8ea290938145151811f306c70809bd35d4d6481a
parent13022ceff6a13dbe198911034658627ea5f9536c
parent69f7bf523569d67c5280b0941337f4364d1f77dd
Merge branch 'feature/openocd_doc' into 'master'

Add openocd documentation and config file

As we (=Ivan/Angus) discussed, the esp32-specific openocd/gdb documentation and helper tools will live in the esp-idf repository. This is an initial document detailing the basics of setting up OpenOCD with an esp32 module. It should be sufficient for people already familiar with a similar setup on another platform to start using JTAG for debugging. It can be expanded much more (e.g. the tracetool still is missing) but we'llhave to add that later.

See merge request !31