Commit Graph

3107 Commits (onvej-sl/remove-unused-crypto)

Author SHA1 Message Date
Pavol Rusnak 4b189eb2cb fix(core): always zero-initialize structures in trezorhal
2 months ago
tychovrahe 576ed7e04e chore(core): use SD hal driver from submodule
2 months ago
tychovrahe 69ed626ca0 fix(core): slowdown i2c on u5 to 200kHz
2 months ago
Andrew Kozlik 15e02be4e4 fix(core): Clean up when constructor fails to reduce memory fragmentation.
2 months ago
Andrew Kozlik 49a64cb3a1 test(core): Add AES-GCM unit tests.
2 months ago
Andrew Kozlik 703ea32ceb feat(core): Add aesgcm class to trezor.crypto Python module.
2 months ago
tychovrahe 89147ef493 refactor(core): improve flash api by introducing flash_area_write_data function
2 months ago
tychovrahe 39cfa7087a fix(core): set proper GPIO speeds for T3T1
2 months ago
matejcik 45a4a1da99 fix(core/translations): correctly rename previous symbol
2 months ago
matejcik 1c36c0927c style(core): fix (hopefully) the weird clippy warning about HOMESCREEN_TOIF_X_OFFSET
3 months ago
matejcik 379737a9a5 chore(core): translate storage strings into supported languages
3 months ago
matejcik de2fe3d6d6 feat(core/ui): unify progress.py code between models, implement storage translations
3 months ago
matejcik ed89215a79 feat(core): expose StorageMessage to micropython
3 months ago
matejcik 0fa9860cf5 chore(core): sign translations for 2.7.0, including Czech blob
3 months ago
matejcik b2649b0085 refactor(core): introduce Simplified trait
3 months ago
tychovrahe 047c8a881b fix(core): fix order of loading BHK into SAES key register
3 months ago
cepetr 1e3e7f808b fix(core): fix build on disc2 model
3 months ago
matejcik b263dbc109 fix(all): improve Solana template generation
3 months ago
matejcik 6918b16313 feat(core/translations): add support for explicitly specifying blob version
3 months ago
matejcik 229a06d3a2 fix(core): store translation signatures directly into history section
3 months ago
matejcik 63d1311509 fix(core): properly move old translation signature to history
3 months ago
matejcik 64e507e853 chore(core): add translation signatures
3 months ago
matejcik 9569968459 build(core): rebuild appropriate parts when translation data changes
3 months ago
gabrielkerekes b61ed7c02a fix(solana): round up transaction fee
3 months ago
gabrielkerekes 9b84ecf833 fix(solana): accept compute budget instructions at any position
3 months ago
RostarMarek 8b485de173 feat(solana): Hidden flag functionality for instructions
3 months ago
tychovrahe a80959e50f feat(core): allow T3T1 to start without touch during testing
3 months ago
tychovrahe 5e827e09c4 fix(core): fix haptic driver initialization
3 months ago
obrusvit 54468abd89 feat(core/emu): handle arrow buttons as swipes
3 months ago
Martin Milata 68ff90ccbd Merge branch 'release/24.03'
3 months ago
cepetr a1165d9326 feat(core): introduce skip function for UzlibContext
3 months ago
cepetr 9575c81bd3 feat(core): introduce new color functions
3 months ago
cepetr 474484d249 feat(core): introduce new toif functions
3 months ago
cepetr 254de49a62 feat(core): introduce new point & rect functions
3 months ago
cepetr 9d6827e2fb refactor(core): remove unused ui components
3 months ago
grdddj 3d386246be chore(core): update czech translations
3 months ago
grdddj 50101c9882 chore(core): re-enable czech translations
3 months ago
cepetr dc715d7c0d refactor(core): prepare for non mutable paint function
3 months ago
Pavol Rusnak 60333ca56c chore(core): fix whitespace in makefile
3 months ago
cepetr a54fe5e60f fix(core): fixed blurring algo panic in debug mode
3 months ago
tychovrahe 70a673fabc feat(core): use flash bursts for faster flashing
3 months ago
tychovrahe e1161866da chore(core): fix typo 'capablities'
3 months ago
tychovrahe 0a4a5feaa0 fix(core): fix TOCTOU in sd card bootloader update procedure
3 months ago
tychovrahe 5c7c9c56a3 fix(core): add missing stm32u5 symlinks
3 months ago
tychovrahe 6e2f5ff27d fix(core): improve bhk handling on STM32U5
3 months ago
tychovrahe fb2868d297 fix(core): setup option bytes for STM32U5
3 months ago
tychovrahe 43fa92d953 fix(docs): fix prodtest SBU command documentation
3 months ago
tychovrahe 4fe9294377 fix(core): fix prodtest mpu setting on U5 - allow read of MCU ID
3 months ago
naiyoma 362958f906 [no changelog] refactor(core):Use utime.ticks_diff in src/boot.py for arithmetic operations
3 months ago
naiyoma 9f9354a820 [no changelog] Refactor arithmetic operations in fido2.py to use utime.ticks_add() and utime.ticks_diff()
3 months ago