| commit | 5505c0d7ad38ce053f9f589604f7ec01fff3ba94 | [log] [tgz] |
|---|---|---|
| author | Keith Packard <keithp@keithp.com> | Sun Jul 27 18:44:24 2025 -0700 |
| committer | Chris Friedt <chrisfriedt@gmail.com> | Mon Oct 13 09:35:01 2025 -0400 |
| tree | 23bf8708ce43636113d90d47cf6bbec7375ec29f | |
| parent | e86098fb2007af91fc693b9cdd30f8ef9467d527 [diff] |
modules/psa-arch-tests: Add GCC 14.3 support patch 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. Move the psa-arch-tests repository forward to the version which includes a fix for this. Signed-off-by: Keith Packard <keithp@keithp.com>