From d33d1c2664c1283944be663b9eedd397202256a7 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Thu, 25 Jan 2024 15:18:11 +0000 Subject: [PATCH] release-notes: Add release notes for 0.16.5-rc1 This commit adds the release notes for the Zephyr SDK 0.16.5-rc1 release. Signed-off-by: Stephanos Ioannidis --- release-notes.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/release-notes.md b/release-notes.md index b77c677c..07e89337 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,5 +1,26 @@ # Notes / Changes in various releases +## Zephyr SDK 0.16.5-rc1 + +- general: + + * Added NXP RT600 ADSP toolchain (`xtensa-nxp_rt600_adsp_zephyr-elf`). + +- binutils: + + * Added ELF program header rewrite segment first section address check + workaround for the ELF files that contain a section whose LMA is not equal + to VMA. This fixes occasional "error in private header data" error observed + when running objcopy with `--change-section-lma` option. + +- openocd: + + * Added STM32WBA5xx device support. + +- picolibc: + + * Updated to Picolibc 1.8.6 release. + ## Zephyr SDK 0.16.4 - general: