mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
zephyr/mpconfigport.h: Enable uhashlib and ubinascii modules.
To be able to use data integrity checks in various tests.
This commit is contained in:
committed by
Damien George
parent
9480c188e8
commit
080b0be1c8
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user