1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-18 22:09:07 +00:00
trezor-firmware/core
matejcik 3789a3372b core/sdcard: modify exception handling in fatfs
expose ff.c constants, raise them as arguments to FatFSError

introduce NotMounted and NoFilesystem as subclasses of FatFSError with
the appropriate error code set
2020-03-20 14:03:28 +01:00
..
assets
embed core/sdcard: modify exception handling in fatfs 2020-03-20 14:03:28 +01:00
mocks core/sdcard: modify exception handling in fatfs 2020-03-20 14:03:28 +01:00
prof core/prof: make sure coverage data is generated with absolute paths 2020-01-23 18:43:20 +01:00
site_scons/site_tools/micropython
src core/sdcard: modify exception handling in fatfs 2020-03-20 14:03:28 +01:00
tests core/sdcard: modify exception handling in fatfs 2020-03-20 14:03:28 +01:00
tools core/headertool: support generating vendor headers with explicit size 2020-02-05 12:23:34 +01:00
vendor
.dockerignore
.gitignore
.pylintrc
asan_blacklist.txt
AUTHORS
ChangeLog core/changelog: SD card protection is part of 2.3.0 2020-02-27 13:57:48 +00:00
COPYING
emu.py core/sdcard: make allocating new SD card for emulator fast 2020-02-20 12:51:48 +01:00
emu.sh core: convert emu.sh to a simple dependency-less compat wrapper 2020-01-23 18:43:20 +01:00
Makefile tests: introduce --ui-check-missing to test/remove missing tests 2020-02-18 09:33:21 +01:00
README.md
SConscript.boardloader
SConscript.bootloader core+legacy: use nanopb generator from pipenv 2020-02-04 17:15:25 +00:00
SConscript.firmware core/tools: drop tools obsoleted by headertool 2020-01-20 17:32:59 +01:00
SConscript.prodtest core/tools: drop tools obsoleted by headertool 2020-01-20 17:32:59 +01:00
SConscript.reflash core/tools: drop tools obsoleted by headertool 2020-01-20 17:32:59 +01:00
SConscript.unix
SConstruct

Trezor Core

Firmware currently running on Model T.

See docs/core for more info.