micropython/ports
Damien George cca08922d9 py/emitinlinethumb: Make ARMv7-M instruction use dynamically selectable.
This follows on from a5324a1074 and allows
mpy-cross to dynamically select whether ARMv7-M instructions are supported
in @micropython.asm_thumb functions.

The config option MICROPY_EMIT_INLINE_THUMB_ARMV7M is no longer needed, it
is now controlled by MICROPY_EMIT_THUMB_ARMV7M.

Signed-off-by: Damien George <damien@micropython.org>
2022-05-26 11:54:48 +10:00
..
bare-arm bare-arm/mpconfigport.h: Disable remaining optional features. 2021-11-01 14:23:06 +11:00
cc3200 ports: Use default VFS config for import_stat and builtin_open. 2022-05-25 13:04:45 +10:00
esp32 ports: Use default VFS config for import_stat and builtin_open. 2022-05-25 13:04:45 +10:00
esp8266 ports: Use default VFS config for import_stat and builtin_open. 2022-05-25 13:04:45 +10:00
javascript ports: Use default VFS config for import_stat and builtin_open. 2022-05-25 13:04:45 +10:00
mimxrt ports: Use default VFS config for import_stat and builtin_open. 2022-05-25 13:04:45 +10:00
minimal ports: Use default VFS config for import_stat and builtin_open. 2022-05-25 13:04:45 +10:00
nrf ports: Use default VFS config for import_stat and builtin_open. 2022-05-25 13:04:45 +10:00
pic16bit pic16bit: Make port-specific modules use MP_REGISTER_MODULE. 2022-05-18 20:57:09 +10:00
powerpc py/builtin: Clean up and simplify import_stat and builtin_open config. 2022-05-25 13:04:45 +10:00
qemu-arm ports: Use default VFS config for import_stat and builtin_open. 2022-05-25 13:04:45 +10:00
renesas-ra ports: Use default VFS config for import_stat and builtin_open. 2022-05-25 13:04:45 +10:00
rp2 py/emitinlinethumb: Make ARMv7-M instruction use dynamically selectable. 2022-05-26 11:54:48 +10:00
samd ports: Use default VFS config for import_stat and builtin_open. 2022-05-25 13:04:45 +10:00
stm32 ports: Use default VFS config for import_stat and builtin_open. 2022-05-25 13:04:45 +10:00
teensy teensy/mpconfigport.h: Remove obsolete macros. 2022-05-26 11:17:46 +10:00
unix ports: Use default VFS config for import_stat and builtin_open. 2022-05-25 13:04:45 +10:00
windows ports: Use default VFS config for import_stat and builtin_open. 2022-05-25 13:04:45 +10:00
zephyr ports: Use default VFS config for import_stat and builtin_open. 2022-05-25 13:04:45 +10:00