1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-19 14:08:11 +00:00
trezor-firmware/core/embed/extmod/modtrezorio
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
..
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/fatfs: ensure functions can only be called on a mounted filesystem 2020-02-27 10:56:23 +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/trezorio: move sdcard functions to a submodule 2020-02-20 12:51:48 +01:00
modtrezorio-sbu.h core/trezorio: move sdcard functions to a submodule 2020-02-20 12:51:48 +01:00
modtrezorio-sdcard.h core/fatfs: rework low-level FatFS API 2020-02-26 14:18:41 +01:00
modtrezorio-usb.h core/trezorio: move sdcard functions to a submodule 2020-02-20 12:51:48 +01: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/fatfs: rework low-level FatFS API 2020-02-26 14:18:41 +01:00