Compare commits
1 Commits
developmen
...
ajkrj/patc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
710f4324ad |
@@ -195,8 +195,8 @@ Before building, ensure you have installed the toolchain for the Pico and the Pi
|
|||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/polhenarejos/pico-hsm
|
git clone https://github.com/polhenarejos/pico-hsm
|
||||||
git submodule update --init --recursive
|
|
||||||
cd pico-hsm
|
cd pico-hsm
|
||||||
|
git submodule update --init --recursive
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
PICO_SDK_PATH=/path/to/pico-sdk cmake .. -DPICO_BOARD=board_type -DUSB_VID=0x1234 -DUSB_PID=0x5678
|
PICO_SDK_PATH=/path/to/pico-sdk cmake .. -DPICO_BOARD=board_type -DUSB_VID=0x1234 -DUSB_PID=0x5678
|
||||||
|
|||||||
Reference in New Issue
Block a user