1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-23 15:08:19 +00:00
trezor-firmware/core/embed/sys
tychovrahe 587b5e8eb8 fix(core): fix jump to old bootloader
Initialize systick before jump, as the old bootloaders may not initialize systick on start and rely on systick running from boardloader or firmware. Only relevant for F4, otherwise we are jumping through reset.

[no changelog]
2025-02-28 16:17:06 +01:00
..
bsp feat(core): reset peripherals during handovers 2025-01-30 14:07:25 +01:00
irq/inc/sys
linker refactor(core): separate clear_unused_stack() from sys/linker module 2025-02-12 12:53:27 +01:00
mpu build(core): use internal model names everywhere 2025-01-13 16:24:35 +01:00
powerctl feat(core): introduce hibernate mode 2025-02-14 16:43:22 +01:00
pvd refactor(core): cleaner backlight switch-off in PVD IRQ 2025-02-02 22:41:17 +01:00
sdram
stack refactor(core): separate clear_unused_stack() from sys/linker module 2025-02-12 12:53:27 +01:00
startup fix(core): fix jump to old bootloader 2025-02-28 16:17:06 +01:00
syscall feat(core): introduce hibernate mode 2025-02-14 16:43:22 +01:00
systemview
tamper
task refactor(core): separate clear_unused_stack() from sys/linker module 2025-02-12 12:53:27 +01:00
time
trustzone