From d06d3c2a1862ae2efe47cc507efb4765958311ee Mon Sep 17 00:00:00 2001 From: Max Geiger Date: Tue, 7 Jul 2026 21:21:38 +0200 Subject: [PATCH] Add RP2040 Digital Logic Analyzer PID request --- 1209/4A10/index.md | 14 ++++++++++++++ org/blackpancakes/index.md | 7 +++++++ 2 files changed, 21 insertions(+) create mode 100644 1209/4A10/index.md create mode 100644 org/blackpancakes/index.md diff --git a/1209/4A10/index.md b/1209/4A10/index.md new file mode 100644 index 00000000..1213be02 --- /dev/null +++ b/1209/4A10/index.md @@ -0,0 +1,14 @@ +--- +layout: pid +title: RP2040 Digital Logic Analyzer +owner: blackpancakes +license: CERN-OHL-P-2.0 +site: https://github.com/BlackPancakes/RP2040-Logic-Analyzer +source: https://github.com/BlackPancakes/RP2040-Logic-Analyzer +--- + +An open-source 8-channel USB digital logic analyzer based on the Raspberry Pi RP2040 microcontroller. + +The repository contains modifiable KiCad PCB design files, production Gerber files, +documentation, and firmware source code. The hardware design is licensed under +CERN-OHL-P-2.0 and the firmware is licensed under the MIT License. diff --git a/org/blackpancakes/index.md b/org/blackpancakes/index.md new file mode 100644 index 00000000..74f09c0f --- /dev/null +++ b/org/blackpancakes/index.md @@ -0,0 +1,7 @@ +--- +layout: org +title: BlackPancakes +site: https://github.com/BlackPancakes +--- + +Open-source electronics and embedded hardware projects.