Skip to content

Commit 61f777c

Browse files
committed
litex: enable binascii and ujson modules
Signed-off-by: Sean Cross <[email protected]>
1 parent bb527ac commit 61f777c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ports/litex/mpconfigport.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,12 @@
2828
#ifndef FPGA_MPCONFIGPORT_H__
2929
#define FPGA_MPCONFIGPORT_H__
3030

31-
#define MICROPY_PY_UJSON (0)
3231
#define CIRCUITPY_INTERNAL_NVM_SIZE (0)
3332
#define MICROPY_NLR_THUMB (0)
33+
#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)
3437

3538
#include "py/circuitpy_mpconfig.h"
3639

0 commit comments

Comments
 (0)