Skip to content

Conversation

@keith-packard
Copy link
Contributor

psa-arch-tests includes device drivers that failed to mark registers with 'volatile'. GCC 14.3 cleverly optimized sequential register accesses using strd/ldrd instructions which caused the drivers to fail.

This patch is blocked on the module patch, zephyrproject-rtos/psa-arch-tests#14

psa-arch-tests includes device drivers that failed to mark
registers with 'volatile'. GCC 14.3 cleverly optimized
sequential register accesses using strd/ldrd instructions which
caused the drivers to fail.

Signed-off-by: Keith Packard <[email protected]>
@zephyrbot zephyrbot added the size: XS A PR changing only a single line of code label Aug 11, 2025
@github-actions
Copy link

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
psa-arch-tests zephyrproject-rtos/psa-arch-tests@2cadb02 (main) zephyrproject-rtos/psa-arch-tests#14 zephyrproject-rtos/psa-arch-tests#14/files

DNM label due to: 1 project with PR revision

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

@github-actions github-actions bot added manifest manifest-psa-arch-tests DNM (manifest) This PR should not be merged (controlled by action-manifest) labels Aug 11, 2025
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

DNM (manifest) This PR should not be merged (controlled by action-manifest) manifest manifest-psa-arch-tests size: XS A PR changing only a single line of code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants