Add copy of PICO_W board with disabled threading
This commit is contained in:
17
software/boards/RPI_PICO_W/mpconfigboard.cmake
Normal file
17
software/boards/RPI_PICO_W/mpconfigboard.cmake
Normal file
@@ -0,0 +1,17 @@
|
||||
# cmake file for Raspberry Pi Pico W
|
||||
|
||||
set(PICO_BOARD "pico_w")
|
||||
|
||||
set(MICROPY_PY_LWIP ON)
|
||||
set(MICROPY_PY_NETWORK_CYW43 ON)
|
||||
|
||||
# Bluetooth
|
||||
set(MICROPY_PY_BLUETOOTH ON)
|
||||
set(MICROPY_BLUETOOTH_BTSTACK ON)
|
||||
set(MICROPY_PY_BLUETOOTH_CYW43 ON)
|
||||
|
||||
# Board specific version of the frozen manifest
|
||||
set(MICROPY_FROZEN_MANIFEST ${MICROPY_BOARD_DIR}/manifest.py)
|
||||
|
||||
set(GEN_PINS_BOARD_CSV "${CMAKE_CURRENT_LIST_DIR}/pins.csv")
|
||||
set(GEN_PINS_CSV_ARG --board-csv "${GEN_PINS_BOARD_CSV}")
|
||||
Reference in New Issue
Block a user