mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-01-17 01:18:06 +00:00
Just install the SDK in the workflow
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
6fc91962bd
commit
79372ced2f
1 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
bash <(curl -s https://raw.githubusercontent.com/raspberrypi/pico-setup/master/pico_setup.sh)
|
||||
apt install cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib
|
||||
git clone https://github.com/raspberrypi/pico-sdk
|
||||
mkdir build
|
||||
cd build
|
||||
cmake .. -DDPICO_SDK_PATH=../pico-sdk
|
||||
make
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue