doc: releases: add k_realloc()
add k_realloc() to the release notes. Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
This commit is contained in:
parent
cd0c67f35a
commit
c00288c37d
1 changed files with 3 additions and 0 deletions
|
@ -93,6 +93,9 @@ Kernel
|
||||||
|
|
||||||
* Added :c:func:`k_uptime_seconds` function to simplify `k_uptime_get() / 1000` usage.
|
* Added :c:func:`k_uptime_seconds` function to simplify `k_uptime_get() / 1000` usage.
|
||||||
|
|
||||||
|
* Added :c:func:`k_realloc`, that uses kernel heap to implement traditional :c:func:`realloc`
|
||||||
|
semantics.
|
||||||
|
|
||||||
Bluetooth
|
Bluetooth
|
||||||
*********
|
*********
|
||||||
* Audio
|
* Audio
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue