1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-02 04:18:20 +00:00
trezor-firmware/core/src/trezor
matejcik 0890f68c0c core: use channels to give feedback over debuglink
all debug input signals are now channels, and DebugLinkDecision handler
waits until the input was consumed. This means that the input events are
queued; originally, if an input event arrived before the previous was
consumed, the previous input would be lost.

reset words and their positions are now also channels, and
DebugLinkGetState can wait for their updates, if required
2019-08-09 16:53:12 +02:00
..
crypto core/shamir: increase default iteration exponent to 1 2019-07-26 15:56:53 +02:00
messages core: use channels to give feedback over debuglink 2019-08-09 16:53:12 +02:00
res core/typing: add annotations 2019-07-09 12:51:48 +02:00
ui core: Fix mypy warnings. 2019-08-09 12:52:55 +02:00
wire core: support rebooting into default mode 2019-07-24 15:12:04 +02:00
__init__.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
errors.py core/shamir: persistence 2019-07-24 15:12:04 +02:00
log.py core/typing: add annotations 2019-07-09 12:51:48 +02:00
loop.py core: implement channels for sending messages 2019-08-09 16:53:12 +02:00
pin.py core: add indeterminate flag to display_loader 2019-04-23 19:21:03 +02:00
utils.py core/typing: add annotations 2019-07-09 12:51:48 +02:00
workflow.py core/typing: add annotations 2019-07-09 12:51:48 +02:00