1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-23 07:58:09 +00:00
trezor-firmware/core/embed/extmod
matejcik c81be584fb core/fatfs: ensure functions can only be called on a mounted filesystem
ff.c has a lazy-mounting feature, where any filesystem call will mount
the volume if it can. This messes with predictability of the mounted
state, so all (except mount/unmount/mkfs) Python functions will first
check if the fs is mounted.
2020-02-27 10:56:23 +01:00
..
modtrezorconfig storage, core: Reveal the wipe code status after the device is unlocked. 2019-11-25 12:32:20 +01:00
modtrezorcrypto tests: introduce UI tests for core 2020-01-03 14:28:27 +00:00
modtrezorio core/fatfs: ensure functions can only be called on a mounted filesystem 2020-02-27 10:56:23 +01:00
modtrezorui core/modtrezorui: add display_text_split 2020-02-19 21:40:28 +00:00
modtrezorutils core/embed: switch to unprivileged in main.c 2020-01-24 12:29:46 +00:00
trezorobj.h all: rename TREZOR to Trezor where possible 2019-06-17 20:28:29 +02:00