1 parent e094200 commit 4352b94Copy full SHA for 4352b94
1 file changed
zephyr/mpconfigport.h
@@ -80,6 +80,8 @@
80
#define MICROPY_COMP_CONST (0)
81
#define MICROPY_COMP_DOUBLE_TUPLE_ASSIGN (0)
82
83
+#define MICROPY_PY_SYS_PLATFORM "zephyr"
84
+
85
#ifdef CONFIG_BOARD
86
#define MICROPY_HW_BOARD_NAME "zephyr-" CONFIG_BOARD
87
#else
0 commit comments