cortexm / pyswd

Python SWD Debugging library for ST-Link/V2
MIT License
61 stars 21 forks source link

set jtag speed issue #1

Closed primeordinalsoup closed 6 years ago

primeordinalsoup commented 7 years ago

firstly thanks what a splendid piece of tidy python!

i found that it was not setting the jtag speed as expected because the hash is unordered. i made a fix, do you want a pull request for it?

pavelrevak commented 7 years ago

Hello and thanks, Of course, your pull request will be welcome.

pavelrevak commented 6 years ago

I have changed dict to tuple, is better, dict is useless in this case.