1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-06-25 09:22:33 +00:00
trezor-firmware/core/embed/projects/firmware
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
..
header.S build(core): use internal model names everywhere 2025-01-13 16:24:35 +01:00
main.c feat(code): introduce dma2d syscalls 2025-03-04 08:08:10 +01:00
mpconfigport.h feat(vendor): update MicroPython to allow excluding line numbers from bytecode 2025-05-13 17:07:37 +03:00
mphalport.c chore(core): use systick_us for mp_hal_ticks_us 2025-05-06 09:37:17 +03:00
mphalport.h refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
nlrthumb.c build(core): fix build for GCC14 2025-04-16 17:27:11 +02:00
version.h chore(core): bump version to 2.8.11 2025-05-01 08:53:26 +02:00