You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Baremetal: Add support for MPS3 AN547 (Cortex-M55) builds
- This adds support for testing on the MPS3 AN547 platform in qemu.
- Tests can be excuted using
`EXTRA_MAKEFILE=test/baremetal/platform/m55-an547/platform.mk --no-tuto tests all`
- Platform sources (hal, ld script, semihosting) are taken from pqmx.
- `baremetal/platform/m55-an547/platform.mk` sets the required flags
and other build configuration.
- `test/baremetal/platform/m55-an547/exec_wrapper.py` handles passing
inputs to the tests (e.g., required for the ACVP tests).
Signed-off-by: willieyz <[email protected]>
0 commit comments