Open
Conversation
Signed-off-by: Brendan Moran <brendan.moran@arm.com>
Signed-off-by: Brendan Moran <brendan.moran@arm.com>
c71f1bc to
32c4136
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change introduces a new bare-metal test platform for the Nucleo N657x0-Q board and integrates it into the project’s Nix devshell and test build system.
Summary
nucleo-n657x0-q.test/baremetal/platform/nucleo-n657x0-q/, including build rules, execution wrapper, argument packing utility, and platform sources.Changes
flake.nix: Add.#nucleo-n657x0-qdevshell.nix/nucleo-n657x0-q/default.nix: Define board devshell and tooling.nix/util.nix: Utility update for new platform.test/baremetal/platform/nucleo-n657x0-q/README.md: Platform documentation.test/baremetal/platform/nucleo-n657x0-q/platform.mk: Makefile integration for the platform.test/baremetal/platform/nucleo-n657x0-q/exec_wrapper.py: Execution wrapper for running tests on target.test/baremetal/platform/nucleo-n657x0-q/make_argv_bin.py: Helper to pack argv for target.test/baremetal/platform/nucleo-n657x0-q/src/*.c,*.h: Platform sources (cmdline, semihosting syscall, helpers).test/hal/hal.c,test/hal/pmu_armv8.h: Minor HAL updates for compatibility.test/mk/components.mk: Include the new platform components.Why
Usage
nix develop .#nucleo-n657x0-qmake test EXTRA_MAKEFILE=test/baremetal/platform/nucleo-n657x0-q/platform.mkNotes
README.md.