Skip to content

Commit

Permalink
doc: relnotes: Add API change note for fs_open
Browse files Browse the repository at this point in the history
Update release notes API change section with information on change to
fs_open parameter list.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
  • Loading branch information
de-nordic committed Jul 30, 2020
1 parent 4c490a4 commit 4fbf511
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/releases/release-notes-2.4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ API Changes
been modified accordingly. The context argument has been renamed to user_data
and all drivers have been modified against it as well.

* The :c:func:`fs_open` function now accepts open flags that are passed as
a third parameter.
All custom file system front-ends require change to the implementation
of ``open`` callback to accept the new parameter.
To maintain original behaviour within user code, two argument invocations
should be converted to pass a third argument ``FS_O_CREATE | FS_O_RDWR``.

Deprecated in this release
==========================

Expand Down

0 comments on commit 4fbf511

Please sign in to comment.