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/stm32f4
2024-05-28 20:56:48 +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 clearing st7789's internal framebuffer when changing display orientation 2024-05-28 20:56:48 +02:00
backlight_pwm.c fix(core): always zero-initialize structures in trezorhal 2024-04-03 13:08:16 +02:00
backlight_pwm.h refactor(core): restructure trezorhal, prepare to support more platforms 2023-07-07 22:09:56 +02: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
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): introduce mono8 bitmap blending 2024-05-28 17:07:52 +02:00
dma2d.c feat(core): introduce new display drivers 2024-05-17 09:17:37 +02:00
fault_handlers.c chore(core): use cortex-m33 stack protection 2024-02-29 23:05:56 +01:00
flash_otp.c chore(core, legacy, storage): refactor flash drivers 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
i2c.c fix(core): always zero-initialize structures in trezorhal 2024-04-03 13:08:16 +02:00
i2c.h refactor(core): restructure trezorhal, prepare to support more platforms 2023-07-07 22:09:56 +02:00
irq.h feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
limited_util.s fix(core): fix bootloader_ci startup, remove unused function from limited_util.s 2023-09-11 14:36:11 +02:00
lowlevel.c fix(core): always zero-initialize structures in trezorhal 2024-04-03 13:08:16 +02:00
mpu.c feat(core): support optiga handling on U5 2024-02-29 23:05:56 +01:00
optiga_hal.c fix(core): always zero-initialize structures in trezorhal 2024-04-03 13:08:16 +02:00
platform.c refactor(core): add flexible HSE settings 2023-12-18 14:41:44 +01:00
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 refactor(core): restructure trezorhal, prepare to support more platforms 2023-07-07 22:09:56 +02:00
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 refactor(core): restructure trezorhal, prepare to support more platforms 2023-07-07 22:09:56 +02:00
secret.c feat(core): introduce new display drivers 2024-05-17 09:17:37 +02:00
stm32f4xx_hal_conf.h refactor(core): restructure trezorhal, prepare to support more platforms 2023-07-07 22:09:56 +02:00
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 chore(core): refactor boot_args 2024-02-29 23:05:56 +01:00
systemview.h refactor(core): restructure trezorhal, prepare to support more platforms 2023-07-07 22:09:56 +02:00
systick.c refactor(core): remove universal DMA driver 2023-08-29 11:17:03 +02:00
systick.h refactor(core): remove universal DMA driver 2023-08-29 11:17:03 +02:00
usb_hid-impl.h refactor(core): restructure trezorhal, prepare to support more platforms 2023-07-07 22:09:56 +02:00
usb_vcp-impl.h chore(core): fix typos in usb implementation 2024-05-06 19:51:06 +02:00
usb_webusb-impl.h refactor(core): restructure trezorhal, prepare to support more platforms 2023-07-07 22:09:56 +02:00
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 refactor(core): restructure trezorhal, prepare to support more platforms 2023-07-07 22:09:56 +02:00
usbd_core.c refactor(core): restructure trezorhal, prepare to support more platforms 2023-07-07 22:09:56 +02:00
usbd_core.h refactor(core): restructure trezorhal, prepare to support more platforms 2023-07-07 22:09:56 +02:00
usbd_ctlreq.c refactor(core): restructure trezorhal, prepare to support more platforms 2023-07-07 22:09:56 +02:00
usbd_ctlreq.h refactor(core): restructure trezorhal, prepare to support more platforms 2023-07-07 22:09:56 +02:00
usbd_def.h refactor(core): restructure trezorhal, prepare to support more platforms 2023-07-07 22:09:56 +02:00
usbd_ioreq.c refactor(core): restructure trezorhal, prepare to support more platforms 2023-07-07 22:09:56 +02:00
usbd_ioreq.h refactor(core): restructure trezorhal, prepare to support more platforms 2023-07-07 22:09:56 +02:00
util.s feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
vectortable.s refactor(core): restructure trezorhal, prepare to support more platforms 2023-07-07 22:09:56 +02:00