Commit Graph

3151 Commits (8e4d90891cbf576a66bdd21c068b2a771941385f)

Author SHA1 Message Date
tychovrahe 8e4d90891c feat(core): add support for T3B1
2 months ago
tychovrahe 367878ede7 fixup! refactor(core): reorganize model-specific files in embed/models
2 months ago
tychovrahe 4544af9fa2 fixup! refactor(core): introduce emulator boards
2 months ago
tychovrahe 24d5dd4f20 refactor(core): reorganize model-specific files in embed/models
2 months ago
tychovrahe 40859d9d57 refactor(core): introduce emulator boards
2 months ago
tychovrahe eb47a75ea4 refactor(core): reorganize model specific filex in site-scons
2 months ago
tychovrahe 26ef82bd87 refactor(core): generate macros for rust bindgen automatically
2 months ago
tychovrahe 925043c17c fix(core): fix reboot to bootloader crash when display copying is in progress
2 months ago
tychovrahe b9bc8196c6 fix(core): move OEM key check after display initialization so that error message can be displayed
2 months ago
tychovrahe d61ffee0c2 fix(core): fix sha256 calculation with hash processor
2 months ago
matejcik 89fdaed31e chore(core): add unsigned vendor headers with production keys
3 months ago
matejcik 0109ab2232 chore(core): make vendor_unsafe.toif small
3 months ago
matejcik 867300b8c6 chore(core): include T3T1 boardloader / bootloader production keys
3 months ago
matejcik 5d9bb0ebfc tools(core): nicer build_vendorheader for manual use
3 months ago
matejcik 729d7c59e1 fix(core/vendorheader): include correct backup key into trezor_btconly vendor header
3 months ago
Martin Milata 4baa4d95a4 fix(core): fix display fatal error screen (T3T1)
3 months ago
Martin Milata 5c5433ada2 refactor(core/rust): use more Self
3 months ago
Martin Milata 906c00e4e5 refactor(core): rename screen_boot_{empty,full} to screen_boot_stage_{1,2}
3 months ago
Martin Milata 804d97c9d8 feat(core): bootloader: T3T1 startup UI
3 months ago
tychovrahe c277dbcfcb feat(core): T3T1 loader
3 months ago
Martin Milata cf00726152 feat(core): copy T2T1 bootloader UI for T3T1
3 months ago
Martin Milata b5fa5a3f3a feat(core): add fonts for T3T1 bootloader
3 months ago
tychovrahe 72146c2ae2 fix(core): fix display fatal error screen
3 months ago
tychovrahe 165238b78e fix(core): fix T3T1 unsafe vendorheader
3 months ago
tychovrahe 1600759457 refactor(core): simplify secret.h api, hide platform differences
3 months ago
tychovrahe 89c6590e45 feat(core/prodtest): add commands TOUCH VERSION and VARIANT READ
3 months ago
tychovrahe c8e18dd4d2 fix(core): slow down SDIO communication in T3T1 prodtest
3 months ago
Ondřej Vejpustek 548e329f9d fix(core): prevent negative-length array
3 months ago
tychovrahe a873a7064e chore(core): add comments to secret.h functions
3 months ago
tychovrahe 8a18cfe0d4 feat(core): use U5 DHUK to encrypt optiga pairing secret in flash
3 months ago
tychovrahe e060ac68c5 feat(core): use U5 HW keys to additionally encrypt storage items
3 months ago
cepetr b1fb876709 fix(core): fix ts3 fonts
3 months ago
Martin Milata c7832c39ab refactor(core/rust/ui): use TString instead of StrBuffer when constructing layouts
3 months ago
tychovrahe 256adc3567 refactor(core/rust) use TString in Label and Button
3 months ago
tychovrahe ed6aa48726 feat(core): use confidential section for confidential and sensitive data
3 months ago
tychovrahe 535a052df4 refactor(core/rust): introduce UIFeaturesXXX trait as an abstraction over different UI implementation
3 months ago
tychovrahe ba741b81fd feat(core): use HSI as PLL source on T3T1
3 months ago
tychovrahe acb0e9fdc5 chore(core): set stack protector to strong
3 months ago
cepetr 285b22e53e refactor(core): add ufmt, bump heapless from 0.7.6 - 0.8.0
3 months ago
tychovrahe ffccf849eb chore(core): fill T3T1 model full name
3 months ago
matejcik 39b7b22777 refactor(core/rust): Paragraph is now based on TString
3 months ago
matejcik 9c287adf64 feat(core/rust): some useful traits for TString
3 months ago
matejcik f3b884bf93 refactor(core): improve safety of translation blobs
3 months ago
tychovrahe ba065c5b38 fix(core/prodtest): do not require sd detect pin for running SD card test
3 months ago
Pavol Rusnak 4b189eb2cb fix(core): always zero-initialize structures in trezorhal
3 months ago
tychovrahe 576ed7e04e chore(core): use SD hal driver from submodule
3 months ago
tychovrahe 69ed626ca0 fix(core): slowdown i2c on u5 to 200kHz
3 months ago
Andrew Kozlik 15e02be4e4 fix(core): Clean up when constructor fails to reduce memory fragmentation.
3 months ago
Andrew Kozlik 49a64cb3a1 test(core): Add AES-GCM unit tests.
3 months ago
Andrew Kozlik 703ea32ceb feat(core): Add aesgcm class to trezor.crypto Python module.
3 months ago