1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-10 05:06:06 +00:00
trezor-firmware/core/src/trezor
obrusvit 15967a312b fix(core): explicitly delete keyboard layout
- seems that keyboard LayoutObj was not properly deallocated resulting
in MemoryError. Fix by calling the dunder `del` method explicitly fixes
the issue
- the problem was on Model T (Bolt), but applying it for all layouts to
prevent similar problem
2025-01-27 23:43:33 +01:00
..
crypto feat(core): enforce return type annotations 2024-11-12 16:55:17 +01:00
enums feat(common): Add messages for entropy check workflow. 2025-01-02 13:44:36 +01:00
ui fix(core): explicitly delete keyboard layout 2025-01-27 23:43:33 +01:00
wire feat(core): adjust codec_v1 to work with differently sized RX and TX packets 2025-01-23 16:46:12 +01:00
__init__.py feat(all): implement translations into Trezor 2024-02-12 14:49:32 +01:00
_proto_messages.mako feat(core): Allow Any type in is_type_of(). 2022-08-30 15:53:44 +02:00
errors.py core: refactor slip39 2019-09-19 16:38:29 +02:00
log.py refactor(core): use if TYPE_CHECKING instead of direct import and fix style of ignore statement 2024-11-15 08:47:24 +01:00
loop.py chore(core): remove loop.chan 2024-11-15 16:29:52 +01:00
messages.py fix(all): make more protobuf fields required 2025-01-17 11:28:12 +01:00
pin.py feat(core): unify RustLayout, implement single global layout 2024-11-12 16:55:17 +01:00
protobuf.py refactor(core): generate trezorproto module straight from Rust 2023-07-12 10:09:36 +02:00
sdcard.py style(core): upgrade pyright to 1.1.361 2024-05-07 11:57:10 +02:00
strings.py feat(all): implement translations into Trezor 2024-02-12 14:49:32 +01:00
utils.py feat(core): expose BLE functionality to micropython 2025-01-14 09:15:12 +01:00
workflow.py chore(core): update core to reflect cache and context refactor 2024-12-02 12:39:15 +01:00