All checks were successful
Build RPi Pico firmware image / Build-Firmware (push) Successful in 4m18s
Check code formatting / Check-C-Format (push) Successful in 9s
Check code formatting / Check-Python-Flake8 (push) Successful in 9s
Check code formatting / Check-Bash-Shellcheck (push) Successful in 5s
Run unit tests on host / Run-Unit-Tests (push) Successful in 9s
11 lines
354 B
Bash
Executable File
11 lines
354 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
set -eu
|
|
|
|
git submodule update --init lib
|
|
git -C lib/micropython submodule update --init \
|
|
lib/pico-sdk lib/mbedtls lib/micropython-lib lib/tinyusb lib/btstack lib/cyw43-driver lib/lwip \
|
|
lib/berkeley-db-1.xx
|
|
git -C lib/micropython/lib/pico-sdk submodule update --init lib
|
|
git submodule update --init --recursive tools/mklittlefs
|