-
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
nrf53 bsim test queue - ignore #64133
Closed
Closed
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
zephyrbot
added
manifest
manifest-nrf_hw_models
manifest-libmetal
DNM
This PR should not be merged (Do Not Merge)
labels
Oct 19, 2023
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. |
aescolar
force-pushed
the
rtc_sync
branch
3 times, most recently
from
October 24, 2023 08:16
08fcc3c
to
05ff15c
Compare
Each MCU initialization hooks will attempt to call into the API to connect to the bsim phy and, if the user requested it thru command line, delay its boot. Doing this for all MCUs is best to ensure it is done even if there is no image for the other MCU, but results in the calls being done twice if there is 2 MCUs images, which results in the simulator API giving a warning about it being likely an error in the app. To avoid this problem, let's have this be called only once. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
* Update the HW models module to f7842d717c73aaeb0354f9e70e6d5ad275106f52 Including the following: * f7842d7 INT CNTLR: Bugfix for more than 32 interrupts * 903f643 MUTEX: Add nrf5340 MUTEX peripheral model * e84fca4 IPC: Add nrf5340 IPC peripheral model * dacbaa0 EGU: Minor: Use new irq ctrl API * 9a4e0ba Templates: Add intenset/clr template for multi instance per * c77ba72 nrf_dppi_hack: Add extra nrf like APIs meant for simulation * 99ae791 RTC: Fix subscribe prototypes and calls from HAL * ca554e9 FICR (53): Fix links to documentation * d3758a2 docs: Fix links to HW sources * 693a36c doc: Implementation status: Change checkmarks Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
Provide the actual shared memory buffer for the IPC rpmsg backend in this platform. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
For the 5340 simulated boards: * Now that the HW models include the IPC and MUTEX peripherals we can enable them in DT. * Also enable the DT mbox definition and allocate its shared memory * Set the default kconfiguration for the HEAD, IPC, MBOX and split BT stack as in the equivalent real targets. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
* 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>
Update libmetal to the latest version which includes support for the POSIX architecture. 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>
…bsim Convert this sample application build to sysbuild, and add support for the nrf5340bsim target. 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>
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.
No description provided.