Skip to content

Commit a2f66e3

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ports/litex/mpconfigport.h

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

31-
#define MICROPY_PY_UJSON (0)
31+
#define MICROPY_PY_COLLECTIONS_ORDEREDDICT (1)
32+
#define MICROPY_PY_UJSON (1)
3233
#define CIRCUITPY_INTERNAL_NVM_SIZE (0)
3334
#define MICROPY_NLR_THUMB (0)
35+
#define MICROPY_PY_UBINASCII (1)
3436

3537
#include "py/circuitpy_mpconfig.h"
3638

0 commit comments

Comments
 (0)