mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
zephyr/CMakeLists.txt: Enable sys.implementation._build.
This is, eg, `ZEPHYR_NUCLEO_WB55RG`. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -30,6 +30,7 @@ project(micropython)
|
||||
set(MICROPY_PORT_DIR ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
set(MICROPY_DIR ${MICROPY_PORT_DIR}/../..)
|
||||
set(MICROPY_TARGET micropython)
|
||||
string(TOUPPER ZEPHYR_${BOARD} MICROPY_BOARD)
|
||||
|
||||
include(${MICROPY_DIR}/py/py.cmake)
|
||||
include(${MICROPY_DIR}/extmod/extmod.cmake)
|
||||
|
||||
Reference in New Issue
Block a user