summaryrefslogtreecommitdiff
path: root/tests/run-tests.py
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2022-05-23 17:58:30 +1000
committerDamien George <damien@micropython.org>2022-05-23 23:01:25 +1000
commit17ac68770caa4f60141fa89e233829744a24cba8 (patch)
treecadb7e994c3f29effeb222e8477c2a6633607ca1 /tests/run-tests.py
parenta5324a10747dfba921bb363ed904f05ebb6de010 (diff)
py/persistentcode: Select ARMV6M as maximum when __thumb2__ not defined.
If __thumb2__ is defined by the compiler then .mpy files marked as ARMV6M and above (up to ARMV7EMDP) are supported. If it's not defined then only ARMV6M .mpy files are supported. This makes sure that on CPUs like Cortex-M0+ (where __thumb2__ is not defined) only .mpy files marked as ARMV6M can be imported. Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tests/run-tests.py')
0 files changed, 0 insertions, 0 deletions