1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 18:39:05 +00:00
trezor-firmware/embed
Jochen Hoenicke 87f7054e46 Added callback for PIN timeout
When PIN is entered or changed and their were failed tries the function
waits for time (exponential slow down).  For every second it waits, it
now calls back into python to give it the chance to show a message.

GUI still needs to be implemented
2017-12-14 17:19:51 +01:00
..
boardloader Removed references to pin fail area 2017-12-14 17:18:45 +01:00
bootloader Removed references to pin fail area 2017-12-14 17:18:45 +01:00
extmod Added callback for PIN timeout 2017-12-14 17:19:51 +01:00
firmware firmware: enable stack protector (except nlr stuff) 2017-12-13 02:06:22 +01:00
prodtest common: don't expose shutdown() via common.h 2017-12-08 12:42:43 +01:00
reflash flash: simplify/unify flash_erase_sectors usage 2017-12-09 18:00:37 +01:00
trezorhal Removed references to pin fail area 2017-12-14 17:18:45 +01:00
unix embed: norcow_init, storage_init and flash_init don't return secbool, they halt using ensure if something goes wrong 2017-12-09 14:48:49 +01:00