diff options
| author | Damien George | 2014-09-17 22:56:34 +0100 |
|---|---|---|
| committer | Damien George | 2014-09-17 22:56:34 +0100 |
| commit | 612045f53f7e5edf9faa359ee9ee52d490d58000 (patch) | |
| tree | a021612e31ff6275246514405c4a8421c6eff5d7 /stmhal | |
| parent | 8a9b999f1c9a0edf84b2507940efb8deaaa380b8 (diff) | |
py: Add native json printing using existing print framework.
Also add start of ujson module with dumps implemented. Enabled in unix
and stmhal ports. Test passes on both.
Diffstat (limited to 'stmhal')
| -rw-r--r-- | stmhal/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/mpconfigport.h b/stmhal/mpconfigport.h index bfd399a76..5e6faa4df 100644 --- a/stmhal/mpconfigport.h +++ b/stmhal/mpconfigport.h @@ -57,6 +57,7 @@ #define MICROPY_PY_IO_FILEIO (1) #define MICROPY_PY_UCTYPES (1) #define MICROPY_PY_ZLIBD (1) +#define MICROPY_PY_UJSON (1) #define MICROPY_ENABLE_EMERGENCY_EXCEPTION_BUF (1) #define MICROPY_EMERGENCY_EXCEPTION_BUF_SIZE (0) |
