1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-05-31 13:18:45 +00:00
trezor-firmware/core/embed/projects
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
..
boardloader refactor(core): prepare board_capabilities for secmon api 2025-05-12 07:57:46 +02:00
bootloader fix(core): fix sysevents polling deadlines 2025-05-12 08:58:58 +02:00
bootloader_ci docs: fix broken changelog links 2025-04-09 10:11:21 +02:00
firmware feat(vendor): update MicroPython to allow excluding line numbers from bytecode 2025-05-13 17:07:37 +03:00
kernel fix(core): remove backup ram deinit outside of FIXED_HW_DEINIT 2025-04-30 15:18:02 +02:00
prodtest refactor(core): prepare board_capabilities for secmon api 2025-05-12 07:57:46 +02:00
reflash build(core): use internal model names everywhere 2025-01-13 16:24:35 +01:00
unix feat(vendor): update MicroPython to allow excluding line numbers from bytecode 2025-05-13 17:07:37 +03:00