1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-19 06:19:27 +00:00
trezor-firmware/core/embed/extmod/modtrezorio
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
..
diskio.h core/embed: update fatfs to 0.14; use upstream version 2020-02-07 15:21:16 +00:00
ff_unifdef.sh core/embed: update fatfs to 0.14; use upstream version 2020-02-07 15:21:16 +00:00
ff.c core/embed: update fatfs to 0.14; use upstream version 2020-02-07 15:21:16 +00:00
ff.h core/embed: update fatfs to 0.14; use upstream version 2020-02-07 15:21:16 +00:00
ffconf.h core/embed: update fatfs to 0.14; use upstream version 2020-02-07 15:21:16 +00:00
ffunicode.c core/embed: update fatfs to 0.14; use upstream version 2020-02-07 15:21:16 +00:00
modtrezorio-fatfs.h core/sdcard: modify exception handling in fatfs 2020-03-20 14:03:28 +01:00
modtrezorio-flash.h core/trezorio: move sdcard functions to a submodule 2020-02-20 12:51:48 +01:00
modtrezorio-hid.h core/trezorio: move sdcard functions to a submodule 2020-02-20 12:51:48 +01:00
modtrezorio-poll.h core: lower scheduler resolution to milliseconds 2020-06-04 16:18:46 +02:00
modtrezorio-sbu.h core/trezorio: move sdcard functions to a submodule 2020-02-20 12:51:48 +01:00
modtrezorio-sdcard.h core/sdcard: unmount instance when powering off sdcard 2020-02-27 10:56:23 +01:00
modtrezorio-usb.h core: enable finalizers on extmod classes 2020-05-18 14:31:00 +02:00
modtrezorio-vcp.h core/trezorio: move sdcard functions to a submodule 2020-02-20 12:51:48 +01:00
modtrezorio-webusb.h core/trezorio: move sdcard functions to a submodule 2020-02-20 12:51:48 +01:00
modtrezorio.c core: fix and use MAKEMODULEDEFS instead of explicit registration 2020-04-14 10:17:37 +02:00