diff options
| author | Paul Sokolovsky | 2017-05-08 19:28:38 +0300 |
|---|---|---|
| committer | Damien George | 2018-05-21 10:35:16 +1000 |
| commit | 080b0be1c8c6021126a6735af12f2c6909f1b01d (patch) | |
| tree | 2acccb7542b639e28ba023b8434548d988e2484c | |
| parent | 9480c188e82a73fce9a6d855fdd7269717f10b25 (diff) | |
zephyr/mpconfigport.h: Enable uhashlib and ubinascii modules.
To be able to use data integrity checks in various tests.
| -rw-r--r-- | ports/zephyr/mpconfigport.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/zephyr/mpconfigport.h b/ports/zephyr/mpconfigport.h index 7ff05f45a..5f5a5c3d2 100644 --- a/ports/zephyr/mpconfigport.h +++ b/ports/zephyr/mpconfigport.h @@ -67,6 +67,8 @@ #define MICROPY_PY_UERRNO (1) #define MICROPY_PY_USOCKET (1) #endif +#define MICROPY_PY_UBINASCII (1) +#define MICROPY_PY_UHASHLIB (1) #define MICROPY_PY_UTIME (1) #define MICROPY_PY_UTIME_MP_HAL (1) #define MICROPY_PY_ZEPHYR (1) |
