]> sigrok.org Git - libsigrok.git/commitdiff
raspberrypi-pico: Add link to firmware repo
authorJ. Neuschäfer <redacted>
Wed, 14 May 2025 13:27:07 +0000 (15:27 +0200)
committerSoeren Apel <redacted>
Sun, 9 Nov 2025 01:15:17 +0000 (02:15 +0100)
Since the Raspberry Pi Pico is a programmable device with a myriad of
use-cases, it needs specific firmware to implement the same protocol as
the driver in src/hardware/raspberrypi-pico.

Add a link to make it easier to find the right firmware.

src/hardware/raspberrypi-pico/protocol.h

index 45a8a2a3ff94b4c37d87753869ce9a2127f8d50a..10b89cce8eb6d2d5fa9a00b1c94dd41b01389438 100644 (file)
@@ -20,6 +20,8 @@
 #ifndef LIBSIGROK_HARDWARE_RASPBERRYPI_PICO_PROTOCOL_H
 #define LIBSIGROK_HARDWARE_RASPBERRYPI_PICO_PROTOCOL_H
 
+/* Firmware: https://github.com/pico-coder/sigrok-pico */
+
 #include <stdint.h>
 #include <glib.h>
 #include <libsigrok/libsigrok.h>