1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-17 07:45:44 +00:00

chore(core): exclude all_modules.py bytecode from frozen_mpy.c

See `all_modules.py.mako` for more details.

[no changelog]
This commit is contained in:
Roman Zeyde 2025-03-27 10:05:32 +02:00
parent 18c5927695
commit 63a17ea0f9
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ def generate(env):
)
env["BUILDERS"]["FrozenCFile"] = SCons.Builder.Builder(
action="$MPY_TOOL -f -q $qstr_header $SOURCES > $TARGET",
action="$MPY_TOOL -f -q $qstr_header $SOURCES --skip-freeze all_modules.py > $TARGET",
)

2
vendor/micropython vendored

@ -1 +1 @@
Subproject commit ecfabf9d7aa0c20c48fed29fb39ad029748ff77c
Subproject commit 6bdefd147256d6a72827ac6225fc5e36bd92a801