1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-19 14:08:11 +00:00
trezor-firmware/core/embed/trezorhal/stm32u5
2024-09-24 12:21:53 +02:00
..
displays refactor(core/embed): improve display driver init/deinit 2024-09-24 12:21:53 +02:00
haptic/drv2625 refactor(core/embed): use new i2c driver in drv2625 driver 2024-09-24 12:21:53 +02:00
touch refactor(core/embed): use new i2c driver in sitronix touch driver 2024-09-24 12:21:53 +02:00
xdisplay refactor(core/embed): add initialized flag to display drivers 2024-09-24 12:21:53 +02:00
backlight_pwm.c feat(core): add basic support for T3T1 2024-02-29 23:05:56 +01:00
backlight_pwm.h feat(core): add basic support for T3T1 2024-02-29 23:05:56 +01:00
bg_copy.c fix(core/embed): fix aborting of bg_copy operation 2024-09-24 12:21:53 +02:00
board_capabilities.c feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
bootutils.c refactor(core/embed): rename boot_args to bootuils 2024-09-24 12:21:53 +02:00
button.c feat(core): add support for T3B1 2024-07-16 15:56:28 +02:00
common.c refactor(core/embed): introduce fwutils module 2024-09-24 12:21:53 +02:00
consumption_mask.c feat(core): tune consumption mask protection on T3B1 2024-08-07 18:11:43 +02:00
dma2d_bitblt.c feat(core): introduce new display drivers 2024-05-17 09:17:37 +02:00
dma2d.c feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
entropy.c refactor(core/embed): extract hw entropy logic to its own module 2024-09-24 12:21:53 +02:00
fault_handlers.c fix(core/embed): make HardFault processing safer 2024-09-24 12:21:53 +02:00
flash_otp.c fix(core): fix OTP programming on U5 2024-02-29 23:05:56 +01:00
flash.c refactor(core): improve flash api by introducing flash_area_write_data function 2024-04-03 10:18:40 +02:00
fwutils.c refactor(core/embed): introduce fwutils module 2024-09-24 12:21:53 +02:00
hash_processor.c refactor(core/embed): simplify irq priorities 2024-09-24 12:21:53 +02:00
i2c_bus.c refactor(embed/core): replace enable/disable_irq by irq_lock/unlock 2024-09-24 12:21:53 +02:00
irq.h feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
limited_util.s chore(core/embed): remove unused code 2024-07-08 12:04:49 +02:00
lowlevel.c fix(core): ensure correctly programmed oem key option bytes 2024-04-22 09:15:42 +02:00
monoctr.c feat(core): implement firmware downgrade protection 2024-09-03 13:07:34 +02:00
mpu.c fix(core): fix prodtest WIPE on STM32U5 2024-05-05 18:36:47 +02:00
optiga_hal.c feat(core): support optiga handling on U5 2024-02-29 23:05:56 +01:00
platform.c refactor(core/embed): remove supervise module 2024-09-24 12:21:53 +02:00
platform.h refactor(core/embed): simplify bootutils api 2024-09-24 12:21:53 +02:00
random_delays.c feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
rng.c feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
sbu.c feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
sdcard.c refactor(embed/core): replace enable/disable_irq by irq_lock/unlock 2024-09-24 12:21:53 +02:00
secret.c refactor(core/embed): simplify bootutils api 2024-09-24 12:21:53 +02:00
secure_aes.c feat(core): use U5 HW keys to additionally encrypt storage items 2024-04-08 21:41:30 +02:00
stm32u5xx_hal_conf.h refactor(core/embed): simplify irq priorities 2024-09-24 12:21:53 +02:00
systemview.h feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
systick_internal.h feat(core/embed): introduce systick and systimer drivers 2024-09-24 12:21:53 +02:00
systick.c feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
systimer.c feat(core/embed): introduce systick and systimer drivers 2024-09-24 12:21:53 +02:00
tamper.c refactor(core/embed): remove supervise module 2024-09-24 12:21:53 +02:00
time_estimate.c feat(core): Account for Optiga throttling delay in PIN countdown. 2024-07-09 16:52:50 +02:00
trustzone.c refactor(core/embed): simplify irq priorities 2024-09-24 12:21:53 +02:00
usb refactor(core/embed): move usb driver to its own folder 2024-06-19 11:48:06 +02:00
util.s chore(core/embed): remove unused code 2024-07-08 12:04:49 +02:00
vectortable.s feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00