ports: Enable descriptors on stm32, esp8266, esp32 ports.

They are now efficient (in runtime performance) and provide a useful
feature that's hard to obtain without them enabled.

See issue #3644 and PR #3826 for background.
This commit is contained in:
Damien George
2018-06-08 12:23:08 +10:00
parent 36c1052183
commit 93150a0d40
3 changed files with 3 additions and 0 deletions

View File

@@ -30,6 +30,7 @@
#define MICROPY_CAN_OVERRIDE_BUILTINS (1)
#define MICROPY_USE_INTERNAL_ERRNO (1)
#define MICROPY_ENABLE_SCHEDULER (1)
#define MICROPY_PY_DESCRIPTORS (1)
#define MICROPY_PY_ALL_SPECIAL_METHODS (1)
#define MICROPY_PY_BUILTINS_COMPLEX (0)
#define MICROPY_PY_BUILTINS_STR_UNICODE (1)