1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-16 04:29:08 +00:00
trezor-firmware/core/embed/trezorhal/stm32f4
2024-10-22 07:41:30 +02:00
..
displays refactor(core/embed): remove supervise module 2024-09-24 12:21:53 +02:00
linker refactor(core): streamline layout definitions 2024-09-27 09:49:20 +02:00
touch feat(core): add LHS200KB display panel 2024-10-09 15:06:40 +02:00
usb refactor(core): improve random_delays api 2024-10-07 11:39:09 +02:00
xdisplay refactor(core): adjust display api for syscall verifier 2024-10-22 07:41:30 +02:00
applet.c feat(core): implement syscall verifiers 2024-10-22 07:41:30 +02:00
backlight_pwm.c
backlight_pwm.h
board_capabilities.c refactor(core): streamline layout definitions 2024-09-27 09:49:20 +02:00
bootutils.c refactor(core): rename reboot to reboot_device 2024-10-09 13:03:51 +02:00
button.c refactor(core/embed): split firmware into kernel & coreapp 2024-09-24 12:21:53 +02:00
common.c refactor(core/embed): split firmware into kernel & coreapp 2024-09-24 12:21:53 +02:00
consumption_mask.c refactor(core): combined build of coreapp + kernel, linker scripts refactoring 2024-09-24 12:21:53 +02:00
dma2d_bitblt.c
dma2d.c
entropy.c refactor(core/embed): split firmware into kernel & coreapp 2024-09-24 12:21:53 +02:00
flash_otp.c refactor(core/embed): split firmware into kernel & coreapp 2024-09-24 12:21:53 +02:00
flash.c refactor(core/embed): split firmware into kernel & coreapp 2024-09-24 12:21:53 +02:00
fwutils.c fix(core): ensure proper handling of vendor string 2024-10-02 16:57:16 +02:00
i2c_bus.c refactor(core/embed): split firmware into kernel & coreapp 2024-09-24 12:21:53 +02:00
irq.h refactor(embed/core): replace enable/disable_irq by irq_lock/unlock 2024-09-24 12:21:53 +02:00
layout.c refactor(core): rename TRANSLATIONS_AREA to ASSETS_AREA 2024-09-27 09:49:20 +02:00
limited_util.S refactor(core): combined build of coreapp + kernel, linker scripts refactoring 2024-09-24 12:21:53 +02:00
lowlevel.c refactor(core/embed): split firmware into kernel & coreapp 2024-09-24 12:21:53 +02:00
monoctr.c refactor(core/embed): split firmware into kernel & coreapp 2024-09-24 12:21:53 +02:00
mpu.c refactor(core): combined build of coreapp + kernel, linker scripts refactoring 2024-09-24 12:21:53 +02:00
optiga_hal.c refactor(core/embed): split firmware into kernel & coreapp 2024-09-24 12:21:53 +02:00
platform.c refactor(core/embed): split firmware into kernel & coreapp 2024-09-24 12:21:53 +02:00
platform.h refactor(core/embed): remove supervise module 2024-09-24 12:21:53 +02:00
random_delays.c refactor(core): improve random_delays api 2024-10-07 11:39:09 +02:00
rgb_led.c refactor(core/embed): split firmware into kernel & coreapp 2024-09-24 12:21:53 +02:00
rng.c refactor(core/embed): split firmware into kernel & coreapp 2024-09-24 12:21:53 +02:00
sbu.c chore(core): remove SBU interface from python 2024-09-27 09:49:20 +02:00
sdcard-set_clr_card_detect.h
sdcard.c refactor(core/embed): split firmware into kernel & coreapp 2024-09-24 12:21:53 +02:00
sdram.c refactor(core): combined build of coreapp + kernel, linker scripts refactoring 2024-09-24 12:21:53 +02:00
sdram.h
secret.c fix(core): reboot immediately in boardloader if BHK is locked 2024-09-26 09:54:45 +02:00
startup_stage_0.s refactor(core): combined build of coreapp + kernel, linker scripts refactoring 2024-09-24 12:21:53 +02:00
startup_stage_1.s refactor(core): combined build of coreapp + kernel, linker scripts refactoring 2024-09-24 12:21:53 +02:00
startup_stage_2.s refactor(core): combined build of coreapp + kernel, linker scripts refactoring 2024-09-24 12:21:53 +02:00
startup_stage_4.s refactor(core): combined build of coreapp + kernel, linker scripts refactoring 2024-09-24 12:21:53 +02:00
stm32f4xx_hal_conf.h
syscall_dispatch.c fix(core): add missing optiga_sign syscall 2024-10-22 07:41:30 +02:00
syscall_numbers.h refactor(core): remove hash_processor syscalls 2024-10-22 07:41:30 +02:00
syscall_probe.c feat(core): implement syscall verifiers 2024-10-22 07:41:30 +02:00
syscall_probe.h feat(core): implement syscall verifiers 2024-10-22 07:41:30 +02:00
syscall_stubs.c refactor(core): adjust system api for syscall verifier 2024-10-22 07:41:30 +02:00
syscall_verifiers.c fix(core): add missing optiga_sign syscall 2024-10-22 07:41:30 +02:00
syscall_verifiers.h fix(core): add missing optiga_sign syscall 2024-10-22 07:41:30 +02:00
syscall.c fix(core): use secure-unprivileged SAES XOR key for storage encryption 2024-09-24 12:21:53 +02:00
syscall.h fix(core): use secure-unprivileged SAES XOR key for storage encryption 2024-09-24 12:21:53 +02:00
systask.c feat(core): implement syscall verifiers 2024-10-22 07:41:30 +02:00
system.c refactor(core): adjust system api for syscall verifier 2024-10-22 07:41:30 +02:00
systemview.h
systick_internal.h feat(core/embed): introduce systick and systimer drivers 2024-09-24 12:21:53 +02:00
systick.c refactor(core/embed): split firmware into kernel & coreapp 2024-09-24 12:21:53 +02:00
systimer.c refactor(core/embed): split firmware into kernel & coreapp 2024-09-24 12:21:53 +02:00
time_estimate.c
util.S refactor(core): combined build of coreapp + kernel, linker scripts refactoring 2024-09-24 12:21:53 +02:00
vectortable.S refactor(core/embed): introduce system, tasks, applets and emergency mode 2024-09-24 12:21:53 +02:00