We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f89c38 commit 9f6604eCopy full SHA for 9f6604e
ports/mimxrt/mpconfigport.h
@@ -135,6 +135,7 @@ uint32_t trng_random_u32(void);
135
#define MICROPY_PY_MACHINE_SOFTSPI (1)
136
#define MICROPY_PY_FRAMEBUF (1)
137
#define MICROPY_PY_ONEWIRE (1)
138
+#define MICROPY_PY_UPLATFORM (1)
139
140
// fatfs configuration used in ffconf.h
141
#define MICROPY_FATFS_ENABLE_LFN (1)
ports/mimxrt/mphalport.h
@@ -33,6 +33,8 @@
33
#include "pin.h"
34
#include "fsl_clock.h"
35
36
+#define MICROPY_HAL_VERSION "2.8.0"
37
+
38
#define MP_HAL_PIN_FMT "%q"
39
extern ringbuf_t stdin_ringbuf;
40
0 commit comments