mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
py: Add new Xtensa-Windowed arch for native emitter.
Enabled via the configuration MICROPY_EMIT_XTENSAWIN.
This commit is contained in:
@@ -102,6 +102,7 @@ MP_NATIVE_ARCH_ARMV7EM = 6
|
||||
MP_NATIVE_ARCH_ARMV7EMSP = 7
|
||||
MP_NATIVE_ARCH_ARMV7EMDP = 8
|
||||
MP_NATIVE_ARCH_XTENSA = 9
|
||||
MP_NATIVE_ARCH_XTENSAWIN = 10
|
||||
|
||||
MP_BC_MASK_EXTRA_BYTE = 0x9e
|
||||
|
||||
|
||||
Reference in New Issue
Block a user