1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-16 04:29:08 +00:00
trezor-firmware/core/embed/rust
matejcik 9f083c1865 refactor(core/rust): replace TouchAbort event with explicit abort via a detected swipe
worth considering:

pub enum Phase {
    Start,
    Move,
    End,
}

pub enum TouchEvent {
    Touch(Phase, Point),
    Swipe(Phase, Point),
}

(Swipe needs its own Phase because it needs a progress on the Move, but
otherwise...)
2024-09-26 10:00:48 +02:00
..
.cargo
docs
fuzz chore(deps): bump shlex from 1.0.0 to 1.3.0 in /core/embed/rust/fuzz 2024-03-18 11:49:06 +01:00
src refactor(core/rust): replace TouchAbort event with explicit abort via a detected swipe 2024-09-26 10:00:48 +02:00
build.rs feat(core/embed): introduce systick and systimer drivers 2024-09-24 12:21:53 +02:00
Cargo.lock chore(core/rust): drop cstr_core dependency 2024-06-19 09:14:51 +02:00
Cargo.toml fix(core/bootloader): fix T3B1 bootloader UI - unsafe screen, boot image 2024-09-02 15:50:51 +02:00
crypto.h
librust_fonts.h
librust_qstr.h refactor(core): use code to append colon to strings 2024-09-17 01:44:20 +02:00
librust_qstr.h.mako fix(core/rust): exclude altcoin strings from generated code 2024-03-08 13:17:12 +01:00
librust.h
micropython.h
qstr.h
rust_ui_bootloader.h feat(core/bootloader): only allow confirm-less firmware installation for full-trust images 2024-09-03 08:39:42 +02:00
rust_ui_common.h refactor(core/embed): introduce system, tasks, applets and emergency mode 2024-09-24 12:21:53 +02:00
rust_ui.h feat(core): integrate new drawing library 2024-05-17 09:17:37 +02:00
rustfmt.toml
trezorhal.h refactor(core/embed): extract hw entropy logic to its own module 2024-09-24 12:21:53 +02:00