Skip to content

Commit 85658c5

Browse files
committed
xtensa: sample_controller32: for Xtensa MPU support
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]>
1 parent 6ccae40 commit 85658c5

File tree

11 files changed

+25336
-0
lines changed

11 files changed

+25336
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
CT_CONFIG_VERSION="3"
2+
CT_EXPERIMENTAL=y
3+
CT_OVERLAY_LOCATION="overlays"
4+
CT_OVERLAY_NAME="sample_controller32"
5+
CT_ARCH_XTENSA=y
6+
CT_XTENSA_CUSTOM=y
7+
CT_TARGET_VENDOR="sample_controller32_zephyr"
8+
CT_TARGET_CFLAGS="-ftls-model=local-exec"
9+
CT_CC_GCC_CONFIG_TLS=n

0 commit comments

Comments
 (0)