Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Markdown
* [#13519](https://github.com/apache/nuttx/pull/13519) fs/reference_count: set default reference count option depends on DISABLE_PTHREAD
* [#14444](https://github.com/apache/nuttx/pull/14444) fs/inode: refresh tcb after each file sync() is completed
* [#15077](https://github.com/apache/nuttx/pull/15077) fs/tmpfs: Skip any slash at the beginning of relpath
* [#15202](https://github.com/apache/nuttx/pull/15202) fs: fix comment in https://github.com/apache/nuttx/pull/15163
* [#15159](https://github.com/apache/nuttx/pull/15159) fs/shm/shmfs_alloc.c: Allocate zero-initialized memory in flat build
* [#15167](https://github.com/apache/nuttx/pull/15167) fs/fat/fs_fat32util.c: fix potential exception due to dividing zero during mounting when fat is corrupted
* [#15203](https://github.com/apache/nuttx/pull/15203) fs: move fl_lock to a more appropriate location
* [#15204](https://github.com/apache/nuttx/pull/15204) fs/littlefs/Make.defs: fix a littlefs unpack regression
* [#15603](https://github.com/apache/nuttx/pull/15603) fs/vfs: initialize uio only if lower implement readv/writev
* [#15814](https://github.com/apache/nuttx/pull/15814) littlefs/cmake: fix compilation flag issue* [#15334](https://github.com/apache/nuttx/pull/15334) littlefs: fix EINVAL on path operations with littlefs 2.10.0
* [#15335](https://github.com/apache/nuttx/pull/15335) bump littlefs to 2.10.1 where 2.10.0 was used



Networking

Improvements

Bug Fixes

...