Commit Graph

3215 Commits (464a0164766e9d6ba6b2f37d0f9a50ddb1144802)

Author SHA1 Message Date
M1nd3r 84c069cdbf Fix formatting
5 months ago
M1nd3r b62e708027 Revert debuglink.py changes
5 months ago
M1nd3r 48fee305b3 Revert "Improve handling of channel allocation requests"
5 months ago
M1nd3r 3c46bde8a9 Improve handling of channel allocation requests
5 months ago
M1nd3r 2d1e24685a Improve tests
5 months ago
M1nd3r ad7b479864 Update thp_v1 tests
5 months ago
M1nd3r 6f9d345f5e Fix pylint issues
5 months ago
M1nd3r 6eb7d42b46 Fix BLACK formatting using make style
5 months ago
M1nd3r 261f02815d Fix BLACK formatting of context.py
5 months ago
M1nd3r 7007b7001d Fix import formatting
5 months ago
M1nd3r 97f40631f9 Fix minor and formatting issues
5 months ago
M1nd3r d15edca3f0 fix style prebuild errors
5 months ago
M1nd3r 529b8befaf Fix awaits and debug output
5 months ago
M1nd3r 0e91237a08 Fix context.py -redundant read param
5 months ago
M1nd3r bf362902fc Fix context.py errors
5 months ago
M1nd3r b3bf2ec875 Update test_trezor.wire.thp_v1
5 months ago
M1nd3r 8d98f9113e Lower the number of style prebuild errors 3
5 months ago
M1nd3r a9fe3a36f7 Fix failing emulator - missing parameter
5 months ago
M1nd3r 108d9ec89b Lower the number of style prebuild errors 2
5 months ago
M1nd3r 58ba8a485d Lower the number of style prebuild errors
5 months ago
M1nd3r db29981856 Fix not-working emulator
5 months ago
M1nd3r 6d22f362e5 Fix SyntaxError - SESSIONLESS_FLAG cannot be used as a constant when imported
5 months ago
M1nd3r 014cca8bac Fix bug in THP not clearing already read report
5 months ago
M1nd3r 94278d5c01 Basic THP functinality - not-polished prototype
5 months ago
matejcik 89fdaed31e chore(core): add unsigned vendor headers with production keys
5 months ago
matejcik 0109ab2232 chore(core): make vendor_unsafe.toif small
5 months ago
matejcik 867300b8c6 chore(core): include T3T1 boardloader / bootloader production keys
5 months ago
matejcik 5d9bb0ebfc tools(core): nicer build_vendorheader for manual use
5 months ago
matejcik 729d7c59e1 fix(core/vendorheader): include correct backup key into trezor_btconly vendor header
5 months ago
Martin Milata 4baa4d95a4 fix(core): fix display fatal error screen (T3T1)
5 months ago
Martin Milata 5c5433ada2 refactor(core/rust): use more Self
5 months ago
Martin Milata 906c00e4e5 refactor(core): rename screen_boot_{empty,full} to screen_boot_stage_{1,2}
5 months ago
Martin Milata 804d97c9d8 feat(core): bootloader: T3T1 startup UI
5 months ago
tychovrahe c277dbcfcb feat(core): T3T1 loader
5 months ago
Martin Milata cf00726152 feat(core): copy T2T1 bootloader UI for T3T1
5 months ago
Martin Milata b5fa5a3f3a feat(core): add fonts for T3T1 bootloader
5 months ago
tychovrahe 72146c2ae2 fix(core): fix display fatal error screen
5 months ago
tychovrahe 165238b78e fix(core): fix T3T1 unsafe vendorheader
5 months ago
tychovrahe 1600759457 refactor(core): simplify secret.h api, hide platform differences
5 months ago
tychovrahe 89c6590e45 feat(core/prodtest): add commands TOUCH VERSION and VARIANT READ
5 months ago
tychovrahe c8e18dd4d2 fix(core): slow down SDIO communication in T3T1 prodtest
5 months ago
Ondřej Vejpustek 548e329f9d fix(core): prevent negative-length array
5 months ago
tychovrahe a873a7064e chore(core): add comments to secret.h functions
5 months ago
tychovrahe 8a18cfe0d4 feat(core): use U5 DHUK to encrypt optiga pairing secret in flash
5 months ago
tychovrahe e060ac68c5 feat(core): use U5 HW keys to additionally encrypt storage items
5 months ago
cepetr b1fb876709 fix(core): fix ts3 fonts
5 months ago
Martin Milata c7832c39ab refactor(core/rust/ui): use TString instead of StrBuffer when constructing layouts
5 months ago
tychovrahe 256adc3567 refactor(core/rust) use TString in Label and Button
5 months ago
tychovrahe ed6aa48726 feat(core): use confidential section for confidential and sensitive data
6 months ago
tychovrahe 535a052df4 refactor(core/rust): introduce UIFeaturesXXX trait as an abstraction over different UI implementation
6 months ago
tychovrahe ba741b81fd feat(core): use HSI as PLL source on T3T1
6 months ago
tychovrahe acb0e9fdc5 chore(core): set stack protector to strong
6 months ago
cepetr 285b22e53e refactor(core): add ufmt, bump heapless from 0.7.6 - 0.8.0
6 months ago
tychovrahe ffccf849eb chore(core): fill T3T1 model full name
6 months ago
matejcik 39b7b22777 refactor(core/rust): Paragraph is now based on TString
6 months ago
matejcik 9c287adf64 feat(core/rust): some useful traits for TString
6 months ago
matejcik f3b884bf93 refactor(core): improve safety of translation blobs
6 months ago
tychovrahe ba065c5b38 fix(core/prodtest): do not require sd detect pin for running SD card test
6 months ago
Pavol Rusnak 4b189eb2cb fix(core): always zero-initialize structures in trezorhal
6 months ago
tychovrahe 576ed7e04e chore(core): use SD hal driver from submodule
6 months ago
tychovrahe 69ed626ca0 fix(core): slowdown i2c on u5 to 200kHz
6 months ago
Andrew Kozlik 15e02be4e4 fix(core): Clean up when constructor fails to reduce memory fragmentation.
6 months ago
Andrew Kozlik 49a64cb3a1 test(core): Add AES-GCM unit tests.
6 months ago
Andrew Kozlik 703ea32ceb feat(core): Add aesgcm class to trezor.crypto Python module.
6 months ago
tychovrahe 89147ef493 refactor(core): improve flash api by introducing flash_area_write_data function
6 months ago
tychovrahe 39cfa7087a fix(core): set proper GPIO speeds for T3T1
6 months ago
matejcik 45a4a1da99 fix(core/translations): correctly rename previous symbol
6 months ago
matejcik 1c36c0927c style(core): fix (hopefully) the weird clippy warning about HOMESCREEN_TOIF_X_OFFSET
6 months ago
matejcik 379737a9a5 chore(core): translate storage strings into supported languages
6 months ago
matejcik de2fe3d6d6 feat(core/ui): unify progress.py code between models, implement storage translations
6 months ago
matejcik ed89215a79 feat(core): expose StorageMessage to micropython
6 months ago
matejcik 0fa9860cf5 chore(core): sign translations for 2.7.0, including Czech blob
6 months ago
matejcik b2649b0085 refactor(core): introduce Simplified trait
6 months ago
tychovrahe 047c8a881b fix(core): fix order of loading BHK into SAES key register
6 months ago
cepetr 1e3e7f808b fix(core): fix build on disc2 model
6 months ago
matejcik b263dbc109 fix(all): improve Solana template generation
6 months ago
matejcik 6918b16313 feat(core/translations): add support for explicitly specifying blob version
6 months ago
matejcik 229a06d3a2 fix(core): store translation signatures directly into history section
6 months ago
matejcik 63d1311509 fix(core): properly move old translation signature to history
6 months ago
matejcik 64e507e853 chore(core): add translation signatures
6 months ago
matejcik 9569968459 build(core): rebuild appropriate parts when translation data changes
6 months ago
gabrielkerekes b61ed7c02a fix(solana): round up transaction fee
6 months ago
gabrielkerekes 9b84ecf833 fix(solana): accept compute budget instructions at any position
6 months ago
RostarMarek 8b485de173 feat(solana): Hidden flag functionality for instructions
6 months ago
tychovrahe a80959e50f feat(core): allow T3T1 to start without touch during testing
6 months ago
tychovrahe 5e827e09c4 fix(core): fix haptic driver initialization
6 months ago
obrusvit 54468abd89 feat(core/emu): handle arrow buttons as swipes
6 months ago
Martin Milata 68ff90ccbd Merge branch 'release/24.03'
6 months ago
cepetr a1165d9326 feat(core): introduce skip function for UzlibContext
6 months ago
cepetr 9575c81bd3 feat(core): introduce new color functions
6 months ago
cepetr 474484d249 feat(core): introduce new toif functions
6 months ago
cepetr 254de49a62 feat(core): introduce new point & rect functions
6 months ago
cepetr 9d6827e2fb refactor(core): remove unused ui components
6 months ago
grdddj 3d386246be chore(core): update czech translations
6 months ago
grdddj 50101c9882 chore(core): re-enable czech translations
6 months ago
cepetr dc715d7c0d refactor(core): prepare for non mutable paint function
6 months ago
Pavol Rusnak 60333ca56c chore(core): fix whitespace in makefile
6 months ago
cepetr a54fe5e60f fix(core): fixed blurring algo panic in debug mode
6 months ago
tychovrahe 70a673fabc feat(core): use flash bursts for faster flashing
6 months ago
tychovrahe e1161866da chore(core): fix typo 'capablities'
6 months ago