1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-11 07:50:57 +00:00
trezor-firmware/core/embed
matejcik 34965ca2cb refactor(core/ui): use LayoutObj signatures in layout files
* make sure every confirm_* returns None
* prefer "def -> Awaitable[T]" to "async def -> T" everywhere (avoids one useless allocation per call)
* type-check return values from Rust layouts
2024-03-07 09:53:00 +01:00
..
boardloader refactor(core): use internal framebuffer on T3T1 (with ST7789V display controller) 2024-02-29 23:40:17 +01:00
bootloader refactor(core): use internal framebuffer on T3T1 (with ST7789V display controller) 2024-02-29 23:40:17 +01:00
bootloader_ci perf(core): optimize boot speed on U5 by using has processor to calculate image hashes, switches to sha256 2024-02-29 23:05:56 +01:00
extmod feat(core): allow SD card hotswap based on production date for Model T 2024-02-29 23:05:56 +01:00
firmware chore(core): bump version to 2.7.1 2024-03-04 09:56:21 +00:00
lib refactor(core): use internal framebuffer on T3T1 (with ST7789V display controller) 2024-02-29 23:40:17 +01:00
models feat(core): add translations support for U5 models 2024-02-29 23:05:56 +01:00
prodtest refactor(core): use internal framebuffer on T3T1 (with ST7789V display controller) 2024-02-29 23:40:17 +01:00
reflash refactor(core): use internal framebuffer on T3T1 (with ST7789V display controller) 2024-02-29 23:40:17 +01:00
rust refactor(core/ui): use LayoutObj signatures in layout files 2024-03-07 09:53:00 +01:00
segger style(core): systemview editorconfig reformat 2021-01-26 20:53:38 +01:00
trezorhal fix(core): fix backlight reinitialization with maximum value 2024-03-05 16:51:23 +01:00
unix chore(core, legacy, storage): refactor flash drivers 2024-02-29 23:05:56 +01:00
vendorheader perf(core): optimize boot speed on U5 by using has processor to calculate image hashes, switches to sha256 2024-02-29 23:05:56 +01:00