-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Mulitple updates to the nrf5340bsim target and other improvements #64134
Conversation
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. |
0c55b44
to
3c7830b
Compare
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.
Changes looks good.
Noticed a minor nit which has nothing to do with the changes in this PR, as the same issue exists in current implementation, but something that could be improved.
75cab95
to
e69260c
Compare
* Update the HW models module to 90f4484cbaec986ed253b4fe9649aa75e632de15 Including the following: * 90f4484 nrf_dppi & dppi_hack: Add support for NRF_DPPI_ENDPOINT_ Note: This update requires hal_nordic/nrfx release 3.2 Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
Add support for these two options in the simulated board. Before these options were otherwise defined in the real BOARD/SOC kconfig files, which meant samples/tests which used them would not be able to build due to a kconfig error. With this change they can both be selected, and the right functionality is built in. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
Add support for this sample in the simulated nrf5340 Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
Convert this sample application build to sysbuild, and update documentation. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
Add a runtest for the simulated target. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
And a link to an example sample and its sysbuild.cmake file Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
Let's delete the note which says OpenAMP is not supported as it is now. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
Multiple improvements to the nrf5340bsim and some tangential improvements which enable much more functionality in this target.