1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 02:58:57 +00:00
trezor-firmware/core/embed/trezorhal/stm32f4
2024-08-07 18:11:29 +02:00
..
displays fix(core): fix T2B1 display orientation south 2024-07-08 17:40:14 +02:00
touch fix(core/embed): fix too frequent reading of touch panel registers 2024-07-30 16:53:52 +02:00
usb refactor(core/embed): remove global deps from usb class drivers 2024-06-19 11:57:18 +02:00
xdisplay feat(core/embed): prepare backlight driver for low power mode 2024-07-08 12:05:20 +02:00
backlight_pwm.c feat(core/embed): prepare backlight driver for low power mode 2024-07-08 12:05:20 +02:00
backlight_pwm.h feat(core/embed): prepare backlight driver for low power mode 2024-07-08 12:05:20 +02:00
board_capabilities.c feat(core/prodtest): add commands to read bootloader and boardloader versions 2024-07-31 13:05:06 +02: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/embed): prepare backlight driver for low power mode 2024-07-08 12:05:20 +02:00
consumption_mask.c fix(core): always zero-initialize structures in trezorhal 2024-04-03 13:08:16 +02:00
dma2d_bitblt.c fix(core): fix dma2d includes and initialization with respect to new rendering 2024-08-07 18:11:29 +02:00
dma2d.c feat(core): introduce new display drivers 2024-05-17 09:17:37 +02:00
fault_handlers.c refactor(core): improve and simplify error handling 2024-06-17 16:57:33 +02: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 refactor(core/embed): replace ensure(secfalse,... with error_shutdown 2024-06-17 16:57:33 +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 chore(core/embed): remove unused code 2024-07-08 12:04:49 +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 refactor(core): improve and simplify error handling 2024-06-17 16:57:33 +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 vector table alignment on STM32U5 2024-07-16 16:38:48 +02:00
supervise.h feat(core/prodtest): add reboot command 2024-06-10 11:10:33 +02: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
time_estimate.c feat(core): Account for Optiga throttling delay in PIN countdown. 2024-07-09 16:52:50 +02:00
util.s chore(core/embed): remove unused code 2024-07-08 12:04:49 +02:00
vectortable.s refactor(core): restructure trezorhal, prepare to support more platforms 2023-07-07 22:09:56 +02:00