From a473f5c4166bb559fc2fb58d82b059b415a944a6 Mon Sep 17 00:00:00 2001 From: Andy Reynolds Date: Wed, 24 Jun 2026 18:03:54 +0100 Subject: [PATCH 1/2] Add Zolex Labs Ltd org + 1209:8800 Zolex Superboard --- 1209/8800/index.md | 9 +++++++++ org/zolex/index.md | 6 ++++++ 2 files changed, 15 insertions(+) create mode 100644 1209/8800/index.md create mode 100644 org/zolex/index.md diff --git a/1209/8800/index.md b/1209/8800/index.md new file mode 100644 index 00000000..700fa913 --- /dev/null +++ b/1209/8800/index.md @@ -0,0 +1,9 @@ +--- +layout: pid +title: Zolex Superboard +owner: zolex +license: CERN-OHL-S-2.0 +site: https://zolex.co/sb +source: https://github.com/zolexlabs/superboard +--- +Zolex Superboard -- RP2040 dev board with a built-in logic analyser, CMSIS-DAP probe and 25-LED dashboard. diff --git a/org/zolex/index.md b/org/zolex/index.md new file mode 100644 index 00000000..be45f1cc --- /dev/null +++ b/org/zolex/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Zolex Labs Ltd +site: https://zolex.co/ +--- +Open hardware for embedded development -- maker of the Zolex Superboard. From fff68d52e7a63af69d89a27471192450cd69ff95 Mon Sep 17 00:00:00 2001 From: Andy Reynolds Date: Wed, 12 Aug 2026 20:40:55 +0100 Subject: [PATCH 2/2] 1209/8800: add software links --- 1209/8800/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/1209/8800/index.md b/1209/8800/index.md index 700fa913..092a1f3c 100644 --- a/1209/8800/index.md +++ b/1209/8800/index.md @@ -7,3 +7,8 @@ site: https://zolex.co/sb source: https://github.com/zolexlabs/superboard --- Zolex Superboard -- RP2040 dev board with a built-in logic analyser, CMSIS-DAP probe and 25-LED dashboard. + +Hardware (schematic, PCB, BOM) is CERN-OHL-S-2.0. The logic analyser is MIT throughout -- wire protocol +and device firmware at , host implementation +at . The debug interface is +CMSIS-DAP, so pyOCD and OpenOCD drive it unmodified.