mirror of
https://github.com/cecio/USBvalve.git
synced 2026-04-22 17:01:22 +00:00
updated README
This commit is contained in:
@@ -220,6 +220,9 @@ Obviously you can also build your own firmware. To build you need the *Raspberry
|
|||||||
Basic recompile instructions:
|
Basic recompile instructions:
|
||||||
```
|
```
|
||||||
export PICO_SDK_PATH=</path/to/pico-sdk>
|
export PICO_SDK_PATH=</path/to/pico-sdk>
|
||||||
|
|
||||||
|
git clone --recursive https://github.com/cecio/USBvalve.git
|
||||||
|
cd USBvalve
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
cmake -DPICO_BOARD=pico .. # or pico2 for standard build
|
cmake -DPICO_BOARD=pico .. # or pico2 for standard build
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
|
|||||||
Reference in New Issue
Block a user