1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-16 04:29:08 +00:00
trezor-firmware/core/embed
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
..
boardloader fix(core): reboot immediately in boardloader if BHK is locked 2024-09-26 09:54:45 +02:00
bootloader refactor(core): combined build of coreapp + kernel, linker scripts refactoring 2024-09-24 12:21:53 +02:00
bootloader_ci refactor(core): combined build of coreapp + kernel, linker scripts refactoring 2024-09-24 12:21:53 +02:00
extmod
firmware chore(core): remove residual support for T1B1 in core 2024-09-25 09:18:01 +02:00
kernel refactor(core): combined build of coreapp + kernel, linker scripts refactoring 2024-09-24 12:21:53 +02:00
lib fix(core): support 32 bit colors in terminal 2024-09-24 12:21:53 +02:00
models chore(core): remove residual support for T1B1 in core 2024-09-25 09:18:01 +02:00
prodtest refactor(core): combined build of coreapp + kernel, linker scripts refactoring 2024-09-24 12:21:53 +02:00
reflash refactor(core): combined build of coreapp + kernel, linker scripts refactoring 2024-09-24 12:21:53 +02:00
rust refactor(core/rust): replace TouchAbort event with explicit abort via a detected swipe 2024-09-26 10:00:48 +02:00
segger
trezorhal fix(core): fix handover to bootloader 2024-09-26 09:55:21 +02:00
unix