cepetr
|
976867d7d8
|
fix(core): add missing optiga_sign syscall
[no changelog]
|
2024-10-22 07:41:30 +02:00 |
|
cepetr
|
63f5f72804
|
feat(core): implement syscall verifiers
[no changelog]
|
2024-10-22 07:41:30 +02:00 |
|
cepetr
|
93af056c13
|
refactor(core): adjust system api for syscall verifier
[no changelog]
|
2024-10-22 07:41:30 +02:00 |
|
cepetr
|
be59a09a4c
|
refactor(core): remove hash_processor syscalls
[no changelog]
|
2024-10-22 07:41:30 +02:00 |
|
cepetr
|
0312158aa1
|
refactor(core): adjust display api for syscall verifier
[no changelog]
|
2024-10-22 07:41:30 +02:00 |
|
cepetr
|
305f16c86b
|
refactor(core): unify arg parsing in syscall dispatch
[no changelog]
|
2024-10-22 07:41:30 +02:00 |
|
Roman Zeyde
|
da7ddd5c8c
|
chore(core/embed): fixup sha256 context type name
[no changelog]
|
2024-10-21 09:42:20 +02:00 |
|
tychovrahe
|
d71d9e9c34
|
feat(core): add T3W1 emulator build
[no changelog]
|
2024-10-09 15:06:40 +02:00 |
|
tychovrahe
|
138fadbf7b
|
feat(core): add LHS200KB display panel
[no changelog]
|
2024-10-09 15:06:40 +02:00 |
|
tychovrahe
|
5575fce461
|
chore(core): remove button state syscalls
[no changelog]
|
2024-10-09 15:06:40 +02:00 |
|
tychovrahe
|
b5b12ba50c
|
fix(core): fix st7789-v driver issue data when using 16 bit bus
[no changelog]
|
2024-10-09 15:06:40 +02:00 |
|
cepetr
|
af4d792212
|
fix(emulator): fix rsod drawing in emulator
[no changelog]
|
2024-10-09 13:03:51 +02:00 |
|
cepetr
|
a247b4e87a
|
refactor(core): rename reboot to reboot_device
[no changelog]
|
2024-10-09 13:03:51 +02:00 |
|
cepetr
|
5eb5f8d8f2
|
refactor(core): improve random_delays api
[no changelog]
|
2024-10-07 11:39:09 +02:00 |
|
cepetr
|
f54edd0d6a
|
fix(core): ensure proper handling of vendor string
[no changelog]
|
2024-10-02 16:57:16 +02:00 |
|
cepetr
|
e6bda579b1
|
fix(core): fix interaction-less update
[no changelog]
|
2024-10-01 10:12:44 +02:00 |
|
cepetr
|
51b703cb1a
|
fix(core): remove unnecessary framebuffer copying
[no changelog]
|
2024-10-01 10:12:27 +02:00 |
|
cepetr
|
e01fda59a9
|
fix(core): fix incorrect detection of exception/handler mode
[no changelog]
|
2024-10-01 10:12:27 +02:00 |
|
tychovrahe
|
775780cc8b
|
refactor(core): rename TRANSLATIONS_AREA to ASSETS_AREA
[no changelog]
|
2024-09-27 09:49:20 +02:00 |
|
tychovrahe
|
d361c23224
|
chore(core): remove SBU interface from python
[no changelog]
|
2024-09-27 09:49:20 +02:00 |
|
tychovrahe
|
d412ce987e
|
refactor(core): use common layout.c file
[no changelog]
|
2024-09-27 09:49:20 +02:00 |
|
tychovrahe
|
21c1359ac6
|
refactor(core): streamline layout definitions
[no changelog]
|
2024-09-27 09:49:20 +02:00 |
|
cepetr
|
a5ddd13e8f
|
fix(core): fix handover to bootloader
[no changelog]
|
2024-09-26 09:55:21 +02:00 |
|
tychovrahe
|
2530312091
|
fix(core): reboot immediately in boardloader if BHK is locked
[no changelog]
|
2024-09-26 09:54:45 +02:00 |
|
tychovrahe
|
e13d4a45a6
|
chore(core): remove residual support for T1B1 in core
[no changelog]
|
2024-09-25 09:18:01 +02:00 |
|
cepetr
|
ab96ce7954
|
fix(core/embed): fix firmware invalidation
[no changelog]
|
2024-09-24 12:21:53 +02:00 |
|
tychovrahe
|
dfd17578b6
|
refactor(core): migrate coreapp into firmware
[no changelog]
|
2024-09-24 12:21:53 +02:00 |
|
tychovrahe
|
57f72d5aa7
|
fix(core): use secure-unprivileged SAES XOR key for storage encryption
[no changelog]
|
2024-09-24 12:21:53 +02:00 |
|
tychovrahe
|
28f420189a
|
refactor(core): combined build of coreapp + kernel, linker scripts refactoring
[no changelog]
|
2024-09-24 12:21:53 +02:00 |
|
cepetr
|
35c6f52133
|
refactor(core/embed): introduce system, tasks, applets and emergency mode
[no changelog]
|
2024-09-24 12:21:53 +02:00 |
|
cepetr
|
1c991339ce
|
refactor(core/embed): split firmware into kernel & coreapp
[no changelog]
|
2024-09-24 12:21:53 +02:00 |
|
cepetr
|
7f3cff04f1
|
refactor(core/embed): introduce new mpu driver
[no changelog]
|
2024-09-24 12:21:53 +02:00 |
|
cepetr
|
8fab22522a
|
refactor(core/embed): moving specific algorithms into fwutils
[no changelog]
|
2024-09-24 12:21:53 +02:00 |
|
cepetr
|
ae4e195d6e
|
refactor(core/embed): simplify bootutils api
[no changelog]
|
2024-09-24 12:21:53 +02:00 |
|
cepetr
|
33a94d945d
|
chore(core/embed): remove unused legacy i2c driver
[no changelog]
|
2024-09-24 12:21:53 +02:00 |
|
cepetr
|
2540b91823
|
refactor(core/embed): use new i2c driver in stmpe811 touch driver
[no changelog]
|
2024-09-24 12:21:53 +02:00 |
|
cepetr
|
fdd6a2a40e
|
refactor(core/embed): use new i2c driver in sitronix touch driver
[no changelog]
|
2024-09-24 12:21:53 +02:00 |
|
cepetr
|
b93c16d8a7
|
refactor(core/embed): use new i2c driver in optiga driver
[no changelog]
|
2024-09-24 12:21:53 +02:00 |
|
cepetr
|
caede8e3ee
|
refactor(core/embed): use new i2c driver in drv2625 driver
[no changelog]
|
2024-09-24 12:21:53 +02:00 |
|
cepetr
|
35937a9bfe
|
refactor(core/embed): use new i2c driver in ft6x36 driver
[no changelog]
|
2024-09-24 12:21:53 +02:00 |
|
cepetr
|
ed74f8302f
|
refactor(embed/core): replace enable/disable_irq by irq_lock/unlock
[no changelog]
|
2024-09-24 12:21:53 +02:00 |
|
cepetr
|
91649dc7cb
|
feat(core/embed): introduce non-blocking i2c drivers
[no changelog]
|
2024-09-24 12:21:53 +02:00 |
|
cepetr
|
9e4a6d08e5
|
feat(code/embed): introduce ARRAY_LENGTH macro
[no changelog]
|
2024-09-24 12:21:53 +02:00 |
|
cepetr
|
0b93d0d848
|
fix(core/embed): make HardFault processing safer
[no changelog]
|
2024-09-24 12:21:53 +02:00 |
|
cepetr
|
2bb5b5c0ce
|
refactor(core/embed): introduce fwutils module
[no changelog]
|
2024-09-24 12:21:53 +02:00 |
|
cepetr
|
0e45f92d3b
|
refactor(core/embed): move __stack_chk_fail to a better location
[no changelog]
|
2024-09-24 12:21:53 +02:00 |
|
cepetr
|
b1a41ded79
|
refactor(core/embed): improve bootuils api
[no changelog]
|
2024-09-24 12:21:53 +02:00 |
|
cepetr
|
0666e6ea9a
|
refactor(core/embed): rename boot_args to bootuils
[no changelog]
|
2024-09-24 12:21:53 +02:00 |
|
cepetr
|
5f97f5a8ea
|
refactor(core/embed): make i2c header common for all platforms
[no changelog]
|
2024-09-24 12:21:53 +02:00 |
|
cepetr
|
2fd5aca05c
|
refactor(core/embed): remove supervise module
[no changelog]
|
2024-09-24 12:21:53 +02:00 |
|