doot

Results 4 issues of doot

Just like the effect in README: ![Alt text](https://user-images.githubusercontent.com/20282795/91380259-28a62f80-e857-11ea-833f-11160d15647a.gif)

enhancement

A problem about debugging through JTAG. I find this in OpenOCD documentation >In the best case, OpenOCD can hold SRST, then reset the TAPs via TRST and send commands through...

Having a problem about reset on K210 using FT4232H as an adapter. The command `jtag arp_init-reset` works but `reset halt` does not work. I am just wondering where the problem...

根据openocd的手册,需要在脚本中加入 rest_config ,openocd才会使用nSRST引脚进行reset。我尝试了一下,发现也有问题。不过可以用手动deassert然后assert nSRST的办法来进行硬reset。不知道您有没有这方面的尝试?