diff --git a/content/debuggers/Digilent_HS2.md b/content/debuggers/Digilent_HS2.md new file mode 100644 index 0000000..65793ab --- /dev/null +++ b/content/debuggers/Digilent_HS2.md @@ -0,0 +1,22 @@ +--- +title: "Digilent HS2" +date: 2023-06-12T20:59:43-07:00 +draft: false +--- + +
+ +
Digilent HS2
+
+ +This ICE primarily targets Xilinx FPGAs. + + +## Host Interface + +USB 2.0 Type Micro-AB + +## Special Features + +* Has an adapter to support 2x7, 2mm Xilinx JTAG programming header. +* FTDI-based interface. diff --git a/content/debuggers/HW-USBN-2B.md b/content/debuggers/HW-USBN-2B.md new file mode 100644 index 0000000..afe1989 --- /dev/null +++ b/content/debuggers/HW-USBN-2B.md @@ -0,0 +1,29 @@ +--- +title: "Lattice, HW-USBN-2B" +date: 2023-06-12T20:22:23-07:00 +draft: false +--- + +
+ +
Lattice, HW-USBN-2B
+
+ +This ICE works for various Lattice FPGAs including: + +* Crosslink, Crosslink-NX +* ECP5 +* MachXO families +* others - see the [User's Guide](https://www.latticesemi.com/view_document?document_id=143). + +## Host Interface + +USB 2.0 Mini-B + +## Special Features + +This ICE has some special features: + +1. It can make requests using serial protocols other than JTAG: + 1. I2C + 2. SPI diff --git a/content/debuggers/JLink_Plus.md b/content/debuggers/JLink_Plus.md new file mode 100644 index 0000000..8205db9 --- /dev/null +++ b/content/debuggers/JLink_Plus.md @@ -0,0 +1,22 @@ +--- +title: "JLink Plus" +date: 2023-06-12T20:37:18-07:00 +draft: false +--- + +
+ +
J-Link Plus with Cortex-M Adapter
+
+ +This ICE works with a wide variety of MCUs. See [Segger's supported device list](https://www.segger.com/supported-devices/) for more info. + +Typically supports most ARM cores, PICs, STM8, MSP430s, and many others. + +## Host Interface + +USB 2.0 Type B + +## Special Features + +* Supports SPI for certain chips. diff --git a/content/debuggers/_index.md b/content/debuggers/_index.md new file mode 100644 index 0000000..f14fab4 --- /dev/null +++ b/content/debuggers/_index.md @@ -0,0 +1,9 @@ +--- +title: "The Menagerie" +date: 2023-06-12T20:37:18-07:00 +draft: false +--- + +Come one, come all! You won't want to miss the menagerie of debuggers. See everything from the grotesque to the elegant. + +Have a debugger that you think should be added to the collection? [Open a PR!](https://github.com/callendorph/callendorph.github.io/pulls). diff --git a/hugo.toml b/hugo.toml index 488f880..99a0ad9 100644 --- a/hugo.toml +++ b/hugo.toml @@ -35,6 +35,12 @@ url = "mailto:callendorph@gmail.com" url = "/about/" weight = 10 + [[menu.main]] + identifier = "ICEs" + name = "Debuggers" + url = "/debuggers/" + weight = 10 + [taxonomies] category = "categories" tag = "tags" diff --git a/static/images/JlinkPlus.jpg b/static/images/JlinkPlus.jpg new file mode 100644 index 0000000..8d24a69 Binary files /dev/null and b/static/images/JlinkPlus.jpg differ