File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ set(MICROPY_SOURCE_EXTMOD
1212 ${MICROPY_EXTMOD_DIR} /modbluetooth.c
1313 ${MICROPY_EXTMOD_DIR} /modbtree.c
1414 ${MICROPY_EXTMOD_DIR} /modframebuf.c
15+ ${MICROPY_EXTMOD_DIR} /modonewire.c
1516 ${MICROPY_EXTMOD_DIR} /moduasyncio.c
1617 ${MICROPY_EXTMOD_DIR} /modubinascii.c
1718 ${MICROPY_EXTMOD_DIR} /moducryptolib.c
Original file line number Diff line number Diff line change @@ -9,10 +9,6 @@ set(MICROPY_QSTRDEFS_PORT
99 ${PROJECT_DIR} /qstrdefsport.h
1010)
1111
12- set (MICROPY_SOURCE_EXTMOD_EXTRA
13- ${MICROPY_DIR} /extmod/modonewire.c
14- )
15-
1612set (MICROPY_SOURCE_LIB
1713 ${MICROPY_DIR} /lib/littlefs/lfs1.c
1814 ${MICROPY_DIR} /lib/littlefs/lfs1_util.c
@@ -75,7 +71,6 @@ set(MICROPY_SOURCE_PORT
7571set (MICROPY_SOURCE_QSTR
7672 ${MICROPY_SOURCE_PY}
7773 ${MICROPY_SOURCE_EXTMOD}
78- ${MICROPY_SOURCE_EXTMOD_EXTRA}
7974 ${MICROPY_SOURCE_LIB}
8075 ${MICROPY_SOURCE_PORT}
8176)
@@ -129,7 +124,6 @@ idf_component_register(
129124 SRCS
130125 ${MICROPY_SOURCE_PY}
131126 ${MICROPY_SOURCE_EXTMOD}
132- ${MICROPY_SOURCE_EXTMOD_EXTRA}
133127 ${MICROPY_SOURCE_LIB}
134128 ${MICROPY_SOURCE_DRIVERS}
135129 ${MICROPY_SOURCE_PORT}
You can’t perform that action at this time.
0 commit comments