1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-12 18:49:07 +00:00
trezor-firmware/core/embed/trezorhal/stm32u5
2024-05-17 09:17:37 +02:00
..
displays feat(core): introduce new display drivers 2024-05-17 09:17:37 +02:00
haptic/drv2625 fix(core): fix tt ui loader haptic feedback 2024-05-09 14:51:05 +02:00
touch style: fix style according to new clang 2024-05-10 20:06:28 +02:00
xdisplay feat(core): introduce new display drivers 2024-05-17 09:17:37 +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 feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
boot_args.c chore(core): refactor boot_args 2024-02-29 23:05:56 +01:00
common.c fix(core): fix prodtest WIPE on STM32U5 2024-05-05 18:36:47 +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
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 fix(core): fix sha256 calculation with hash processor 2024-04-17 10:48:37 +02:00
i2c.c fix(core): always zero-initialize structures in trezorhal 2024-04-03 13:08:16 +02:00
i2c.h feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
irq.h feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
limited_util.s chore(core): use cortex-m33 stack protection 2024-02-29 23:05:56 +01:00
lowlevel.c fix(core): ensure correctly programmed oem key option bytes 2024-04-22 09:15:42 +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 feat(core): use HSI as PLL source on T3T1 2024-04-05 15:17:42 +02:00
platform.h feat(core): use confidential section for confidential and sensitive data 2024-04-05 18:54:30 +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 fix(core): slow down SDIO communication in T3T1 prodtest 2024-04-11 09:54:28 +02:00
secret.c refactor(core): simplify secret.h api, hide platform differences 2024-04-11 16:13:58 +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 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 feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
supervise.h feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
systemview.h feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
systick.c feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
systick.h feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
tamper.c chore(core): optimize flash usage - tamper on U5 2024-02-29 23:05:56 +01:00
trustzone.c style: fix style according to new clang 2024-05-10 20:06:28 +02:00
usb_hid-impl.h feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
usb_vcp-impl.h feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
usb_webusb-impl.h feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
usb.c feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
usbd_conf.c feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
usbd_conf.h feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
usbd_core.c feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
usbd_core.h feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
usbd_ctlreq.c feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
usbd_ctlreq.h feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
usbd_def.h feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
usbd_ioreq.c feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
usbd_ioreq.h feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
util.s feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
vectortable.s feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00