From: J. Neuschäfer Date: Wed, 14 May 2025 13:27:07 +0000 (+0200) Subject: raspberrypi-pico: Add link to firmware repo X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=84324bf7ddeaa6536297bbc3b20c4225c8668a84;p=libsigrok.git raspberrypi-pico: Add link to firmware repo 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. --- diff --git a/src/hardware/raspberrypi-pico/protocol.h b/src/hardware/raspberrypi-pico/protocol.h index 45a8a2a3..10b89cce 100644 --- a/src/hardware/raspberrypi-pico/protocol.h +++ b/src/hardware/raspberrypi-pico/protocol.h @@ -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 #include #include