From d037e759910c5309759026d2ef7bded11df9ebe1 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Wed, 25 May 2022 10:52:22 +0200 Subject: [PATCH] rp2/mpconfigport.h: Enable static scheduler nodes. --- ports/rp2/mpconfigport.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/rp2/mpconfigport.h b/ports/rp2/mpconfigport.h index f71ddce7c5..aafa374628 100644 --- a/ports/rp2/mpconfigport.h +++ b/ports/rp2/mpconfigport.h @@ -68,6 +68,7 @@ #define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT) #define MICROPY_USE_INTERNAL_ERRNO (1) #define MICROPY_SCHEDULER_DEPTH (8) +#define MICROPY_SCHEDULER_STATIC_NODES (1) // Fine control over Python builtins, classes, modules, etc #define MICROPY_PY_BUILTINS_HELP_TEXT rp2_help_text