Skip to content

Zephyr SDK 0.17.1

Latest
Compare
Choose a tag to compare
@nashif nashif released this 21 May 21:41
· 123 commits to main since this release

Downloads

SDK Bundle

OS Minimal[1] Full
Linux AArch64 / x86-64 AArch64 / x86-64
macOS AArch64 / x86-64 AArch64 / x86-64
Windows x86-64 x86-64

[1] Minimal bundle does not contain any toolchains and allows users to choose the toolchains to download and install.

Toolchains

Target Linux macOS Windows
aarch64-zephyr-elf AArch64 / x86-64 AArch64 / x86-64 x86-64
arc-zephyr-elf AArch64 / x86-64 AArch64 / x86-64 x86-64
arc64-zephyr-elf AArch64 / x86-64 AArch64 / x86-64 x86-64
arm-zephyr-eabi AArch64 / x86-64 AArch64 / x86-64 x86-64
microblazeel-zephyr-elf AArch64 / x86-64 AArch64 / x86-64 x86-64
mips-zephyr-elf AArch64 / x86-64 AArch64 / x86-64 x86-64
nios2-zephyr-elf AArch64 / x86-64 AArch64 / x86-64 x86-64
riscv64-zephyr-elf AArch64 / x86-64 AArch64 / x86-64 x86-64
rx-zephyr-elf AArch64 / x86-64 AArch64 / x86-64 x86-64
sparc-zephyr-elf AArch64 / x86-64 AArch64 / x86-64 x86-64
x86_64-zephyr-elf AArch64 / x86-64 AArch64 / x86-64 x86-64
xtensa-amd_acp_6_0_adsp_zephyr-elf AArch64 / x86-64 AArch64 / x86-64 x86-64
xtensa-dc233c_zephyr-elf AArch64 / x86-64 AArch64 / x86-64 x86-64
xtensa-espressif_esp32_zephyr-elf AArch64 / x86-64 AArch64 / x86-64 x86-64
xtensa-espressif_esp32s2_zephyr-elf AArch64 / x86-64 AArch64 / x86-64 x86-64
xtensa-espressif_esp32s3_zephyr-elf AArch64 / x86-64 AArch64 / x86-64 x86-64
xtensa-intel_ace15_mtpm_zephyr-elf AArch64 / x86-64 AArch64 / x86-64 x86-64
xtensa-intel_ace30_ptl_zephyr-elf AArch64 / x86-64 AArch64 / x86-64 x86-64
xtensa-intel_tgl_adsp_zephyr-elf AArch64 / x86-64 AArch64 / x86-64 x86-64
xtensa-mtk_mt818x_adsp_zephyr-elf AArch64 / x86-64 AArch64 / x86-64 x86-64
xtensa-mtk_mt8195_adsp_zephyr-elf AArch64 / x86-64 AArch64 / x86-64 x86-64
xtensa-mtk_mt8196_adsp_zephyr-elf AArch64 / x86-64 AArch64 / x86-64 x86-64
xtensa-mtk_mt8365_adsp_zephyr-elf AArch64 / x86-64 AArch64 / x86-64 x86-64
xtensa-nxp_imx_adsp_zephyr-elf AArch64 / x86-64 AArch64 / x86-64 x86-64
xtensa-nxp_imx8m_adsp_zephyr-elf AArch64 / x86-64 AArch64 / x86-64 x86-64
xtensa-nxp_imx8ulp_adsp_zephyr-elf AArch64 / x86-64 AArch64 / x86-64 x86-64
xtensa-nxp_rt500_adsp_zephyr-elf AArch64 / x86-64 AArch64 / x86-64 x86-64
xtensa-nxp_rt600_adsp_zephyr-elf AArch64 / x86-64 AArch64 / x86-64 x86-64
xtensa-nxp_rt700_hifi1_zephyr-elf AArch64 / x86-64 AArch64 / x86-64 x86-64
xtensa-nxp_rt700_hifi4_zephyr-elf AArch64 / x86-64 AArch64 / x86-64 x86-64
xtensa-sample_controller_zephyr-elf AArch64 / x86-64 AArch64 / x86-64 x86-64
xtensa-sample_controller32_zephyr-elf AArch64 / x86-64 AArch64 / x86-64 x86-64

Host Tools

OS Host Tools
Linux AArch64 / x86-64
macOS Not available
Windows Not available

Included Components

Toolchains

Host Tools

  • BOSSA 1.9.1-14-g3532de8
  • DTC 1.6.0
  • OpenOCD 0.12.0 with Zephyr patches
  • QEMU 9.2.3
  • QEMU 7.0.0 with Zephyr patches as "Legacy QEMU"
  • ARC QEMU 2023.07.28
  • Xilinx QEMU 8.2.7

Release Notes

  • general:

    • Added initial and experimental support for RX (Renesas) architecture
    • Linux host tool distribution is now based on the Poky 5.0.7 release.
    • Added MediaTek MT8186/MT8188 toolchain
      (xtensa-mtk_mt818x_adsp_zephyr-elf).
    • Added MediaTek MT8196 toolchain (xtensa-mtk_mt8196_adsp_zephyr-elf).
    • Added MediaTek MT8365 toolchain (xtensa-mtk_mt8365_adsp_zephyr-elf).
  • picolibc:

    • Updated to Picolibc 1.8.10 release.
  • qemu:

    • Updated QEMU to 9.2.3 release.
    • Updated Xilinx QEMU to 8.2.7 release (part of Xilinx tools v2024.2 release).
    • Added "legacy QEMU" that is equivalent to the "QEMU 7.0.0 with Zephyr
      patches" in the SDK 0.17.0 release. This is to allow testing of the legacy
      platforms that are not compatible with QEMU 9.2.3.

rc4