We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ae3ad commit 402fdc4Copy full SHA for 402fdc4
extmod/modplatform.h
@@ -43,6 +43,8 @@
43
#define MICROPY_PLATFORM_ARCH "x86"
44
#elif defined(__xtensa__)
45
#define MICROPY_PLATFORM_ARCH "xtensa"
46
+#elif defined(__riscv)
47
+#define MICROPY_PLATFORM_ARCH "riscv"
48
#else
49
#define MICROPY_PLATFORM_ARCH ""
50
#endif
0 commit comments