summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobert-hh <robert@hammelrath.com>2023-06-26 20:26:59 +0200
committerDamien George <damien@micropython.org>2023-06-27 14:58:44 +1000
commit0e215a9fbab5f15f8c459062b5ec75de2a83f403 (patch)
treeebf9aa878ad1418ddb675511f76237738738e187
parent057f3b00204cc88d31a66f7d5999fc3c29b92fe4 (diff)
samd/mpconfigport: Provide the platform module.
Signed-off-by: robert-hh <robert@hammelrath.com>
-rw-r--r--ports/samd/mpconfigport.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/samd/mpconfigport.h b/ports/samd/mpconfigport.h
index f3fe38d76..600c79da0 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