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