mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 01:40:14 +01:00
rp2/boards/RPI_PICO2_W: Add RISCV variant for Pico 2 W.
Build with:
make BOARD=RPI_PICO2_W BOARD_VARIANT=RISCV
Signed-off-by: Peter Harper <peter.harper@raspberrypi.com>
This commit is contained in:
committed by
Damien George
parent
1b611dab03
commit
a70a90ccfc
@@ -407,7 +407,6 @@ if (MICROPY_PY_NETWORK_CYW43)
|
||||
|
||||
target_link_libraries(${MICROPY_TARGET}
|
||||
cyw43_driver_picow
|
||||
cmsis_core
|
||||
)
|
||||
target_include_directories(${MICROPY_TARGET} PRIVATE
|
||||
${MICROPY_DIR}/lib/cyw43-driver/
|
||||
|
||||
Reference in New Issue
Block a user