1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-27 09:58:27 +00:00
trezor-firmware/core/embed/trezorhal/stm32u5
2024-02-29 23:05:56 +01:00
..
displays feat(core): add support for STM32U5A9J-DK board 2024-02-29 23:05:56 +01:00
touch feat(core): add support for STM32U5A9J-DK board 2024-02-29 23:05:56 +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 feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01: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.c feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
i2c.c feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01: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 chore(core): refactor trustzone initialization 2024-02-29 23:05:56 +01:00
mpu.c chore(core): use cortex-m33 stack protection 2024-02-29 23:05:56 +01:00
platform.c feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
platform.h feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01: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
secret.c feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
secure_aes.c feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
stm32u5xx_hal_conf.h feat(core): add basic support for STM32U5 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 feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
trustzone.c chore(core): refactor trustzone initialization 2024-02-29 23:05:56 +01: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