1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-18 12:28:09 +00:00
trezor-firmware/core/mocks/generated
matejcik fa746e2990 core/fatfs: rework low-level FatFS API
Instead of having possibly multiple FatFS objects, each with its own
`fs` struct, there is one global static fs_instance. This is to match
the mode of operation of ff.c, which assumes a global list of mounts,
and all functions operate on the global based on path.

Methods of FatFS were converted to functions on the fatfs module.

fatfs.unmount() does not call ff.c's unmount, but simply invalidates
fs_instance. This is basically what ff.c would do, except without
messing with ff.c's global list of mounts.
2020-02-26 14:18:41 +01:00
..
trezorcrypto tests: introduce UI tests for core 2020-01-03 14:28:27 +00:00
trezorio core/fatfs: rework low-level FatFS API 2020-02-26 14:18:41 +01:00
trezorconfig.pyi storage, core: Reveal the wipe code status after the device is unlocked. 2019-11-25 12:32:20 +01:00
trezorui.pyi core/modtrezorui: add display_text_split 2020-02-19 21:40:28 +00:00
trezorutils.pyi core/embed: switch to unprivileged in main.c 2020-01-24 12:29:46 +00:00