Skip to content

Commit 805cb33

Browse files
committed
release-notes: Add release notes for 0.15.0-rc1
This commit adds the release notes for the Zephyr SDK 0.15.0-rc1 release. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent e04544d commit 805cb33

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

release-notes.md

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

3+
## Zephyr SDK 0.15.0-rc1
4+
5+
- gcc:
6+
* Fixed "undefined reference to `getentropy`" error when using
7+
`std::random_device`.
8+
9+
- newlib:
10+
* Disabled C99 format specifier support for the newlib "nano" variant in
11+
order to reduce its footprint. This feature will be kept disabled until
12+
the picolibc gains wider adoption.
13+
314
## Zephyr SDK 0.15.0-beta2
415

516
- general:

0 commit comments

Comments
 (0)