mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 01:40:14 +01:00
Add new board Silicognition RP2040-Shim, RP2040 with 4 MB of flash and W5500 drivers included and configured by default for use with the Silicognition PoE-FeatherWing. Co-authored-by: Matt Trentini <matt.trentini@gmail.com> Signed-off-by: Patrick Van Oosterwijck <patrick@silicognition.com>
6 lines
188 B
CMake
6 lines
188 B
CMake
# cmake file for Silicognition RP2040-Shim
|
|
set(PICO_BOARD none)
|
|
set(MICROPY_PY_NETWORK_WIZNET5K W5500)
|
|
set(MICROPY_PY_LWIP 1)
|
|
set(MICROPY_FROZEN_MANIFEST ${MICROPY_BOARD_DIR}/manifest.py)
|