mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
rp2/mpconfigport.h: Enable static scheduler nodes.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user