-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Xtensa toolchain for the HiFi4 DSP from i.MX8ULP. Signed-off-by: Iuliana Prodan <[email protected]>
- Loading branch information
1 parent
3e43417
commit 1166f8c
Showing
13 changed files
with
228,566 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
CT_CONFIG_VERSION="3" | ||
CT_EXPERIMENTAL=y | ||
CT_OVERLAY_LOCATION="overlays" | ||
CT_OVERLAY_NAME="nxp_imx8ulp_adsp" | ||
CT_ARCH_XTENSA=y | ||
CT_XTENSA_CUSTOM=y | ||
CT_TARGET_VENDOR="nxp_imx8ulp_adsp_zephyr" | ||
CT_TARGET_CFLAGS="-ftls-model=local-exec" | ||
CT_CC_GCC_CONFIG_TLS=n |
Oops, something went wrong.