mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-04-17 21:58:27 +00:00
Merge branch 'master' into development
Some checks failed
CodeQL / Analyze (push) Has been cancelled
Emulation and test / build (push) Has been cancelled
Emulation and test / test (pkcs11) (push) Has been cancelled
Emulation and test / test (pytest) (push) Has been cancelled
Emulation and test / test (sc-hsm-pkcs11) (push) Has been cancelled
Some checks failed
CodeQL / Analyze (push) Has been cancelled
Emulation and test / build (push) Has been cancelled
Emulation and test / test (pkcs11) (push) Has been cancelled
Emulation and test / test (pytest) (push) Has been cancelled
Emulation and test / test (sc-hsm-pkcs11) (push) Has been cancelled
This commit is contained in:
commit
50cf1f355a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue