1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-05-30 20:58:46 +00:00
trezor-firmware/core/embed/upymod
Roman Zeyde 7cdb0cf244 feat(vendor): update MicroPython to allow excluding line numbers from bytecode
Setting `MICROPY_ENABLE_SOURCE_LINE=0` helps reducing the debug firmware size by ~2%:
```
$ TREZOR_MODEL=T3T1 MICROPY_ENABLE_SOURCE_LINE=0 PYOPT=0 make -C core build_firmware
<snip>
           FLASH:     1,629,456 B      1664 KB     95.63%
```

Before this PR:
```
           FLASH:     1,662,224 B      1664 KB     97.55%
```

[no changelog]
2025-05-13 17:07:37 +03:00
..
modtrezorconfig refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
modtrezorcrypto feat(core): enable tropic in firmware/kernel on hw 2025-03-27 11:59:10 +01:00
modtrezorio refactor(core): convert modtrezorio.ble to rust 2025-04-15 13:08:37 +02:00
modtrezorui refactor(core): remove fonts and no longer used drawing functions from C 2025-02-11 11:25:18 +01:00
modtrezorutils feat(vendor): reimplement utils.presize_module() in C 2025-05-07 12:18:52 +03:00
mpycross_include feat(vendor): update MicroPython to allow excluding line numbers from bytecode 2025-05-13 17:07:37 +03:00
modutime.c refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
qstrdefsport.h chore: remove BNB Beacon Chain support 2025-05-13 09:04:48 +03:00
qstrdefsport.h.mako chore: remove BNB Beacon Chain support 2025-05-13 09:04:48 +03:00
rustmods.c feat(core): don't use heap for storing coverage data 2025-04-24 07:39:46 +03:00
trezorobj.c refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
trezorobj.h refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00