Skip to content
Snippets Groups Projects
Verified Commit 0e5e760f authored by rahix's avatar rahix
Browse files

feat(pycardium): Enable urandom


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 1095dde3
No related branches found
No related tags found
No related merge requests found
......@@ -18,9 +18,13 @@
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
#define MICROPY_HELPER_REPL (1)
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_LONGLONG)
/* Builtin function and modules */
#define MICROPY_PY_BUILTINS_HELP (1)
#define MICROPY_PY_BUILTINS_HELP_MODULES (1)
#define MICROPY_PY_UTIME_MP_HAL (1)
#define MICROPY_PY_URANDOM (1)
#define MICROPY_PY_URANDOM_EXTRA_FUNCS (1)
/* Modules */
#define MODULE_UTIME_ENABLED (1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment