Skip to content

Commit 15daabb

Browse files
VitekSTstephanosio
authored andcommitted
xtensa: Add nxp_rt600_adsp toolchain
Files taken from "nxp_rt600_RI23_11_newlib_linux.tgz" available from https://tensilicatools.com. Signed-off-by: Vit Stanicek <vit.stanicek@nxp.com>
1 parent 29657c9 commit 15daabb

File tree

13 files changed

+229102
-0
lines changed

13 files changed

+229102
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ on:
6161
- xtensa-nxp_imx8m_adsp_zephyr-elf
6262
- xtensa-nxp_imx8ulp_adsp_zephyr-elf
6363
- xtensa-nxp_rt500_adsp_zephyr-elf
64+
- xtensa-nxp_rt600_adsp_zephyr-elf
6465
- xtensa-sample_controller_zephyr-elf
6566
debug:
6667
description: 'Debug'
@@ -173,6 +174,7 @@ jobs:
173174
xtensa-nxp_imx8m_adsp_zephyr-elf) build_target_xtensa_nxp_imx8m_adsp_zephyr_elf="y";;
174175
xtensa-nxp_imx8ulp_adsp_zephyr-elf) build_target_xtensa_nxp_imx8ulp_adsp_zephyr_elf="y";;
175176
xtensa-nxp_rt500_adsp_zephyr-elf) build_target_xtensa_nxp_rt500_adsp_zephyr_elf="y";;
177+
xtensa-nxp_rt600_adsp_zephyr-elf) build_target_xtensa_nxp_rt600_adsp_zephyr_elf="y";;
176178
xtensa-sample_controller_zephyr-elf) build_target_xtensa_sample_controller_zephyr_elf="y";;
177179
esac
178180
@@ -213,6 +215,7 @@ jobs:
213215
build_target_xtensa_nxp_imx8m_adsp_zephyr_elf="y"
214216
build_target_xtensa_nxp_imx8ulp_adsp_zephyr_elf="y"
215217
build_target_xtensa_nxp_rt500_adsp_zephyr_elf="y"
218+
build_target_xtensa_nxp_rt600_adsp_zephyr_elf="y"
216219
build_target_xtensa_sample_controller_zephyr_elf="y"
217220
fi
218221
@@ -293,6 +296,7 @@ jobs:
293296
[ "${build_target_xtensa_nxp_imx8m_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-nxp_imx8m_adsp_zephyr-elf",'
294297
[ "${build_target_xtensa_nxp_imx8ulp_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-nxp_imx8ulp_adsp_zephyr-elf",'
295298
[ "${build_target_xtensa_nxp_rt500_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-nxp_rt500_adsp_zephyr-elf",'
299+
[ "${build_target_xtensa_nxp_rt600_adsp_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-nxp_rt600_adsp_zephyr-elf",'
296300
[ "${build_target_xtensa_sample_controller_zephyr_elf}" == "y" ] && MATRIX_TARGETS+='"xtensa-sample_controller_zephyr-elf",'
297301
MATRIX_TARGETS+=']'
298302
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
CT_CONFIG_VERSION="3"
2+
CT_EXPERIMENTAL=y
3+
CT_OVERLAY_LOCATION="overlays"
4+
CT_OVERLAY_NAME="nxp_rt600_adsp"
5+
CT_ARCH_XTENSA=y
6+
CT_XTENSA_CUSTOM=y
7+
CT_TARGET_VENDOR="nxp_rt600_adsp_zephyr"
8+
CT_TARGET_CFLAGS="-ftls-model=local-exec"
9+
CT_CC_GCC_CONFIG_TLS=n
10+
CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="--enable-xtensa-use-target-regnum --disable-xtensa-remote-g-packet"

0 commit comments

Comments
 (0)