-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
TF-M and Crypto samples: add 9161 support #15409
Conversation
juhaylinen
commented
May 21, 2024
- Add 9161 support to t-fm samples and tests
- Add 9161 support to crypto tests and samples
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
Detailed information of selected test modules Note: This message is automatically posted and updated by the CI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
d75c1d0
to
d89bf86
Compare
d89bf86
to
c7539ed
Compare
c7539ed
to
fd1063a
Compare
fd1063a
to
abe3305
Compare
abe3305
to
00f8ad6
Compare
5954606
to
247233e
Compare
@@ -692,7 +692,7 @@ Sensor samples | |||
Trusted Firmware-M (TF-M) samples | |||
--------------------------------- | |||
|
|||
* Added support for the :ref:`zephyr:nrf9151dk_nrf9151` board for all TF-M samples. | |||
* Added support for the :ref:`zephyr:nrf9151dk_nrf9151` and the :ref:`nRF9161 DK <ug_nrf9161>` boards for all TF-M samples. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Added support for the :ref:`zephyr:nrf9151dk_nrf9151` and the :ref:`nRF9161 DK <ug_nrf9161>` boards for all TF-M samples. | |
* Added support for the :ref:`zephyr:nrf9151dk_nrf9151` and the :ref:`nRF9161 DK <ug_nrf9161>` boards for all TF-M samples (except for the :ref:`provisioning_image_net_core` sample). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, add a bullet point after line 533 (under the Cryptography samples section)
Support for the :ref:nRF9161 DK <ug_nrf9161>
board for the :ref:crypto_test
sample.
Add nrf9161 support to tf-m samples and tests. Signed-off-by: Juha Ylinen <[email protected]>
This fixes following error when the sample is run. psa_import_key failed. (Error: -134) Enable immediate log mode for RNG and RSA samples to prevent log messages being dropped. Signed-off-by: Juha Ylinen <[email protected]>
Add nrf9161dk to supported platforms. Signed-off-by: Juha Ylinen <[email protected]>
Add nRF9161dk support to TF-M samples. Signed-off-by: Juha Ylinen <[email protected]>
247233e
to
7db564e
Compare