Commit Graph

115 Commits (accc2c71a81282aa191cc63101ed139a00eac0d3)

Author SHA1 Message Date
tychovrahe b59e28a96a refactor(core): add flexible HSE settings
1 year ago
tychovrahe b2cc31df63 refactor(core): extract backlight pwm settings to board definition
1 year ago
tychovrahe e677e62623 refactor(core): unify touch and button handling, enable usage of both in one model
1 year ago
tychovrahe 33fc64b629 refactor(core): remove universal DMA driver
1 year ago
matejcik 04ea95777b chore(core/prodtest): enable Optiga locking
1 year ago
Andrew Kozlik 5898b16cd2 feat(core): Implement OPTIGA VerifySign command.
1 year ago
tychovrahe 5470304515 feat(core): Implement OPTIGA provisioning in prodtest.
1 year ago
Andrew Kozlik 812e77cefd feat(core): Implement OPTIGA secure channel.
1 year ago
Andrew Kozlik 11e1795a89 refactor(core): optiga_execute_command()
1 year ago
Andrew Kozlik 773f79251f feat(core): Implement comparison of OPTIGA metadata.
1 year ago
tychovrahe 90bdab6599 fix(core): fixed unwanted delays in T2B1
1 year ago
matejcik c0de11fbeb fix(core): use stm32f4 implementation of secret.c for unix too
1 year ago
tychovrahe e8281385f6 feat(core): implement secret handling in bootloader
1 year ago
Andrew Kozlik 74759310bb feat(core): Integrate OPTIGA Trust M
1 year ago
tychovrahe 238e3fd7c1 refactor(core): add abstraction over flash memory layout
1 year ago
tychovrahe fa71c8244c fix(core): fix MPU settings
1 year ago
tychovrahe ad1f2360bd fix(core): replace systick based wait in display SPI with loop as systick does not work in fault handlers
1 year ago
tychovrahe ebbd7f9d35 refactor(core): restructure trezorhal, prepare to support more platforms
1 year ago
tychovrahe 671f23f1aa feat(core): support rev 10 of T2B1 HW
1 year ago
tychovrahe 539420cac8 refactor(core): make backlight/fading optional
1 year ago
tychovrahe 1f1680243f refactor(core): separate backlight pwm driver and display driver
1 year ago
tychovrahe 9cd59105c1 refactor(core): modify i2c driver to allow usage of more i2c peripherals
1 year ago
tychovrahe 638ebbc0df fix(core): improve robustness of touch driver
1 year ago
tychovrahe da4ce32b45 fix(core): fix gamma correction for Model T
1 year ago
tychovrahe 32a2b371bd feat(core): allow different screen sizes for TT UI
1 year ago
tychovrahe d3284baf21 feat(core): support STM32F429 discovery board
1 year ago
tychovrahe 8d812ca36e feat(core): support device variants
1 year ago
tychovrahe 531511407b feat(core/rust): add bootloader design for T2B1
1 year ago
tychovrahe a2f8cb9d1c feat(core): add internal model field to features
1 year ago
tychovrahe 0c5db05357 feat(core): support 16bit i8080 display bus
1 year ago
tychovrahe 09349c308a feat(core): support hw revision 6 of T2B1
1 year ago
tychovrahe 33fb590f44 refactor(core): decouple i2c driver and touch driver
1 year ago
matejcik ca5a68ebc5 fix(core): unify error strings
1 year ago
tychovrahe 9b8984896e refactor(core): unify error screens
1 year ago
tychovrahe 64bc94cbc9 feat(core): uninitialized welcome flow
1 year ago
tychovrahe 6e0c2578f8 fix(core): fix FMC initialization
2 years ago
matejcik 9244522721 fix(core): remove `shutdown()`
2 years ago
tychovrahe e30fdddd83 fix(core): clear model R display before turning it on
2 years ago
tychovrahe 5a991f3244 feat(core/rust): bootloader implementation in rust
2 years ago
tychovrahe ead61d1e90 refactor(core): improve flexibility of build, allow different touch panel driver, allow STM32F429
2 years ago
tychovrahe 52cd43bf29 fix(core): improve tearing effect prevention
2 years ago
tychovrahe 115f7daaaa feat(core): prevent installing and running of incompatible firmware, prevent bootloader downgrade
2 years ago
tychovrahe 3cc66301c3 fix(core): fix model T FMC timing
2 years ago
tychovrahe 4c7060186a fix(core): fix display blinking by increasing backlight pwm frequency
2 years ago
tychovrahe 0d733d8e22 feat(core): change display type for model R
2 years ago
tychovrahe a89d139dc9 feat(core): increase clock frequency to 180 MHz
2 years ago
tychovrahe 86f2dacc6e fix(core): re-introduce touch event filtering
2 years ago
tychovrahe f7b9bb4ef8 feat(core/rust): use dma2d to improve rendering performance, implement text over image and icon over icon functions
2 years ago
tychovrahe b9647d1296 fix(core): fix flashing usb disconnected error
2 years ago
Ondrej Mikle 77cdf4b43c fix(core): consider device in USB suspend connected if it was configured before
2 years ago