1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-15 20:19:23 +00:00
trezor-firmware/core
2020-10-23 15:07:15 +02:00
..
assets MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
embed chore(vendor): update micropython to v1.13 2020-10-16 14:19:35 +02:00
mocks perf(core/extmod): replace HMAC Python implementation with C 2020-10-12 16:33:13 +02: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 core: remove qstr blacklist 2020-01-07 20:52:43 +01:00
src chore (core): In apps.bitcoin skip confirmation of fee in PayJoin if the user is not increasing their contribution. 2020-10-23 15:07:15 +02:00
tests feat(core): In apps.bitcoin implement replacement transaction flow. 2020-10-23 15:07:15 +02:00
tools ci: omit generated protobuf classes from coverage report 2020-09-23 16:00:10 +02:00
vendor
.dockerignore MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
.gitignore
.pylintrc
asan_blacklist.txt core: asan config 2019-06-27 19:09:55 +02:00
AUTHORS MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
CHANGELOG.md docs(core): note 2.3.4 as released in Changelog 2020-10-08 09:02:52 +02:00
COPYING
emu.py core: rename emulator to trezor-emu-core 2020-07-30 15:27:34 +02:00
emu.sh core: remove src1 2020-08-03 15:59:57 +02:00
Makefile feat(core): add more mypy targets 2020-09-23 16:00:10 +02:00
README.md docs: move docs to root 2019-12-06 12:24:20 +00:00
SConscript.boardloader core: introduce TREZOR_MODEL flag (#1233) 2020-08-28 14:50:38 +02:00
SConscript.bootloader core: introduce TREZOR_MODEL flag (#1233) 2020-08-28 14:50:38 +02:00
SConscript.bootloader_ci core: introduce TREZOR_MODEL flag (#1233) 2020-08-28 14:50:38 +02:00
SConscript.firmware chore(vendor): update micropython to v1.13 2020-10-16 14:19:35 +02:00
SConscript.prodtest core: introduce TREZOR_MODEL flag (#1233) 2020-08-28 14:50:38 +02:00
SConscript.reflash core: introduce TREZOR_MODEL flag (#1233) 2020-08-28 14:50:38 +02:00
SConscript.unix chore(vendor): update micropython to v1.13 2020-10-16 14:19:35 +02:00
SConstruct core/bootloader_ci: fix typos in the previous commit 2020-08-21 14:47:35 +02:00

Trezor Core

Firmware currently running on Model T.

See docs/core for more info.