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/stm32f4
2024-05-17 10:43:14 +02:00
..
displays feat(core): introduce new display drivers 2024-05-17 09:17:37 +02:00
touch feat(core): introduce new display drivers 2024-05-17 09:17:37 +02:00
xdisplay fix(core): fix old frame flicker when backlight is risen too soon 2024-05-17 10:43:14 +02:00
backlight_pwm.c fix(core): always zero-initialize structures in trezorhal 2024-04-03 13:08:16 +02:00
backlight_pwm.h
board_capabilities.c
boot_args.c
button.c fix(core): always zero-initialize structures in trezorhal 2024-04-03 13:08:16 +02:00
common.c feat(core): introduce new display drivers 2024-05-17 09:17:37 +02:00
consumption_mask.c fix(core): always zero-initialize structures in trezorhal 2024-04-03 13:08:16 +02:00
dma2d_bitblt.c feat(core): add alpha capabilities to 4-bit blending 2024-05-17 10:42:32 +02:00
dma2d.c feat(core): introduce new display drivers 2024-05-17 09:17:37 +02:00
fault_handlers.c
flash_otp.c
flash.c refactor(core): improve flash api by introducing flash_area_write_data function 2024-04-03 10:18:40 +02: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
lowlevel.c fix(core): always zero-initialize structures in trezorhal 2024-04-03 13:08:16 +02:00
mpu.c
optiga_hal.c fix(core): always zero-initialize structures in trezorhal 2024-04-03 13:08:16 +02:00
platform.c
platform.h feat(core): use confidential section for confidential and sensitive data 2024-04-05 18:54:30 +02:00
random_delays.c chore(core): Disable wait_random() for prodtest and VCP. 2024-05-05 10:03:32 +02:00
rgb_led.c fix(core): always zero-initialize structures in trezorhal 2024-04-03 13:08:16 +02:00
rng.c
sbu.c fix(core): always zero-initialize structures in trezorhal 2024-04-03 13:08:16 +02:00
sdcard-set_clr_card_detect.h fix(core): always zero-initialize structures in trezorhal 2024-04-03 13:08:16 +02:00
sdcard.c fix(core): slow down SDIO communication in T3T1 prodtest 2024-04-11 09:54:28 +02:00
sdram.c fix(core): always zero-initialize structures in trezorhal 2024-04-03 13:08:16 +02:00
sdram.h
secret.c feat(core): introduce new display drivers 2024-05-17 09:17:37 +02:00
stm32f4xx_hal_conf.h
supervise.c fix(core): fix reboot to bootloader crash when display copying is in progress 2024-04-18 10:50:46 +02:00
supervise.h
systemview.h
systick.c
systick.h
usb_hid-impl.h
usb_vcp-impl.h chore(core): fix typos in usb implementation 2024-05-06 19:51:06 +02:00
usb_webusb-impl.h
usb.c chore(core): Disable wait_random() for prodtest and VCP. 2024-05-05 10:03:32 +02:00
usbd_conf.c chore(core): fix typos in usb implementation 2024-05-06 19:51:06 +02:00
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