Skip to content

Commit

Permalink
xtensa: add xtensa_dc233c
Browse files Browse the repository at this point in the history
This adds config and overlay to support the dc233c core
that is available on QEMU. This core has more features
than sample_controller, such as MMU support.

The overlay comes from:
https://github.com/jcmvbkbc/xtensa-toolchain-build/blob/master/overlays/original/dc233c.tar.gz

Signed-off-by: Daniel Leung <[email protected]>
  • Loading branch information
dcpleung committed Aug 16, 2023
1 parent 8d9b4fe commit 35686ba
Show file tree
Hide file tree
Showing 11 changed files with 31,871 additions and 0 deletions.
8 changes: 8 additions & 0 deletions configs/xtensa-dc233c_zephyr-elf.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
CT_CONFIG_VERSION="3"
CT_EXPERIMENTAL=y
CT_OVERLAY_LOCATION="overlays"
CT_OVERLAY_NAME="dc233c"
CT_ARCH_XTENSA=y
CT_XTENSA_CUSTOM=y
CT_TARGET_VENDOR="dc233c_zephyr"
CT_TARGET_CFLAGS="-ftls-model=local-exec"
Loading

0 comments on commit 35686ba

Please sign in to comment.