mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-01-17 01:18:06 +00:00
Fix autobuild
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
80b2bab0f8
commit
7d27c4b546
1 changed files with 1 additions and 1 deletions
|
|
@ -5,5 +5,5 @@ sudo apt install -y cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-ar
|
|||
git clone https://github.com/raspberrypi/pico-sdk
|
||||
mkdir build
|
||||
cd build
|
||||
cmake .. -DDPICO_SDK_PATH=../pico-sdk
|
||||
cmake -DPICO_SDK_PATH=../pico-sdk ..
|
||||
make
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue