2 Commits

Author SHA1 Message Date
cecio
55e05a6a1e updated README 2026-03-26 21:43:41 +01:00
cecio
9bc181d14f update 2026-03-26 21:31:57 +01:00

View File

@@ -2,6 +2,7 @@
> [!NOTE]
> **USBvalve Version 1.0.0**
>
> A complete rewrite of the application has been done:
> - moved away from Arduino IDE environment, now the code is written for the [Pi Pico SDK](https://github.com/raspberrypi/pico-sdk)
> - dependencies on external libraries has been reduced a lot
@@ -219,6 +220,9 @@ Obviously you can also build your own firmware. To build you need the *Raspberry
Basic recompile instructions:
```
export PICO_SDK_PATH=</path/to/pico-sdk>
git clone --recursive https://github.com/cecio/USBvalve.git
cd USBvalve
mkdir build && cd build
cmake -DPICO_BOARD=pico .. # or pico2 for standard build
make -j$(nproc)