diff options
| -rw-r--r-- | docs/isp_flashing_guide.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/isp_flashing_guide.md b/docs/isp_flashing_guide.md index 356e40dd3..7efcd9ee3 100644 --- a/docs/isp_flashing_guide.md +++ b/docs/isp_flashing_guide.md | |||
| @@ -45,6 +45,7 @@ You'll need one of the following to actually perform the ISP flashing (followed | |||
| 45 | 45 | ||
| 46 | * [SparkFun PocketAVR](https://www.sparkfun.com/products/9825) - (USB Tiny) | 46 | * [SparkFun PocketAVR](https://www.sparkfun.com/products/9825) - (USB Tiny) |
| 47 | * [USBtinyISP AVR Programmer Kit](https://www.adafruit.com/product/46) - (USB Tiny) | 47 | * [USBtinyISP AVR Programmer Kit](https://www.adafruit.com/product/46) - (USB Tiny) |
| 48 | * [USBasp](https://www.fischl.de/usbasp/) - (usbasp) | ||
| 48 | * [Teensy 2.0](https://www.pjrc.com/store/teensy.html) - (avrisp) | 49 | * [Teensy 2.0](https://www.pjrc.com/store/teensy.html) - (avrisp) |
| 49 | * [Pro Micro](https://www.sparkfun.com/products/12640) - (avrisp) | 50 | * [Pro Micro](https://www.sparkfun.com/products/12640) - (avrisp) |
| 50 | * [Bus Pirate](https://www.adafruit.com/product/237) - (buspirate) | 51 | * [Bus Pirate](https://www.adafruit.com/product/237) - (buspirate) |
| @@ -82,6 +83,15 @@ This is pretty straight-forward - we'll be connecting like-things to like-things | |||
| 82 | PocketAVR VCC <-> Keyboard VCC | 83 | PocketAVR VCC <-> Keyboard VCC |
| 83 | PocketAVR GND <-> Keyboard GND | 84 | PocketAVR GND <-> Keyboard GND |
| 84 | 85 | ||
| 86 | ### USBasp | ||
| 87 | |||
| 88 | USBasp RST <-> Keyboard RESET | ||
| 89 | USBasp SCLK <-> Keyboard B1 (SCLK) | ||
| 90 | USBasp MOSI <-> Keyboard B2 (MOSI) | ||
| 91 | USBasp MISO <-> Keyboard B3 (MISO) | ||
| 92 | USBasp VCC <-> Keyboard VCC | ||
| 93 | USBasp GND <-> Keyboard GND | ||
| 94 | |||
| 85 | ### Teensy 2.0 | 95 | ### Teensy 2.0 |
| 86 | 96 | ||
| 87 | Teensy B0 <-> Keyboard RESET | 97 | Teensy B0 <-> Keyboard RESET |
