We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f094f commit d33d1c2Copy full SHA for d33d1c2
release-notes.md
@@ -1,5 +1,26 @@
1
# Notes / Changes in various releases
2
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
24
## Zephyr SDK 0.16.4
25
26
- general:
0 commit comments