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-31 10:27:08 +01:00
..
displays refactor(core): make USE_xxx defines global 2024-10-31 10:27:08 +01:00
linker fix(core): align coreapp start to 8KB (u5 only) 2024-10-31 10:25:31 +01:00
touch feat(core/prodtest): added TOUCH_POWER command to prodtest 2024-10-23 14:42:00 +02:00
usb refactor(core): improve random_delays api 2024-10-07 11:39:09 +02:00
xdisplay refactor(core): make USE_xxx defines global 2024-10-31 10:27:08 +01:00
applet.c refactor(core): introduce USE_TRUSTZONE 2024-10-31 10:25:31 +01:00
backlight_pwm.c fix(core/embed): fix backlight pwm settings during display deinit 2024-09-24 12:21:53 +02:00
backlight_pwm.h
board_capabilities.c refactor(core): streamline layout definitions 2024-09-27 09:49:20 +02:00
bootutils.c refactor(core): get rid of platform.h 2024-10-22 09:06:21 +02:00
button.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 fix(core): fix dma2d includes and initialization with respect to new rendering 2024-08-07 18:11:29 +02:00
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 refactor(core): get rid of platform.h 2024-10-22 09:06:21 +02:00
i2c_bus.c feat(core): record interrupts with systemview 2024-10-22 10:22:50 +02:00
irq.h refactor(embed/core): replace enable/disable_irq by irq_lock/unlock 2024-09-24 12:21:53 +02:00
layout_helpers.h refactor(core): simplify and improve flash layout definitions 2024-10-31 10:25:31 +01:00
layout.c refactor(core): simplify and improve flash layout definitions 2024-10-31 10:25:31 +01:00
limited_util.S refactor(core): combined build of coreapp + kernel, linker scripts refactoring 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 feat(core): added access control for framebuffer 2024-10-22 09:40:13 +02:00
optiga_hal.c refactor(core): fix platform header includes 2024-10-22 09:06:21 +02:00
option_bytes.c refactor(core): decompose lowlevel module 2024-10-22 09:06:21 +02:00
pvd.c refactor(core): decompose lowlevel module 2024-10-22 09:06:21 +02:00
random_delays.c refactor(core): improve random_delays api 2024-10-07 11:39:09 +02:00
reset_flags.c fix(core): correct swapped F4/U5 reset flags 2024-10-22 23:03:15 +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_init.c refactor(core): get rid of platform.h 2024-10-22 09:06:21 +02:00
startup_init.h refactor(core): introduce startup_init.c 2024-10-22 09:06:21 +02:00
startup_stage_0.s refactor(core): remove common.c on all platforms 2024-10-22 09:06:21 +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 refactor(core): refactor unit properties detection 2024-10-22 08:30:49 +02:00
syscall_numbers.h refactor(core): refactor unit properties detection 2024-10-22 08:30:49 +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): refactor unit properties detection 2024-10-22 08:30:49 +02:00
syscall_verifiers.c refactor(core): refactor unit properties detection 2024-10-22 08:30:49 +02:00
syscall_verifiers.h refactor(core): refactor unit properties detection 2024-10-22 08:30:49 +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): record interrupts with systemview 2024-10-22 10:22:50 +02:00
system.c refactor(core): get rid of platform.h 2024-10-22 09:06:21 +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): fix platform header includes 2024-10-22 09:06:21 +02:00
systimer.c refactor(core): fix platform header includes 2024-10-22 09:06:21 +02:00
time_estimate.c feat(core): Account for Optiga throttling delay in PIN countdown. 2024-07-09 16:52:50 +02:00
unit_properties.c refactor(core): refactor unit properties detection 2024-10-22 08:30:49 +02:00
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