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 d854ac3 commit 23e5be1Copy full SHA for 23e5be1
src/mpy_cross_v6/__init__.py
@@ -18,6 +18,7 @@ class Arch(Enum):
18
X86 = "x86"
19
X64 = "x64"
20
ARMV6 = "armv6"
21
+ ARMV6M = "armv6m"
22
ARMV7M = "armv7m"
23
ARMV7EM = "armv7em"
24
ARMV7EMSP = "armv7emsp"
0 commit comments