commit | 9adedce42e308692ea22a1e8e1154c51c1e8173d | [log] [tgz] |
---|---|---|
author | Damien George <damien.p.george@gmail.com> | Fri Sep 13 13:15:12 2019 +1000 |
committer | Damien George <damien.p.george@gmail.com> | Sat Oct 05 13:44:53 2019 +1000 |
tree | 709e367cbcffcd0c95e20e1250c0520fa54e0aaa | |
parent | f7ddc9416622493e6602dabf573b33b249756f8b [diff] [blame] |
py: Add new Xtensa-Windowed arch for native emitter. Enabled via the configuration MICROPY_EMIT_XTENSAWIN.
diff --git a/py/persistentcode.h b/py/persistentcode.h index 67c5f34..aba44ea 100644 --- a/py/persistentcode.h +++ b/py/persistentcode.h
@@ -44,6 +44,7 @@ MP_NATIVE_ARCH_ARMV7EMSP, MP_NATIVE_ARCH_ARMV7EMDP, MP_NATIVE_ARCH_XTENSA, + MP_NATIVE_ARCH_XTENSAWIN, }; mp_raw_code_t *mp_raw_code_load(mp_reader_t *reader);