mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
rp2: Use local tinyusb instead of the one in pico-sdk.
So that all MicroPython ports that use tinyusb use the same version. Also requires fewer submodule checkouts when building rp2 along with other ports that use tinyusb. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -195,8 +195,7 @@ function ci_rp2_setup {
|
||||
|
||||
function ci_rp2_build {
|
||||
make ${MAKEOPTS} -C mpy-cross
|
||||
git submodule update --init lib/pico-sdk
|
||||
git -C lib/pico-sdk submodule update --init lib/tinyusb
|
||||
git submodule update --init lib/pico-sdk lib/tinyusb
|
||||
make ${MAKEOPTS} -C ports/rp2
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user