Skip to content
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 to latest #68663

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

aescolar
Copy link
Member

@aescolar aescolar commented Feb 6, 2024

@Thalley reported some CI instability around the BT HCI UART tests.
With enough load and reps it was possible to reproduce what seemed like the same issue.
This PR updates the nRF HW models to include 2 patches that avoid this.
It also includes other minor patches that got into main of the HW models since the latest update.


Update the HW models module to 52d0b4b7b7431d8da6222cc3b17a8afdcb099baf

Including the following:

  • 52d0b4b UART: FIFO backend: Do not error out if other side disconnects Rx
  • 3582b68 UART: FIFO backend: Avoid possible race
  • 414f160 AAR: Fix UBSAN warnings
  • 24f5d3d PPI: Fix UBSAN warning

Fixes: #68664

* Update the HW models module to
52d0b4b7b7431d8da6222cc3b17a8afdcb099baf

Including the following:
* 52d0b4b UART: FIFO backend: Do not error out if other side disconnects Rx
* 3582b68 UART: FIFO backend: Avoid possible race
* 414f160 AAR: Fix UBSAN warnings
* 24f5d3d PPI: Fix UBSAN warning

Signed-off-by: Alberto Escolar Piedras <[email protected]>
@aescolar aescolar added this to the v3.6.0 milestone Feb 6, 2024
@aescolar aescolar added bug The issue is a bug, or the PR is fixing a bug platform: nRF BSIM Nordic Semiconductors, nRF BabbleSim labels Feb 6, 2024
@zephyrbot
Copy link
Collaborator

The following west manifest projects have been modified in this Pull Request:

Name Old Revision New Revision Diff
nrf_hw_models zephyrproject-rtos/nrf_hw_models@d17c9d7 zephyrproject-rtos/nrf_hw_models@52d0b4b (main) zephyrproject-rtos/[email protected]

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@aescolar aescolar self-assigned this Feb 6, 2024
@carlescufi carlescufi merged commit 189d4d4 into zephyrproject-rtos:main Feb 7, 2024
30 checks passed
@aescolar aescolar deleted the hw_models branch February 7, 2024 09:43
@aescolar aescolar added the Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. label Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug manifest manifest-nrf_hw_models platform: nRF BSIM Nordic Semiconductors, nRF BabbleSim Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BT HCI UART tests fail sometimes in CI
6 participants