mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 19:50:30 +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:
@@ -14,6 +14,9 @@ else()
|
||||
set(PICO_SDK_PATH ../../lib/pico-sdk)
|
||||
endif()
|
||||
|
||||
# Use the local tinyusb instead of the one in pico-sdk
|
||||
set(PICO_TINYUSB_PATH ${MPY_DIR}/lib/tinyusb)
|
||||
|
||||
# Include component cmake fragments
|
||||
include(micropy_py.cmake)
|
||||
include(micropy_extmod.cmake)
|
||||
|
||||
Reference in New Issue
Block a user