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 bb527ac commit 61f777cCopy full SHA for 61f777c
ports/litex/mpconfigport.h
@@ -28,9 +28,12 @@
28
#ifndef FPGA_MPCONFIGPORT_H__
29
#define FPGA_MPCONFIGPORT_H__
30
31
-#define MICROPY_PY_UJSON (0)
32
#define CIRCUITPY_INTERNAL_NVM_SIZE (0)
33
#define MICROPY_NLR_THUMB (0)
+#define MICROPY_PY_COLLECTIONS_ORDEREDDICT (1)
34
+#define MICROPY_PY_REVERSE_SPECIAL_METHODS (1)
35
+#define MICROPY_PY_UBINASCII (1)
36
+#define MICROPY_PY_UJSON (1)
37
38
#include "py/circuitpy_mpconfig.h"
39
0 commit comments