cyphunk / JTAGenum

Given an Arduino compatible microcontroller or Raspberry PI (experimental), JTAGenum scans pins[] for basic JTAG functionality and can be used to enumerate the Instruction Register for undocumented instructions. Props to JTAG scanner and Arduinull which came before JTAGenum and forwhich much of the code and logic is based on. Feel free to branch and modify religiously (readme, credits, whatever)
http://deadhacker.com/tools
714 stars 100 forks source link

Update JTAGenum.ino to support 10 Teensy v4.0 pins #13

Closed brandonros closed 4 years ago

brandonros commented 4 years ago

https://github.com/PaulStoffregen/cores/blob/master/teensy4/pins_arduino.h#L36

Part of https://github.com/cyphunk/JTAGenum/issues/12