samd/mpconfigport: Provide the platform module.

Signed-off-by: robert-hh <robert@hammelrath.com>
This commit is contained in:
robert-hh 2023-06-26 20:26:59 +02:00 committed by Damien George
parent 057f3b0020
commit 0e215a9fba
1 changed files with 2 additions and 0 deletions

View File

@ -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