summaryrefslogtreecommitdiff
path: root/extmod/modtime.c
diff options
context:
space:
mode:
authorAlessandro Gatti <a.gatti@frob.it>2025-12-22 08:34:41 +0100
committerAlessandro Gatti <a.gatti@frob.it>2025-12-26 11:51:56 +0100
commit8fb848f3aacd0d2216e02954cff4e9e15b0915a2 (patch)
tree858ace747f91ee70dde3344fb0aa31abf86d2f9f /extmod/modtime.c
parent7173ddee5f979a3c54be7905d6c00aac29a90fda (diff)
mpy-cross/mpconfigport: Explicitly disable native code loading.HEADorigin/masterorigin/HEADmaster
This commit makes use of the new native code loading changes to provide a test bed for a target with the native compiler framework available but without no code loading capabilities. mpy-cross already fully disables native code loading, however those changes do not really propagate anywhere outside `py/persistentcode`. Recent changes in the code loading framework actually touch the core code in a few more places, but no default CI target is configured to run with the new native code loading defines switched off. Given that mpy-cross doesn't really need to load code anyway, it is a good target for setting up a configuration that goes a bit deeper when it comes to disabling code loading. Since mpy-cross is built several times during the CI process, it can be repurposed as an early warning system for issues related to these new changes. Normal operation should not be affected in any way. Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
Diffstat (limited to 'extmod/modtime.c')
0 files changed, 0 insertions, 0 deletions