We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19700e commit db01f88Copy full SHA for db01f88
ports/cxd56/boards/spresense/mpconfigboard.h
@@ -36,3 +36,6 @@
36
37
#define DEFAULT_UART_BUS_RX (&pin_UART2_RXD)
38
#define DEFAULT_UART_BUS_TX (&pin_UART2_TXD)
39
+
40
+#define MICROPY_PY_REVERSE_SPECIAL_METHODS (1)
41
ports/mimxrt10xx/mpconfigport.h
@@ -44,7 +44,7 @@ extern uint8_t _ld_default_stack_size;
44
#define MICROPY_PY_FUNCTION_ATTRS (0)
45
#define MICROPY_PY_IO (1)
46
#define MICROPY_PY_UJSON (1)
47
-#define MICROPY_PY_REVERSE_SPECIAL_METHODS (0)
48
49
50
#define CIRCUITPY_INTERNAL_FLASH_FILESYSTEM_START_ADDR ((uint32_t) &_ld_filesystem_start)
0 commit comments