We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a596f commit fff66c3Copy full SHA for fff66c3
ports/mimxrt/mpconfigport.h
@@ -131,9 +131,9 @@ uint32_t trng_random_u32(void);
131
#define MICROPY_PY_WEBSOCKET (MICROPY_PY_LWIP)
132
#define MICROPY_PY_WEBREPL (MICROPY_PY_LWIP)
133
#define MICROPY_PY_LWIP_SOCK_RAW (MICROPY_PY_LWIP)
134
-// #define MICROPY_PY_HASHLIB_MD5 (MICROPY_PY_SSL)
+#define MICROPY_PY_HASHLIB_MD5 (MICROPY_PY_SSL)
135
#define MICROPY_PY_HASHLIB_SHA1 (MICROPY_PY_SSL)
136
-// #define MICROPY_PY_CRYPTOLIB (MICROPY_PY_SSL)
+#define MICROPY_PY_CRYPTOLIB (MICROPY_PY_SSL)
137
138
#ifndef MICROPY_PY_BLUETOOTH_ENABLE_CENTRAL_MODE
139
#define MICROPY_PY_BLUETOOTH_ENABLE_CENTRAL_MODE (1)
0 commit comments