-
-
Notifications
You must be signed in to change notification settings - Fork 662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add HW support for T3T1 #3422
Merged
TychoVrahe
merged 15 commits into
tychovrahe/u5/basic_support
from
tychovrahe/T3T1/hw_support
Feb 5, 2024
Merged
Add HW support for T3T1 #3422
TychoVrahe
merged 15 commits into
tychovrahe/u5/basic_support
from
tychovrahe/T3T1/hw_support
Feb 5, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TychoVrahe
requested review from
prusnak,
andrewkozlik and
matejcik
as code owners
November 27, 2023 15:23
TychoVrahe
requested review from
cepetr
and removed request for
prusnak and
andrewkozlik
November 27, 2023 15:25
Closed
cepetr
reviewed
Nov 28, 2023
cepetr
reviewed
Nov 28, 2023
TychoVrahe
force-pushed
the
tychovrahe/T3T1/hw_support
branch
from
January 5, 2024 13:19
d9be1a1
to
2f32b14
Compare
Hannsek
added
the
blocked
Blocked by external force. Third party inputs required.
label
Jan 25, 2024
TychoVrahe
force-pushed
the
tychovrahe/u5/basic_support
branch
from
February 5, 2024 12:14
36b80e8
to
1dd26a4
Compare
[no changelog]
[no changelog]
…election, display rotation and touch coords transformation [no changelog]
[no changelog]
[no changelog]
[no changelog]
[no changelog]
[no changelog]
[no changelog]
[no changelog]
[no changelog]
[no changelog]
…sis submodules. [no changelog]
TychoVrahe
force-pushed
the
tychovrahe/T3T1/hw_support
branch
from
February 5, 2024 12:33
2f32b14
to
799918e
Compare
TychoVrahe
merged commit Feb 5, 2024
3efdd04
into
tychovrahe/u5/basic_support
56 of 57 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds support for T3T1 hardware (with STM32U5 MCU).
Some haptic feedback is added, but the specific waveforms needs to be reviewed by designers.
Optiga-secret related behavior is modified to respect that the secret is no longer deleted when non-official fw is installed. The prodtest cannot access the secret flash area for second time - it is hidden by bootloader.
Builds on #3370 and #3397