diff options
| author | iabdalkader <i.abdalkader@gmail.com> | 2022-05-25 10:52:22 +0200 |
|---|---|---|
| committer | iabdalkader <i.abdalkader@gmail.com> | 2022-05-25 16:05:50 +0200 |
| commit | d037e759910c5309759026d2ef7bded11df9ebe1 (patch) | |
| tree | f51f78fbe8483f4788bc7fc1d67d4d1376fbf7c6 | |
| parent | 6e71cde6aad2b2ed3d431d8d94c9bd2ee52e319d (diff) | |
rp2/mpconfigport.h: Enable static scheduler nodes.
| -rw-r--r-- | ports/rp2/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/rp2/mpconfigport.h b/ports/rp2/mpconfigport.h index f71ddce7c..aafa37462 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 |
