Skip to content

Releases: zephyrproject-rtos/sdk-ng

Zephyr SDK 0.11.0 Beta-1

21 Jan 17:15
Compare
Choose a tag to compare
Pre-release

QEMU:

  • Update to released QEMU 4.2.0
  • xilinx_qemu fix for wfi
  • LEON2 sparc support
    OpenOCD:
  • Updated openocd base to 2020016
  • Dropped quark support
    GDB:
  • arm-zephyr-eabi multi-arch for arm64
    NEWLIB:
  • Support newlib retargetable locking configuration

Zephyr SDK 0.10.3

15 Aug 22:59
Compare
Choose a tag to compare
  • Fix for link issue on RISC-V:
    • Fix lui relaxation issue with code at address 0

Zephyr SDK 0.10.2

08 Aug 14:45
Compare
Choose a tag to compare
  • Updated QEMU to v4.1.0-rc4 to pickup MPS2 AN521 / v8m functionality as well as RISC-V fixes
  • Enabled aarch64 qemu target to be used for Cortex-R on Xilinx platform
  • Updated RISC-V toolchain with fixes from https://github.com/riscv/riscv-gnu-toolchain
  • Enabled 64-bit RISC-V toolchain, defaults to ilp32 so it can build RISC-V 32-bit code
  • Deprecating the 32-bit RISC-V toolchain
  • Pulled in openocd fix for CC13x2/CC26x2 platforms

Zephyr SDK 0.10.2-rc3

07 Aug 19:28
Compare
Choose a tag to compare
Zephyr SDK 0.10.2-rc3 Pre-release
Pre-release
  • Update RISC-V binutil & gcc patches from riscv "upstream"
  • Bump to QEMU 4.1.0-rc4 for RISC-V fixes

Zephyr SDK 0.10.2-rc2

06 Aug 19:34
Compare
Choose a tag to compare
Zephyr SDK 0.10.2-rc2 Pre-release
Pre-release
  • Added riscv64 toolchain (this toolchain should deprecated the riscv32 toolchain).

Zephyr SDK 0.10.2-rc1

02 Aug 12:07
Compare
Choose a tag to compare
Zephyr SDK 0.10.2-rc1 Pre-release
Pre-release
  • Updated to QEMU 4.0.0
  • Added aarch64 qemu target for use w/Cortex-R support (for xlnx-zcu102 target)
  • Updated openocd for bug fix on TI CC13x2/CC26x2 platforms.

Zephyr SDK 0.10.1

13 Jun 11:56
Compare
Choose a tag to compare
  • --enable-initfini-array to gcc configure
  • Fix bossa (revert back to 1.9.1)
  • Enable multilibs on RISC-V
  • Fix inclusion of MIPS toolchain
  • Add x86_64 toolchain
  • Fix assembler issue for Cortex M-23
  • Fixes for openocd on ARC
  • Updated TI CC32xx openocd scripts

Zephyr SDK 0.10.1-rc1

05 Jun 19:35
Compare
Choose a tag to compare
Zephyr SDK 0.10.1-rc1 Pre-release
Pre-release
  • --enable-initfini-array to gcc configure
  • Fix bossa (revert back to 1.9.1)
  • Enable multilibs on RISC-V
  • Fix inclusion of MIPS toolchain
  • Add x86_64 toolchain
  • Fix assembler issue for Cortex M-23
  • Fixes for openocd on ARC
  • Updated TI CC32xx openocd scripts

Zephyr SDK v0.10.0

08 Mar 19:39
Compare
Choose a tag to compare

The is the first release of the Zephyr SDK that utilizes crosstool-ng to build the toolchains. We utilize crosstool-ng-1.24.0-rc2.

Toolchain version:

  • GCC 8.3
  • GDB 8.2.1
  • BINUTILS 2.32
  • NEWLIB 3.1.0 (except on xtensa)

We continue to utilize yocto to build the hosts tools:

  • Qemu 3.1.0 (SHA: 32a1a94dd324d33578dca1dc96d7896a0244d768)
  • OpenOCD 0.10.0 - snapshot from 20190226 (SHA: f21c12abecb9df244f147740166378ede7ea398e)
  • bossa 1.9.1 (SHA: 3279031813093aa404b8561c8dd7a39dd24ebc70)
  • dtc 1.4.7+ (SHA: 78e113e81c9d33d0f33704b187a46399d5a75419)

Zephyr SDK 0.10.0-rc5

08 Mar 15:45
Compare
Choose a tag to compare
Zephyr SDK 0.10.0-rc5 Pre-release
Pre-release

Updated OpenOCD to 20190226 branch