Not downloading nested submodules for tinyusb

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2022-08-18 23:53:49 +02:00
parent 52c7be4e16
commit 7e6ed20b26
No known key found for this signature in database
GPG Key ID: C0095B7870A4CCD3

View File

@ -5,7 +5,7 @@ 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 --recursive
git submodule update --init
cd ..
mkdir build
cd build