8000 litex: enable binascii and ujson modules · adafruit/circuitpython@faa446a · GitHub
[go: up one dir, main page]

Skip to content

Commit faa446a

Browse files
committed
litex: enable binascii and ujson modules
Signed-off-by: Sean Cross <sean@xobs.io>
1 parent bb527ac commit faa446a

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)
0