1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-12 18:49:07 +00:00
trezor-firmware/core/embed
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
..
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: ensure functions can only be called on a mounted filesystem 2020-02-27 10:56:23 +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