1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-10 15:30:55 +00:00
trezor-firmware/core/embed
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
..
boardloader all: rename TREZOR to Trezor where possible 2019-06-17 20:28:29 +02:00
bootloader core/bootloader: split long vendor string 2020-02-19 21:40:28 +00:00
extmod core/fatfs: rework low-level FatFS API 2020-02-26 14:18:41 +01:00
firmware legacy: small nitpicks related to the new passphrase handling 2020-02-07 11:41:03 +00:00
prodtest all: rename TREZOR to Trezor where possible 2019-06-17 20:28:29 +02:00
reflash all: rename TREZOR to Trezor where possible 2019-06-17 20:28:29 +02:00
trezorhal core/bootloader: request vendor header first 2020-02-06 12:22:32 +00:00
unix core/sdcard: add out-of-bounds checks to emulator 2020-02-20 12:51:48 +01:00
vendorheader core/headertool: support generating vendor headers with explicit size 2020-02-05 12:23:34 +01:00