Skip to content

0.17.1 rc2 release #902

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

Merged
merged 4 commits into from
May 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1568,9 +1568,10 @@ jobs:
PLATFORM_ARGS+="-p qemu_riscv32e "
PLATFORM_ARGS+="-p qemu_riscv64 "
;;
rx-zephyr-elf)
PLATFORM_ARGS+="-p qemu_rx "
;;
# TODO: new architecutre, still work in progress in many areas.
#rx-zephyr-elf)
# PLATFORM_ARGS+="-p qemu_rx "
# ;;
sparc-zephyr-elf)
PLATFORM_ARGS+="-p qemu_leon3 "
;;
Expand Down
1 change: 0 additions & 1 deletion configs/arc-zephyr-elf.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ CT_ARCH_ARC=y
CT_TARGET_VENDOR="zephyr"
CT_TARGET_CFLAGS="-mno-sdata -mtp-regno=26 -ftls-model=local-exec"
CT_MULTILIB=y
CT_MULTILIB_SPACE=y
1 change: 0 additions & 1 deletion configs/arm-zephyr-eabi.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ CT_ARCH_ARM_INTERWORKING=y
CT_TARGET_VENDOR="zephyr"
CT_TARGET_CFLAGS="-ftls-model=local-exec"
CT_MULTILIB=y
CT_MULTILIB_SPACE=y
CT_CC_GCC_MULTILIB_LIST="rmprofile"
CT_LIBC_NEWLIB_NANO_TARGET_CFLAGS="-mthumb-interwork"
1 change: 0 additions & 1 deletion configs/common.config
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,4 @@ CT_PICOLIBC_SRC_CUSTOM=y
CT_PICOLIBC_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/picolibc"
CT_LIBC_PICOLIBC_GLOBAL_ATEXIT=y
CT_LIBC_PICOLIBC_EXTRA_SECTIONS=y
CT_LIBC_PICOLIBC_ENABLE_TARGET_OPTSPACE=n
CT_LIBC_PICOLIBC_EXTRA_CONFIG_ARRAY="-Dthread-local-storage=auto -Derrno-function=zephyr -Dsysroot-install=true -Dsysroot-install-skip-checks=true -Dassert-verbose=false"
2 changes: 1 addition & 1 deletion meta-zephyr-sdk/recipes-devtools/qemu/qemu-zephyr_9.2.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ EXTRA_OECONF = " \
--disable-af-xdp \
${PACKAGECONFIG_CONFARGS} \
"
QEMU_TARGETS = "aarch64-softmmu arm-softmmu i386-softmmu or1k-softmmu mips-softmmu mipsel-softmmu xtensa-softmmu riscv32-softmmu riscv64-softmmu x86_64-softmmu"
QEMU_TARGETS = "aarch64-softmmu arm-softmmu i386-softmmu or1k-softmmu mips-softmmu mipsel-softmmu xtensa-softmmu riscv32-softmmu riscv64-softmmu x86_64-softmmu rx-softmmu"

EXTRA_OECONF:append:class-target = " --cross-prefix=${HOST_PREFIX}"
EXTRA_OECONF:append:class-nativesdk = " --cross-prefix=${HOST_PREFIX}"
Expand Down
Loading