Skip to content

Commit d33d1c2

Browse files
committed
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 <root@stephanos.io>
1 parent b2f094f commit d33d1c2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

release-notes.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Notes / Changes in various releases
22

3+
## Zephyr SDK 0.16.5-rc1
4+
5+
- general:
6+
7+
* Added NXP RT600 ADSP toolchain (`xtensa-nxp_rt600_adsp_zephyr-elf`).
8+
9+
- binutils:
10+
11+
* Added ELF program header rewrite segment first section address check
12+
workaround for the ELF files that contain a section whose LMA is not equal
13+
to VMA. This fixes occasional "error in private header data" error observed
14+
when running objcopy with `--change-section-lma` option.
15+
16+
- openocd:
17+
18+
* Added STM32WBA5xx device support.
19+
20+
- picolibc:
21+
22+
* Updated to Picolibc 1.8.6 release.
23+
324
## Zephyr SDK 0.16.4
425

526
- general:

0 commit comments

Comments
 (0)