release-notes: Add release notes for 0.15.1

This commit adds the release notes for the Zephyr SDK 0.15.1 release.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2022-10-02 13:38:39 +09:00
parent 1d94e80f0f
commit 8d9178e4a2
1 changed files with 4 additions and 6 deletions

View File

@ -1,11 +1,6 @@
# Notes / Changes in various releases
## Zephyr SDK 0.15.1-rc2
- openocd:
* Fixed debugger connection failure on various STM32 platforms.
## Zephyr SDK 0.15.1-rc1
## Zephyr SDK 0.15.1
- general:
* Updated the Zephyr SDK CMake package to declare Thread Local Storage (TLS)
@ -19,6 +14,9 @@
* Added ARC `hs4x_rel31` CPU variant support.
* Disabled GOT indirection usage for weak symbol references on AArch64.
- openocd:
* Fixed debugger connection failure on various STM32 platforms.
## Zephyr SDK 0.15.0
- general: