1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-16 03:18:09 +00:00
trezor-firmware/embed/extmod/modtrezorconfig
Pavol Rusnak 0ff7034e37
embed/extmod/modtrezorconfig: refactor PIN UI wait callback (#398)
This commit accomplishes several goals:

1) it removes any upy dependencies from storage.c/storage.h
2) ui wait callback is set during config_init and storage_init,
   which allows to simplify the code dramatically
2018-11-08 15:55:47 +01:00
..
modtrezorconfig.c embed/extmod/modtrezorconfig: refactor PIN UI wait callback (#398) 2018-11-08 15:55:47 +01:00
norcow_config.h embed/extmod/modtrezorconfig: refactor PIN UI wait callback (#398) 2018-11-08 15:55:47 +01:00
norcow.c embed/extmod/modtrezorconfig: refactor PIN UI wait callback (#398) 2018-11-08 15:55:47 +01:00
norcow.h embed/extmod/modtrezorconfig: refactor PIN UI wait callback (#398) 2018-11-08 15:55:47 +01:00
storage.c embed/extmod/modtrezorconfig: refactor PIN UI wait callback (#398) 2018-11-08 15:55:47 +01:00
storage.h embed/extmod/modtrezorconfig: refactor PIN UI wait callback (#398) 2018-11-08 15:55:47 +01:00