We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bbba1f commit 29854e3Copy full SHA for 29854e3
ports/zephyr/CMakeLists.txt
@@ -30,6 +30,7 @@ project(micropython)
30
set(MICROPY_PORT_DIR ${CMAKE_CURRENT_SOURCE_DIR})
31
set(MICROPY_DIR ${MICROPY_PORT_DIR}/../..)
32
set(MICROPY_TARGET micropython)
33
+set(MICROPY_BOARD ${BOARD}) # maybe zephyr_${BOARD} or even uppercase version of that?
34
35
include(${MICROPY_DIR}/py/py.cmake)
36
include(${MICROPY_DIR}/extmod/extmod.cmake)
0 commit comments