This is an automated email from the ASF dual-hosted git repository.
ligd pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 670c4d9a89 sched: inline nxsched_select_cpu nxsched_add_prioritized to
improve performence
new f3840cf141 romfs:extend romfs to enable write part1
new c61734a469 romfs:extend romfs to enable write part2
new 3e58620ccc romfs:bugfix romfs_statfs
new 7d8d766018 romfs:bugfix use origoffset instead of offset
new 23aef2d7b4 romfs:extend romfs to enable write part3
new 4ebcc130b9 fs/romfs: Remove the reference to OK and ERROR
new 96900845a5 fs/romfs: Change the type of num from uint8_t to uint16_t
new cca7b7cb37 fs/romfs: romfs_read return the partail read size instead
error code
new 808beabc83 fs/romfs: Compute rf_endsector correctly when the file end
on the sector boundary
new 4d9512f0d4 fs/romfs: Add romfs_devstrcpy and romfs_devmemcpy
new 7814c40a99 fs/romfs: Replace strlcpy and strcmp with memcpy and memcmp
new 322765b442 fs/romfs: Align up the file size to 16 bytes
new 38f0056dcd romfs:extend romfs to enable write part4
The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
fs/romfs/Kconfig | 7 +
fs/romfs/fs_romfs.c | 206 +++++++++++++------
fs/romfs/fs_romfs.h | 27 ++-
fs/romfs/fs_romfsutil.c | 521 ++++++++++++++++++++++++++++++++++++++----------
4 files changed, 599 insertions(+), 162 deletions(-)