esp32/mpconfigport.h: Enable reverse and inplace special methods.

Reverse operations are supported on stm32 and rp2, and esp32 has enough
space to also enable inplace operations, to make it complete.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
pull/7611/head
Jim Mussared 2021-08-04 15:35:00 +10:00 zatwierdzone przez Damien George
rodzic 028fc815cd
commit bfc8e88ce1
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -82,6 +82,8 @@
#define MICROPY_PY_BUILTINS_RANGE_ATTRS (1)
#define MICROPY_PY_BUILTINS_ROUND_INT (1)
#define MICROPY_PY_ALL_SPECIAL_METHODS (1)
#define MICROPY_PY_ALL_INPLACE_SPECIAL_METHODS (1)
#define MICROPY_PY_REVERSE_SPECIAL_METHODS (1)
#define MICROPY_PY_BUILTINS_COMPILE (1)
#define MICROPY_PY_BUILTINS_ENUMERATE (1)
#define MICROPY_PY_BUILTINS_EXECFILE (1)