doc: release notes: Added truncate option addition to release notes 3.7
Added notes about the truncate option to release 3.7 Signed-off-by: RAJAGOPALAN GANGADHARAN <g.raju2000@gmail.com>
This commit is contained in:
parent
65c4ca1f05
commit
d2c0bd9d27
1 changed files with 3 additions and 0 deletions
|
@ -440,6 +440,9 @@ Libraries / Subsystems
|
|||
:kconfig:option:`CONFIG_FS_FATFS_MKFS` Kconfig option. This option is enabled by default if
|
||||
:kconfig:option:`CONFIG_FILE_SYSTEM_MKFS` is set.
|
||||
|
||||
* FS: It is now possible to truncate a file while opening using :c:func:`fs_open`
|
||||
and by passing ``FS_O_TRUNC`` flag.
|
||||
|
||||
* POSIX API
|
||||
|
||||
* LoRa/LoRaWAN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue