-
Notifications
You must be signed in to change notification settings - Fork 641
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
manifest: Update nRF hw models #2445
Merged
rlubos
merged 4 commits into
nrfconnect:main
from
hermabe:fromtree/hw_models_2025_01_22
Jan 24, 2025
Merged
manifest: Update nRF hw models #2445
rlubos
merged 4 commits into
nrfconnect:main
from
hermabe:fromtree/hw_models_2025_01_22
Jan 24, 2025
+1
−1
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
Update the HW models module to: 71bcaa88c97977647d387217dab99f7d6f026815 Including the following: 71bcaa8 hal/nrf_cracen_rng.c: Disable until released 69e9037 hal cracen_rng: Add replacements for proposed cracen_rng hal 71c2507 CRACEN RNG: Corrected one comment dfbc93a 54 ECB: Corrected behaviour with premature end of input joblist a46101f 54 AAR, ECB, CCM: Correct a few notes and ECB ERRORSTATUS 74aa2de 54L15: Correct IRQ 261 name e12ab9c Add CRACEN RNG model 91066e7 docs: UART add PTY backend to shortlist of backends Signed-off-by: Alberto Escolar Piedras <[email protected]> (cherry picked from commit 86adcb6) Signed-off-by: Herman Berget <[email protected]>
Update the HW models module to: 1069743a7fc06362e8f8d7f57225b8c7940da9f0 Including the following: 1069743 Fix in cracen hal conditional compile condition 3bbd3bd Enable build of hal/nrf_cracen_*.c 506da1f hal cracen_cm: Add const to prototype b02d927 BLECrypt_if: For new aes_ecb scramble data if no libCrypto e41f101 RRAMC nrf hal: Add replacements for new incoming RRAM APIs 4e933cf UART: Do not warn on invalid/unconfigured framesize 716b20c hal cracen_cm: Add replacements for new cracen_cm hal fc597a4 CRACEN: Add CryptoMaster & CM AES (ECB only) 129f16c CRACEN RNG HAL: Remove senseless static inline Signed-off-by: Alberto Escolar Piedras <[email protected]> (cherry picked from commit a2d202f4400ac7903baf9e8c99e7f2943b0c48e7) Signed-off-by: Herman Berget <[email protected]>
Update the HW models to the provisional branch zephyr_2025_01_14 which enables the use the not yet released CRACEN RNG & CM HAL Signed-off-by: Alberto Escolar Piedras <[email protected]> (cherry picked from commit ec17cc0fa676478881e4efe00aae5c559fa43e55) Signed-off-by: Herman Berget <[email protected]>
…en HAL Update the HW models to the provisional branch zephyr_2025_01_22 which enables the use the not yet released CRACEN RNG & CM HAL while enabling the latest nrf HAL 3.10 Including the following: 4aac556 Support latest nrf HAL 3.10 / MDK 8.69.1 for 54L15 builds 2e75940 UART: Correct UART names printed out to the users Signed-off-by: Alberto Escolar Piedras <[email protected]> (cherry picked from commit 492ad96ee5f2559d38dd91ed037acc203f258cdf) Signed-off-by: Herman Berget <[email protected]>
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
ilhanates
approved these changes
Jan 24, 2025
aescolar
approved these changes
Jan 24, 2025
@hermabe note this version of the HW models needs the latest nordic hal too (otherwise the nrf54l15bsim target will not build lacking the cracen hal files) |
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.
Includes CRACEN model and compatibility with newest nrfx/mdk. See commits for details.