This is an automated email from the ASF dual-hosted git repository.
davids5 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 238a96e arch/esp32_cpuint.c: Simplify up_disable/enable_irq.
add 319474b fs: Change off_t and related types to int64_t if long long is
supported
add 6a396eb Fix the printf warning after off_t change
No new revisions were added by this update.
Summary of changes:
arch/arm/src/cxd56xx/cxd56_sfc.c | 13 ++++----
arch/arm/src/lc823450/lc823450_mmcl.c | 11 +++----
arch/arm/src/lc823450/lc823450_mtd.c | 5 ++--
arch/arm/src/s32k1xx/s32k1xx_eeeprom.c | 3 +-
drivers/mmcsd/mmcsd_sdio.c | 2 +-
drivers/mmcsd/mmcsd_spi.c | 14 ++++-----
drivers/mtd/ftl.c | 54 +++++++++++++++++-----------------
drivers/mtd/mtd_partition.c | 5 ++--
drivers/mtd/smart.c | 27 +++++++++--------
drivers/ramdisk.c | 6 ++--
drivers/rwbuffer.c | 12 ++++----
drivers/usbhost/usbhost_storage.c | 11 +++----
fs/Kconfig | 12 ++++++++
fs/fat/fs_fat32util.c | 39 +++++++++++++-----------
fs/spiffs/src/spiffs_core.c | 20 ++++++-------
fs/spiffs/src/spiffs_gc.c | 2 +-
include/aio.h | 12 ++++++++
include/dirent.h | 10 +++++++
include/fcntl.h | 14 +++++++++
include/ftw.h | 5 ++++
include/inttypes.h | 30 +++++++++++++++++++
include/nuttx/fs/hostfs.h | 5 ++++
include/stdio.h | 10 +++++++
include/stdlib.h | 7 +++++
include/sys/mman.h | 4 +++
include/sys/resource.h | 27 +++++++++++++++--
include/sys/sendfile.h | 4 +++
include/sys/stat.h | 7 +++++
include/sys/statfs.h | 5 ++++
include/sys/statvfs.h | 5 ++++
include/sys/types.h | 26 +++++++++++-----
include/sys/uio.h | 9 ++++++
include/unistd.h | 17 ++++++++---
33 files changed, 314 insertions(+), 119 deletions(-)