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

WIP: Enable utime


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 4210fd68
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ SRC_C = \ ...@@ -50,7 +50,7 @@ SRC_C = \
lib/libc/string0.c \ lib/libc/string0.c \
lib/mp-readline/readline.c \ lib/mp-readline/readline.c \
OBJ = $(PY_CORE_O) $(addprefix $(BUILD)/, $(SRC_C:.c=.o)) OBJ = $(PY_O) $(addprefix $(BUILD)/, $(SRC_C:.c=.o))
# SDK compilation hack # SDK compilation hack
......
...@@ -58,6 +58,7 @@ ...@@ -58,6 +58,7 @@
#define MICROPY_CPYTHON_COMPAT (0) #define MICROPY_CPYTHON_COMPAT (0)
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_LONGLONG) #define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_LONGLONG)
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT) #define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
#define MICROPY_PY_UTIME_MP_HAL (1)
// type definitions for the specific machine // type definitions for the specific machine
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment