1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-19 14:30:31 +00:00
trezor-firmware/core/embed
matejcik 872e0fb0e0 core: lower scheduler resolution to milliseconds
This avoids problems with large timeouts causing the scheduler queue to
think the time counter has overflown, and ordering the autolock task before
immediate tasks.

The maximum reasonable time difference is 0x20000000, which in
microseconds is ~8 minutes, but in milliseconds a more reasonable ~6
days.
2020-06-04 16:18:46 +02:00
..
boardloader core/boardloader: use SRAM as SD card read buffer 2020-02-25 17:59:16 +01:00
bootloader core/bootloader: distinguish between a vendor change and downgrade with wipe 2020-03-25 15:15:12 +01:00
extmod core: lower scheduler resolution to milliseconds 2020-06-04 16:18:46 +02:00
firmware core, legacy: bump versions 2020-06-03 15:39:25 +00:00
prodtest
reflash
trezorhal core: implement random delay interrupts 2020-04-16 11:51:28 +02:00
unix core: raise SystemExit when exitting emulator (now that sys.exit is removed) 2020-04-14 10:17:37 +02:00
vendorheader core/headertool: support generating vendor headers with explicit size 2020-02-05 12:23:34 +01:00