1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-02 16:26:19 +00:00
trezor-firmware/core/embed/sys/startup
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
..
inc/sys fix(core): fix optiga pairing issue 2025-02-10 10:43:54 +01:00
stm32 fix(core): fix jump to old bootloader 2025-02-28 16:17:06 +01:00
stm32f4 refactor(core): separate clear_unused_stack() from sys/linker module 2025-02-12 12:53:27 +01:00
stm32u5 refactor(core): separate clear_unused_stack() from sys/linker module 2025-02-12 12:53:27 +01:00
unix refactor(core): simplify shutdown/handover code 2025-01-30 14:07:25 +01:00