Skip to content

Releases: zephyrproject-rtos/sdk-ng

v0.13.0-rc3

20 Jul 01:08
Compare
Choose a tag to compare

(Re-releasing -rc2 as -rc3 since we forgot to update the VERSION file on -rc2)

(Changes since 0.13.0-rc1)

qemu:
    Pull in fix from upstream for TFM:
    target/arm: Use correct SP in M-profile exception

crostool-ng:
    Fix stripping of newlib-nano libs

general:
    Various fixes for building/packaging on MacOS
    Added GitHub CI workflow to build MacOS x86_64 packages

Zephyr SDK 0.13.0-rc1

01 Jul 21:39
Compare
Choose a tag to compare
Zephyr SDK 0.13.0-rc1 Pre-release
Pre-release
  • general:

    • Added support for ARC64. NOTE: GDB isn't currently supported
      for ARC64.
  • qemu:

    • Updated to QEMU 6.0.0
    • Added arc64 support. NOTE: this update ARC support replaces
      the machine (-M simhs) with (-M virt). This change will require
      updates to boards/arc/qemu_arc/board.cmake in Zephyr to match.
    • Pull in fixes from upstream for:
      hw/arm: Fix modelling of SSE-300 TCMs and SRAM
  • gcc:

    • Update to gcc 10.3 release
    • Added support for ARC64
    • Removed libgcc transactional memory clone registry support
    • Fixed incorrect build specs for libstdc++ nano variant. The libstdc++ nano
      variant, which is used with newlib-nano, is now built with
      -fno-exceptions to reduce compiled binary size.
  • binutils:

    • Updated to add support for ARC64
  • newlib:

    • Updated to add support for ARC64
    • Added multithreading support
  • openocd:

    • Update to upstream 20210630 snapshot
  • crosstool-ng:

    • sync with upstream. Upstream now supports newlib-nano so we drop
      our Zephyr specific updates. This also pulls in gcc-10.3 and
      initial support for ARC64.
  • yocto:

    • Update to yocto 3.2.3 baseline. This is in prep to support building
      qemu-6.0.0

Zephyr SDK 0.13.0 Alpha-1

05 May 15:32
Compare
Choose a tag to compare
Pre-release
  • general:

    • Added support for ARC64. NOTE: GDB isn't currently supported
      for ARC64.
  • qemu:

    • Updated to QEMU 6.0.0
    • Added arc64 support. NOTE: this update ARC support replaces
      the machine (-M simhs) with (-M virt). This change will require
      updates to boards/arc/qemu_arc/board.cmake in Zephyr to match.
  • gcc:

    • Update to gcc 10.3 release
    • Added support for ARC64
  • binutils:

    • Updated to add support for ARC64
  • newlib:

    • Updated to add support for ARC64
  • crosstool-ng:

    • sync with upstream. Upstream now supports newlib-nano so we drop
      our Zephyr specific updates. This also pulls in gcc-10.3 and
      initial support for ARC64.
  • yocto:

    • Update to yocto 3.2.3 baseline. This is in prep to support building
      qemu-6.0.0

Zephyr SDK 0.12.4

26 Mar 15:33
Compare
Choose a tag to compare

Add a cmake target for arm64 to support arm/arm64 split.

Zephyr SDK 0.12.3

16 Feb 17:02
Compare
Choose a tag to compare
  • Backport patches from releases/gcc-10 branch for ARM. Mainly
    to pickup fixes for Cortex-M55/ARM-v8.1m support

Zephyr SDK 0.12.2

24 Jan 18:22
Compare
Choose a tag to compare

Enable x86_64-pep target for EFI binary support

Zephyr SDK 0.12.1

14 Jan 13:56
Compare
Choose a tag to compare
  • Re-enable MIPS toolchain target
  • Fix version number in cmake/zephyr/Kconfig

Zephyr SDK 0.12.0

17 Dec 21:50
Compare
Choose a tag to compare

Zephyr SDK 0.12.0

  • General:

    • Updated to using buildkite for CI
    • Updated yocto 3.1.1
    • Build aarch64 (arm64) linux host toolchains.
    • Moved to using a zephyr fork of crosstool-ng
    • Update bossa to 1.9.1+ + SAM4L support
    • cmake: Set HOST_TOOLS_HOME based on OS_PLATFORM
    • tweaks to installer script
  • QEMU:

    • Updated to QEMU 5.1.0
    • Added icount support for ARC
    • Backport RISC-V PMP fixes from upstream qemu
  • OpenOCD:

    • Updated to 20201109 snapshot [e44539d66c8929679321704768125df9ba7d5f67]
  • newlib:

    • Updated to version 3.3
    • Updated xtensa to version 3.3 (in sync with all arch's)
    • Change default builds to be built with -O2
  • binutils:

    • updated to version 2.35.1
  • gcc:

    • Updated to version 10.2.0
    • Fix bug in libgcc builds w/regards to ARM cmse support
  • gdb:

    • Updated to version 9.2
  • xtensa:

    • remove HAL from SDK build

Zephyr SDK 0.12.0 Beta-4

12 Dec 02:12
Compare
Choose a tag to compare
Pre-release
  • Fix for soft-float libs on x86
  • Updated crosstool-ng
  • Fixes to go.sh for mac-os-x builds

Zephyr SDK 0.12.0 Beta-3

02 Dec 19:53
Compare
Choose a tag to compare
Pre-release
  • Build newlib with -02
  • Fix CMSE libgcc build on ARM