Skip to content

Commit 29854e3

Browse files
committed
zephyr/CMakeLists.txt: Enable sys.implementation._build.
This is, eg, `rpi_pico`. Signed-off-by: Damien George <damien@micropython.org>
1 parent 1bbba1f commit 29854e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/zephyr/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ project(micropython)
3030
set(MICROPY_PORT_DIR ${CMAKE_CURRENT_SOURCE_DIR})
3131
set(MICROPY_DIR ${MICROPY_PORT_DIR}/../..)
3232
set(MICROPY_TARGET micropython)
33+
set(MICROPY_BOARD ${BOARD}) # maybe zephyr_${BOARD} or even uppercase version of that?
3334

3435
include(${MICROPY_DIR}/py/py.cmake)
3536
include(${MICROPY_DIR}/extmod/extmod.cmake)

0 commit comments

Comments
 (0)