1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-19 14:30:31 +00:00
trezor-firmware/core/embed/trezorhal/stm32u5
2024-04-03 16:48:28 +02:00
..
displays refactor(core): use internal framebuffer on T3T1 (with ST7789V display controller) 2024-02-29 23:40:17 +01:00
haptic/drv2625 fix(core): fix haptic driver initialization 2024-03-25 08:35:02 +01:00
touch fix(core): always zero-initialize structures in trezorhal 2024-04-03 13:08:16 +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 refactor(core): extract framebuffer copy to separate bg_copy functionality 2024-02-29 23:40:17 +01:00
board_capabilities.c
boot_args.c chore(core): refactor boot_args 2024-02-29 23:05:56 +01:00
common.c feat(core): allow T3T1 to start without touch during testing 2024-03-25 09:16:07 +01:00
dma2d.c
fault_handlers.c chore(core): use cortex-m33 stack protection 2024-02-29 23:05:56 +01: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
hash_processor.c perf(core): optimize boot speed on U5 by using has processor to calculate image hashes, switches to sha256 2024-02-29 23:05:56 +01:00
i2c.c fix(core): always zero-initialize structures in trezorhal 2024-04-03 13:08:16 +02:00
i2c.h
irq.h
limited_util.s chore(core): use cortex-m33 stack protection 2024-02-29 23:05:56 +01:00
lowlevel.c fix(core): always zero-initialize structures in trezorhal 2024-04-03 13:08:16 +02:00
mpu.c fix(core): fix prodtest mpu setting on U5 - allow read of MCU ID 2024-03-18 19:50:54 +01:00
optiga_hal.c feat(core): support optiga handling on U5 2024-02-29 23:05:56 +01:00
platform.c feat(core): add support for STM32U585 2024-02-29 23:05:56 +01:00
platform.h refactor(core): improve flash api by introducing flash_area_write_data function 2024-04-03 10:18:40 +02:00
random_delays.c
rng.c
sbu.c
sdcard.c fix(core/prodtest): do not require sd detect pin for running SD card test 2024-04-03 16:48:28 +02:00
secret.c fix(core): improve bhk handling on STM32U5 2024-03-19 11:33:23 +01:00
secure_aes.c fix(core): fix order of loading BHK into SAES key register 2024-03-28 13:02:17 +01:00
stm32u5xx_hal_conf.h perf(core): optimize boot speed on U5 by using has processor to calculate image hashes, switches to sha256 2024-02-29 23:05:56 +01:00
supervise.c
supervise.h
systemview.h
systick.c
systick.h
tamper.c chore(core): optimize flash usage - tamper on U5 2024-02-29 23:05:56 +01:00
trustzone.c fix(core): fix OTP programming on U5 2024-02-29 23:05:56 +01:00
usb_hid-impl.h
usb_vcp-impl.h
usb_webusb-impl.h
usb.c
usbd_conf.c
usbd_conf.h
usbd_core.c
usbd_core.h
usbd_ctlreq.c
usbd_ctlreq.h
usbd_def.h
usbd_ioreq.c
usbd_ioreq.h
util.s
vectortable.s