commit | c560b45079aded823e421b428e838d71a2ad5b3e | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Sun Jul 27 18:44:24 2025 -0700 |
committer | Stephanos Ioannidis <root@stephanos.io> | Tue Sep 09 18:22:09 2025 +0900 |
tree | e712a541200941c0a5bb3b3182eb28dc05cc1fc6 | |
parent | 176c8d3337fd3850bd93965e7469afce907e2b90 [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. Signed-off-by: Keith Packard <keithp@keithp.com>