1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-07 23:28:07 +00:00
trezor-firmware/core
matejcik 994457f47b build(core): fix scons conversion of CPPFLAGS to BINDGEN_FLAGS
When `env.ParseConfig` finds a `-DFOO=BAR`, it puts the value in
CPPFLAGS as a `list`. Our code was only ever expecting a `str` or a
`tuple`, breaking the generated bindgen values.
2025-07-02 13:45:22 +02:00
..
.changelog.d chore(core): promote multiple_accounts_warning to danger 2025-06-23 15:48:23 +02:00
assets
embed build(core): avoid multiple macro definitions 2025-06-25 23:11:40 +02:00
mocks chore(translations): add missing foreign translations 2025-06-24 16:36:01 +02:00
site_scons build(core): fix scons conversion of CPPFLAGS to BINDGEN_FLAGS 2025-07-02 13:45:22 +02:00
src chore(translations): add missing foreign translations 2025-06-24 16:36:01 +02:00
tests chore(storage): rename DEVICE_SECRET and CRED_AUTH_KEY_COUNTER 2025-05-19 13:33:17 +02:00
tools fix(core/tools): fix combine tool script. 2025-06-25 14:28:34 +02:00
translations chore(translations): add missing foreign translations 2025-06-24 16:36:01 +02:00
vendor feat(core/prodtest): add tropic01 HAL integration and basic production tests 2025-02-26 08:53:16 +01:00
.coveragerc
.dockerignore
.gitignore
.towncrier.template.md
asan_blacklist.txt
asan_suppressions.txt
AUTHORS
CHANGELOG.md docs: add Solana to changelogs 2025-04-30 15:47:54 +02:00
CHANGELOG.T2B1.md docs: add Solana to changelogs 2025-04-30 15:47:54 +02:00
CHANGELOG.T2T1.md docs: add Solana to changelogs 2025-04-30 15:47:54 +02:00
CHANGELOG.T3B1.md docs: add Solana to changelogs 2025-04-30 15:47:54 +02:00
CHANGELOG.T3T1.md docs: add Solana to changelogs 2025-04-30 15:47:54 +02:00
CHANGELOG.unreleased
COPYING
emu.py chore(core): move core/prof into core/src/prof 2025-04-14 22:40:52 +03:00
emu.sh
Makefile feat(eckhart): fuel gauge UI 2025-06-11 23:39:28 +02:00
pyrightconfig.json chore(core): remove unused all_modules.py 2025-04-08 17:48:15 +03:00
README.md
SConscript.boardloader chore(core): reformat FEATURES_WANTED list for readability 2025-06-04 16:58:15 +02:00
SConscript.bootloader refactor(core): introduce suspend module 2025-06-25 10:54:20 +02:00
SConscript.bootloader_ci chore(core): reformat FEATURES_WANTED list for readability 2025-06-04 16:58:15 +02:00
SConscript.bootloader_emu chore(core): reformat FEATURES_WANTED list for readability 2025-06-04 16:58:15 +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 refactor(core/prodtest): factor out check_cert_chain 2025-06-25 15:41:03 +02:00
SConscript.prodtest_emu refactor(core/prodtest): factor out check_cert_chain 2025-06-25 15:41:03 +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

Trezor Core

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

See docs/core for more info.