doc: releasenotes 2.5: Add notes on addition fs_file_t_init
The commit adds notes on addition on fs_file_t_init function and its impact on File system API. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This commit is contained in:
parent
0e6a2e0390
commit
c8d1c3ba2c
1 changed files with 10 additions and 0 deletions
|
@ -79,6 +79,9 @@ API Changes
|
|||
standard way to identify the control signal in nodes that support power
|
||||
control.
|
||||
|
||||
* :c:type:`fs_tile_t` objects must now be initialized by calling
|
||||
:c:func:`fs_file_t_init` before their first use.
|
||||
|
||||
Deprecated in this release
|
||||
==========================
|
||||
|
||||
|
@ -372,6 +375,13 @@ Build and Infrastructure
|
|||
Libraries / Subsystems
|
||||
**********************
|
||||
|
||||
* File systems
|
||||
|
||||
* API
|
||||
|
||||
* Added c:func:`fs_file_t_init` function for initialization of
|
||||
c:type:`fs_file_t` objects.
|
||||
|
||||
* Disk
|
||||
|
||||
* File Systems
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue