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:
parent
18c5927695
commit
63a17ea0f9
@ -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
2
vendor/micropython
vendored
@ -1 +1 @@
|
||||
Subproject commit ecfabf9d7aa0c20c48fed29fb39ad029748ff77c
|
||||
Subproject commit 6bdefd147256d6a72827ac6225fc5e36bd92a801
|
Loading…
Reference in New Issue
Block a user