1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-05-27 19:28:47 +00:00
trezor-firmware/core
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
..
.changelog.d chore: remove BNB Beacon Chain support 2025-05-13 09:04:48 +03:00
assets feat(core): allow for going back to previous word in recovery process 2024-02-19 22:05:04 +01:00
embed feat(vendor): update MicroPython to allow excluding line numbers from bytecode 2025-05-13 17:07:37 +03:00
mocks chore: remove BNB Beacon Chain support 2025-05-13 09:04:48 +03:00
site_scons chore(core): remove unnecessary definitions 2025-05-12 07:57:46 +02:00
src perf(core): remove more local imports from Bitcoin signing flow 2025-05-13 11:58:36 +03:00
tests chore: remove BNB Beacon Chain support 2025-05-13 09:04:48 +03:00
tools chore: remove BNB Beacon Chain support 2025-05-13 09:04:48 +03:00
translations chore: remove BNB Beacon Chain support 2025-05-13 09:04:48 +03:00
vendor feat(core/prodtest): add tropic01 HAL integration and basic production tests 2025-02-26 08:53:16 +01:00
.coveragerc chore(core): silence false alarms in coverage report 2023-03-09 16:50:32 +01:00
.dockerignore MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
.gitignore feat(core): add support for gdb scripts to emulator 2023-05-11 21:02:21 +02:00
.towncrier.template.md docs(core): use towncrier for generating CHANGELOG.md 2021-05-04 14:18:01 +02:00
asan_blacklist.txt core: asan config 2019-06-27 19:09:55 +02:00
asan_suppressions.txt ci: Suppress libSDL memory leaks. 2022-01-19 15:22:03 +01:00
AUTHORS MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
CHANGELOG.md docs(core): fix entries in changelog 2025-02-26 02:03:27 +01:00
CHANGELOG.T2B1.md docs(core): changelog for 2.8.9 2025-02-26 01:47:11 +01:00
CHANGELOG.T2T1.md docs(core): changelog for 2.8.9 2025-02-26 01:47:11 +01:00
CHANGELOG.T3B1.md docs(core): changelog for 2.8.9 2025-02-26 01:47:11 +01:00
CHANGELOG.T3T1.md docs(core): changelog for 2.8.9 2025-02-26 01:47:11 +01:00
CHANGELOG.unreleased docs(core): use towncrier for generating CHANGELOG.md 2021-05-04 14:18:01 +02:00
COPYING MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
emu.py chore(core): move core/prof into core/src/prof 2025-04-14 22:40:52 +03:00
emu.sh core: remove src1 2020-08-03 15:59:57 +02:00
Makefile feat(vendor): update MicroPython to allow excluding line numbers from bytecode 2025-05-13 17:07:37 +03:00
pyrightconfig.json chore(core): remove unused all_modules.py 2025-04-08 17:48:15 +03:00
README.md docs: add Safe 3 and Safe 5 in documentation (#4228) 2024-09-30 10:15:35 +02:00
SConscript.boardloader feat(core): add display feature to SConscript 2025-05-12 07:57:46 +02:00
SConscript.bootloader feat(core): add display feature to SConscript 2025-05-12 07:57:46 +02:00
SConscript.bootloader_ci feat(core): add display feature to SConscript 2025-05-12 07:57:46 +02:00
SConscript.bootloader_emu feat(core): add display feature to SConscript 2025-05-12 07:57:46 +02:00
SConscript.firmware feat(vendor): update MicroPython to allow excluding line numbers from bytecode 2025-05-13 17:07:37 +03:00
SConscript.kernel feat(core): add applet feature to SConscript 2025-05-12 07:57:46 +02:00
SConscript.prodtest feat(core): add display feature to SConscript 2025-05-12 07:57:46 +02:00
SConscript.reflash feat(core): add display feature to SConscript 2025-05-12 07:57:46 +02:00
SConscript.unix feat(vendor): update MicroPython to allow excluding line numbers from bytecode 2025-05-13 17:07:37 +03:00
SConstruct build(core): introduce quiet mode 2024-11-21 14:33:52 +01:00
towncrier.toml chore: generate-changelog.py adjustments 2024-07-12 20:43:26 +00:00

Trezor Core

Firmware currently running on Model T and the Trezor Safe family.

See docs/core for more info.