Commit Graph

70 Commits (407c049eb1fae8bb3cc5e66f32bf70a73f10e98e)

Author SHA1 Message Date
cepetr 407c049eb1 feat(core): introduce new drawing library
2 months ago
tychovrahe 72dc8f57e8 feat(core): add haptic feedback
3 months ago
tychovrahe 8150636a81 feat(core): add basic support for STM32U5
3 months ago
cepetr 937b7d34d0 feat(core): add STM32CubeU5 submodule
3 months ago
tychovrahe 8147b11345 fix(core): fix quadword-only storage
3 months ago
matejcik 02557ad6c0 feat(core/rust): expose attrtuple to Rust
4 months ago
matejcik 6af7b4a4b7 fix(core/rust): convert Qstr type to representation that matches C code
4 months ago
matejcik 8bf5a72843 refactor(core/rust): move iter_into_array to micropython::utils
4 months ago
matejcik 3b88116bba feat(core/rust): add trezorcrypto bindings
4 months ago
matejcik 76296ad417 refactor(core/rust): move InputStream to its own module
4 months ago
grdddj b8ea21d24a feat(all): implement translations into Trezor
4 months ago
cepetr cc6ed93b32 refactor(core/embed): move toif image routines
4 months ago
cepetr 139701fb1a refactor(core/embed): move&rename display_font_xxx routines
4 months ago
cepetr 6e1fe31e3f chore(core): optimize stack usage during blurring
5 months ago
Martin Milata d99e1eedd2 refactor(core/ui): clear display on rust side
8 months ago
tychovrahe df42c99bc9 feat(core): add basic support for efficient frame buffer graphics
8 months ago
matejcik 193a53f22b feat(core/rust): use MODEL_FULL_NAME from build system
8 months ago
grdddj 8956350aca feat(core): create new Ethereum send flow for TT
9 months ago
tychovrahe eca1fc381b refactor(core): rust bindgen mcu-type related arguments are taken from board definition
11 months ago
tychovrahe ebbd7f9d35 refactor(core): restructure trezorhal, prepare to support more platforms
11 months ago
matejcik b91e225076 refactor(core/rust): expose obj types and (debug only) type names
11 months ago
tychovrahe 32a2b371bd feat(core): allow different screen sizes for TT UI
12 months ago
tychovrahe d3284baf21 feat(core): support STM32F429 discovery board
12 months ago
grdddj b63b72ed90 chore(core/rust): flag or delete unused code
1 year ago
grdddj 8ee4c41938 chore(crypto): refactor slip39 same way as bip39
1 year ago
tychovrahe 0a8981d643 refactor(core): rewrite display_image into rust
1 year ago
tychovrahe e578f7f0f8 refactor(core): remove unused C display_icon and display_loader functions
1 year ago
tychovrahe 69be9b1edf refactor(core): improve safety of buffer handling
1 year ago
tychovrahe 6ea68baf34 refactor(core): move files out of extmod
1 year ago
tychovrahe e75f112ec2 feat(core/rust): expose touch processing functions to rust
1 year ago
grdddj acec852aa4 feat(core): show welcome screen after device is connected
1 year ago
tychovrahe 52cd43bf29 fix(core): improve tearing effect prevention
1 year ago
Martin Milata 0df81b18e3 perf(core/rust): parse Toif metadata on demand
1 year ago
tychovrahe 236396338c refactor(core/rust): introduce icon/image type
1 year ago
tychovrahe d00e87ea80 feat(core/rust): homescreen background image
1 year ago
tychovrahe 12f87aa01e fix(core): fix usb disconnected warning in new homescreen
1 year ago
Martin Milata 3b92923caa feat(core/rust/ui): on-the-fly conversion of bytes to hexadecimal representation
2 years ago
matejcik 9708175d19 fix(core/rust): improve & document safety of slice operations
2 years ago
tychovrahe 0d733d8e22 feat(core): change display type for model R
2 years ago
matejcik d1126b85be feat(rust): expose micropython lists as slices
2 years ago
matejcik cac98ad7d4 feat(core/rust): implement storage wrapper layer
2 years ago
tychovrahe f7b9bb4ef8 feat(core/rust): use dma2d to improve rendering performance, implement text over image and icon over icon functions
2 years ago
tychovrahe 223d1b20fb refactor(core): change fonts organization
2 years ago
tychovrahe 820182c6b0 feat(core/rust): expose uzlib functions to rust
2 years ago
tychovrahe 107e22c814 feat(core/rust): glyph and text rendering in rust
2 years ago
tychovrahe af77816c2f feat(core/rust): expose display offset handling to rust
2 years ago
grdddj 9dc73427fb feat(rust): add print! macro for logging into terminal
2 years ago
Martin Milata c9ca7cd544 feat(core/rust/ui): bitcoin layouts
2 years ago
tychovrahe c33f92bd72 feat(core): add RGB LED driver for Model R
2 years ago
matejcik 2aa427a6e3 feat(core/rust): make Rust buildable without Micropython
2 years ago