-
Notifications
You must be signed in to change notification settings - Fork 174
xtensa: sample_controller32: for Xtensa MPU support #748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
stephanosio
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to update ci.yml to build the new xtensa-sample_controller32_zephyr-elf toolchain.
Also QEMU changes from zephyrproject-rtos/qemu#8 should be pulled as well.
|
I have changed |
|
This needs zephyrproject-rtos/qemu#9 to fix QEMU build. |
|
@dcpleung zephyrproject-rtos/qemu#9 is merged. Please update this PR to point to the merged commit. |
Done. Updated the QEMU |
7ff7ad5 to
18a3308
Compare
The overlay comes from: https://github.com/jcmvbkbc/xtensa-toolchain-build commit 435c5e8b108de520565886f3f2349cc6be3fe712 under directory overlays/ This would allow us to use QEMU to test the Xtensa MPU code on main Zephyr repo. Signed-off-by: Daniel Leung <[email protected]>
| xtensa-sample_controller32_zephyr-elf) | ||
| PLATFORM_ARGS+="-p qemu_xtensa/sample_controller32/mpu " | ||
| ;; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be disabled until the board support is merged on the Zephyr side; otherwise, CI will fail.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
This commit disables the testing of the Xtensa sample_controller32 toolchain because the corresponding Zephyr board support has not been merged. Revert this commit when the support for this platform is merged on the Zephyr side. Signed-off-by: Stephanos Ioannidis <[email protected]>
The overlay comes from:
https://github.com/jcmvbkbc/xtensa-toolchain-build
commit 435c5e8b108de520565886f3f2349cc6be3fe712
under directory overlays/
This would allow us to use QEMU to test the Xtensa MPU code on main Zephyr repo.