From 0e215a9fbab5f15f8c459062b5ec75de2a83f403 Mon Sep 17 00:00:00 2001 From: robert-hh Date: Mon, 26 Jun 2023 20:26:59 +0200 Subject: [PATCH] samd/mpconfigport: Provide the platform module. Signed-off-by: robert-hh --- ports/samd/mpconfigport.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ports/samd/mpconfigport.h b/ports/samd/mpconfigport.h index f3fe38d764..600c79da04 100644 --- a/ports/samd/mpconfigport.h +++ b/ports/samd/mpconfigport.h @@ -129,6 +129,8 @@ #define MICROPY_PY_MACHINE_PIN_MAKE_NEW mp_pin_make_new #define MICROPY_PY_MACHINE_DHT_READINTO (1) #define MICROPY_PY_ONEWIRE (1) +#define MICROPY_PY_PLATFORM (1) +#define MICROPY_PLATFORM_VERSION "ASF4" #define MP_STATE_PORT MP_STATE_VM