1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-23 21:02:23 +00:00
trezor-firmware/core/embed
matejcik 61a3382abd fix(core/rust): increase capacity of debug error message
slicing the str like before is wrong because we may just happen to hit
in the middle of an utf8 sequence, which will cause a silent panic.
this way we at least get a visible panic: either "Text too long: <full
text>", or "unwrap failed" if the text doesn't fit into the 128-byte
string instance
2025-02-20 16:09:14 +01:00
..
gfx fix(core): fix hw jpegdec issue with grayscale images 2025-02-13 08:28:08 +01:00
io fix(core): fix touch activity detection in bootloader 2025-02-13 11:21:04 +01:00
models fix(core): fix touch activity detection in bootloader 2025-02-13 11:21:04 +01:00
projects fix(tools): changelog.py: stricter model list format 2025-02-19 22:05:32 +01:00
rtl feat(core/prodtest): Allow prodtest to exit from interactive mode [no changelog] 2025-02-12 10:50:48 +01:00
rust fix(core/rust): increase capacity of debug error message 2025-02-20 16:09:14 +01:00
sec refactor(core): stop using shutdown_privileged directly 2025-01-30 14:07:25 +01:00
sys feat(core): introduce hibernate mode 2025-02-14 16:43:22 +01:00
upymod docs(core): fix micropython GC arena analysis tool name 2025-02-18 11:56:42 +01:00
util refactor(core): simplify shutdown/handover code 2025-01-30 14:07:25 +01:00