1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-24 07:28:34 +00:00
trezor-firmware/core
Lukas Bielesch 6cc9c62941 chore(core): new entry in DebugLinkDecision message
- new optional enum TouchEventType in DebugLinkDecision message
- add new hold_touch debuglink function
- new pin tests utilizing hold_touch function
2025-07-16 13:40:04 +02:00
..
.changelog.d refactor(core): refactor pin flow 2025-07-16 13:40:04 +02:00
assets feat(core): allow for going back to previous word in recovery process 2024-02-19 22:05:04 +01:00
embed chore(core): new entry in DebugLinkDecision message 2025-07-16 13:40:04 +02:00
mocks feat(translations): introduce payment requests 2025-07-15 13:17:30 +02:00
site_scons fix(core): fix D002 model build 2025-07-14 09:30:33 +02:00
src chore(core): new entry in DebugLinkDecision message 2025-07-16 13:40:04 +02:00
tests chore(core, tests): add MockAsync and await_result_patched 2025-07-11 15:36:51 +02:00
tools refactor(translations): generalize some keys 2025-07-15 13:17:30 +02:00
translations chore: basic crowdin commands 2025-07-15 19:23:04 +02:00
vendor feat(core/prodtest): add tropic01 HAL integration and basic production tests 2025-02-26 08:53:16 +01:00
.coveragerc chore(core): silence false alarms in coverage report 2023-03-09 16:50:32 +01:00
.dockerignore
.gitignore
.towncrier.template.md
asan_blacklist.txt
asan_suppressions.txt ci: Suppress libSDL memory leaks. 2022-01-19 15:22:03 +01:00
AUTHORS MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
CHANGELOG.md fix(build): T2B1 changelog 2025-06-26 10:38:39 +02:00
CHANGELOG.T2B1.md fix(build): T2B1 changelog 2025-06-26 10:38:39 +02:00
CHANGELOG.T2T1.md chore(build): changelog 2025-06-24 17:44:27 +02:00
CHANGELOG.T3B1.md chore(build): changelog 2025-06-24 17:44:27 +02:00
CHANGELOG.T3T1.md chore(build): changelog 2025-06-24 17:44:27 +02:00
CHANGELOG.unreleased docs(core): use towncrier for generating CHANGELOG.md 2021-05-04 14:18:01 +02:00
COPYING MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
emu.py chore(core): move core/prof into core/src/prof 2025-04-14 22:40:52 +03:00
emu.sh core: remove src1 2020-08-03 15:59:57 +02:00
Makefile chore: basic crowdin commands 2025-07-15 19:23:04 +02:00
pyrightconfig.json chore(core): remove unused all_modules.py 2025-04-08 17:48:15 +03:00
README.md docs: add Safe 3 and Safe 5 in documentation (#4228) 2024-09-30 10:15:35 +02:00
SConscript.boardloader chore(core): reformat FEATURES_WANTED list for readability 2025-06-04 16:58:15 +02:00
SConscript.bootloader perf(core/bootloader): remove tropic from bootloader 2025-07-01 12:24:52 +02:00
SConscript.bootloader_ci perf(core/bootloader): remove optiga from bootloader 2025-07-01 12:24:52 +02:00
SConscript.bootloader_emu chore(core): add BLE to bootloader emulator 2025-07-02 15:10:42 +02:00
SConscript.firmware refactor(core): introduce suspend module 2025-06-25 10:54:20 +02:00
SConscript.kernel refactor(core): introduce suspend module 2025-06-25 10:54:20 +02:00
SConscript.prodtest feat(core/prodtest): add rtc-timestamp prodtest command. 2025-07-14 16:40:56 +02:00
SConscript.prodtest_emu feat(core/prodtest): mock tropic prodtest commands 2025-07-10 20:22:12 +02:00
SConscript.reflash chore(core): reformat FEATURES_WANTED list for readability 2025-06-04 16:58:15 +02:00
SConscript.secmon refactor(core): introduce suspend module 2025-06-25 10:54:20 +02:00
SConscript.unix refactor(core): exclude THP related string identifiers from non-THP builds 2025-06-13 15:58:33 +02:00
SConstruct feat(core): introduce secure monitor 2025-06-04 16:58:15 +02:00
towncrier.toml chore: generate-changelog.py adjustments 2024-07-12 20:43:26 +00:00

Trezor Core

Firmware currently running on Model T and the Trezor Safe family.

See docs/core for more info.