1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-12 07:32:48 +00:00
Commit Graph

1963 Commits

Author SHA1 Message Date
kopecdav
073bd6ce2a chore(core): Align RFAL library with most relevant public version 3.0.1. 2025-02-11 16:44:30 +01:00
kopecdav
9a41feb683 chore(core): move NFC EXTI to the very end of init function 2025-02-11 14:55:22 +01:00
kopecdav
d962d63e2d chore(core): Redo NFC driver to event based structure 2025-02-10 15:47:37 +01:00
kopecdav
f9f3d1a3cb feat(core): Fix UID parsing and error printouts 2025-02-10 12:16:01 +01:00
kopecdav
9ca4e03843 fix(core): Fix ndef uri buffer handling 2025-02-07 14:30:21 +01:00
kopecdav
bd5de3ab87 refactor(core): Refactor requested changes from review 2025-02-07 13:38:18 +01:00
kopecdav
d0ecd9f837 refactor(core): resolve requested changes 2025-02-06 20:16:43 +01:00
kopecdav
a3136e2f6d fix(core): refactor DSI variable in RFAL to not colide with STM HAL 2025-02-06 10:02:51 +01:00
kopecdav
3a147fab02 refactor(core): revert style checks in RFAL drivers 2025-02-06 09:38:51 +01:00
kopecdav
606d8c955b feat(core): Update to new prodtest structure + add support for board rev.B [no changelog] 2025-02-03 09:49:41 +01:00
kopecdav
34885699a0 feat(core): Introduce NFC tests into prodtest [no changelog] 2025-01-31 15:38:29 +01:00
kopecdav
f75fe14270 feat(core): Integrate NFC READ_TAG test to prodtest 2025-01-31 15:36:24 +01:00
kopecdav
1af97719f8 feat(core): Redo nfc library API, add NDEF parser 2025-01-31 15:35:00 +01:00
kopecdav
c0a552212d refactor(core): refactor rfal DSI to avoid conflicts with STM display serial interface [no changelog] 2025-01-31 15:33:46 +01:00
kopecdav
28b4f018a7 feat(core): Introduce nfc module with rfal library [no changelog] 2025-01-31 15:33:24 +01:00
tychovrahe
64d8c18865 fix(core): adjust T3W1 display refresh rate
[no changelog]
2025-01-31 10:04:26 +01:00
tychovrahe
06a722cc74 fix(core): fix boot screen background color when showing no-warning vendor info
[no changelog]
2025-01-31 10:04:06 +01:00
cepetr
2eb1e5b3ca feat(prodtest): refactor and improve prodtest 2025-01-31 08:15:20 +01:00
cepetr
5adb8ef997 refactor(core): rename memory_area to applet_memory
[no changelog]
2025-01-30 14:07:25 +01:00
cepetr
f99030938e feat(core): reset peripherals during handovers
[no changelog]
2025-01-30 14:07:25 +01:00
cepetr
236c377e20 refactor(core): remove unused linker script symbols
[no changelog]
2025-01-30 14:07:25 +01:00
cepetr
6719eeb376 refactor(core): simplify shutdown/handover code
[no changelog]
2025-01-30 14:07:25 +01:00
cepetr
2697c06642 refactor(core): rewrite rescue code in C
[no changelog]
2025-01-30 14:07:25 +01:00
cepetr
95afa34f27 refactor(core): rewrite startup code in C
[no changelog]
2025-01-30 14:07:25 +01:00
cepetr
70c577b67b refactor(core): add new linker scripts consts for memory cleanup
[no changelog]
2025-01-30 14:07:25 +01:00
cepetr
7613fe310a refactor(core): rename linker script section constants
[no changelog]
2025-01-30 14:07:25 +01:00
cepetr
2671404e44 refactor(core): rename stack related linker script symbols
[no changelog]
2025-01-30 14:07:25 +01:00
cepetr
bdb3d486e3 refactor(core): rename jump_to function
[no changelog]
2025-01-30 14:07:25 +01:00
cepetr
2ecf335349 refactor(core): use memset_reg in asm code only
[no changelog]
2025-01-30 14:07:25 +01:00
cepetr
c30233b832 refactor(core): stop using shutdown_privileged directly
[no changelog]
2025-01-30 14:07:25 +01:00
cepetr
d8e7dc8cd9 chore(core): remove unused secure_shutdown syscall
[no changelog]
2025-01-30 14:07:25 +01:00
tychovrahe
d9c547c590 fix(core): calculate image hash including padding between header and code
[no changelog]
2025-01-29 16:56:11 +01:00
tychovrahe
b75c0a844d feat(core): set haptic actuator for T3W1
[no changelog]
2025-01-29 16:55:56 +01:00
tychovrahe
4ad326aa73 chore(core): add support for T3W1 revB
[no changelog]
2025-01-29 16:55:56 +01:00
tychovrahe
7f53b34b8e feat(core): introduce RGB LED driver with low power TIM
[no changelog]
2025-01-29 16:55:56 +01:00
tychovrahe
671c3e2a65 fix(core): unify size of enums between rust and C
[no changelog]
2025-01-29 09:10:35 +01:00
tychovrahe
399aa4f2ea fix(core): adjust jpeg cache size to allow work on larger displays
[no changelog]
2025-01-29 09:10:10 +01:00
Roman Zeyde
96ac4e263c refactor(core): reduce ui::layout_delizia::component::header::Header size
[no changelog]
2025-01-28 14:21:43 +02:00
Martin Milata
7c06363fea chore(core/prodtest): bump version to 0.2.13
[no changelog]
2025-01-28 12:27:05 +01:00
Martin Milata
b0e39dbe6f chore(core): bump version to 2.8.8
[no changelog]
2025-01-28 12:27:05 +01:00
tychovrahe
8bad0c8675 fix(core): fix flashing old display content on model T
[no changelog]
2025-01-24 21:59:01 +01:00
Andrew Kozlik
27ed1fd49e fix(core): Fix displayed batch number in prodtest.
[no changelog]
2025-01-23 16:48:00 +01:00
tychovrahe
69a61e98e0 feat(core): adjust codec_v1 to work with differently sized RX and TX packets
[no changelog]
2025-01-23 16:46:12 +01:00
tychovrahe
a682555574 fix(core): add missing interrupt disable to NRF driver
[no changelog]
2025-01-23 16:46:12 +01:00
tychovrahe
e8eb48cd0d chore(core): add T3W1 production keys vendorheaders
[no changelog]
2025-01-23 15:42:56 +01:00
tychovrahe
5fd773757c fix(core): fix fading issues 2025-01-23 15:24:00 +01:00
tychovrahe
a5809c872e feat(core): add support for setting BLE name from Trezor firmware
[no changelog]
2025-01-23 13:27:59 +01:00
Ioan Bizău
5a13b4560d fix(core): get rid of colon in some TS5 descriptions
[no changelog]
2025-01-23 12:46:54 +01:00
Ioan Bizău
e99beaf486 refactor(core): merge confirm_blob and confirm_value
[no changelog]
2025-01-23 12:46:54 +01:00
tychovrahe
885c5b96d9 refactor(core/rust): move bindgen macros used for tests to model folder
[no changelog]
2025-01-23 10:22:00 +01:00