summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2025-08-04 02:00:47 +1000
committerDamien George <damien@micropython.org>2025-08-04 10:41:06 +1000
commit255d74b5a8c31ec06d1c2c528f7888f6c2dfc246 (patch)
treec6f6e1b2fad17c9ec80fc47937a16b627acae1e4
parent7c8ae78a0384ce3fac2e9421df2590ef7d7031ef (diff)
renesas-ra/mpconfigport: Enable MICROPY_TIME_SUPPORT_Y1969_AND_BEFORE.HEADorigin/masterorigin/HEADmaster
This setting was missed in df05caea6c6437a8b4756ec502a5e6210f4b6256. It's needed for this port to pass its `tests/ports/renesas-ra/modtime.py` test. Signed-off-by: Damien George <damien@micropython.org>
-rw-r--r--ports/renesas-ra/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/renesas-ra/mpconfigport.h b/ports/renesas-ra/mpconfigport.h
index 868cdbc7d..70d38e7d2 100644
--- a/ports/renesas-ra/mpconfigport.h
+++ b/ports/renesas-ra/mpconfigport.h
@@ -99,6 +99,7 @@
#ifndef MICROPY_FLOAT_IMPL // can be configured by each board via mpconfigboard.mk
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
#endif
+#define MICROPY_TIME_SUPPORT_Y1969_AND_BEFORE (1)
#define MICROPY_USE_INTERNAL_ERRNO (1)
#define MICROPY_SCHEDULER_DEPTH (8)
#define MICROPY_SCHEDULER_STATIC_NODES (1)