Skip to content

Commit 10a7725

Browse files
committed
release-notes: Add release notes for 0.16.6-rc1
This commit adds the release notes for the Zephyr SDK 0.16.6-rc1 release. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
1 parent 547d20d commit 10a7725

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

release-notes.md

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

3+
## Zephyr SDK 0.16.6-rc1
4+
5+
- gcc:
6+
7+
* Added experimental ISO C11 `<threads.h>`-based gthread implementation and
8+
libstdc++ support. This enables ISO C++11 threads, mutexes, condition
9+
variables, semaphores, locks, scoped locks, synchronised stream and futures
10+
(async programming) support via ISO C11 threads.
11+
* Added minimal Arm Cortex-M85 support. This includes the support for
12+
`-mcpu=cortex-m85` compiler flag without the PACBTI extension.
13+
* Added RISC-V `rv32imfc` and `rv64imfc` multi-libs.
14+
* Added RISC-V `rv32emc` multi-libs without Zifencei extension support.
15+
316
## Zephyr SDK 0.16.5/0.16.5-1
417

518
_The 0.16.5-1 release is identical to 0.16.5 except that it also includes the

0 commit comments

Comments
 (0)