8000
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 de823e7 commit 425d8fcCopy full SHA for 425d8fc
ports/nrf/Makefile
@@ -232,6 +232,7 @@ SRC_LIB += $(addprefix shared/,\
232
runtime/pyexec.c \
233
runtime/sys_stdio_mphal.c \
234
runtime/interrupt_char.c \
235
+ runtime/tinyusb_helpers.c \
236
timeutils/timeutils.c \
237
)
238
ports/nrf/mpconfigport.h
@@ -157,6 +157,10 @@
157
#define MICROPY_MODULE_WEAK_LINKS (1)
158
#define MICROPY_CAN_OVERRIDE_BUILTINS (1)
159
#define MICROPY_USE_INTERNAL_ERRNO (1)
160
+#if MICROPY_HW_USB_CDC_1200BPS_TOUCH
161
+#define MICROPY_ENABLE_SCHEDULER (1)
162
+#define MICROPY_SCHEDULER_STATIC_NODES (1)
163
+#endif
164
#define MICROPY_PY_FUNCTION_ATTRS (1)
165
#define MICROPY_PY_BUILTINS_STR_UNICODE (1)
166
#define MICROPY_PY_BUILTINS_MEMORYVIEW (1)
0 commit comments