nuttx-apps/testing/fs
Xiang Xiao 3adb14f12d !compiler: drop CONFIG_HAVE_LONG_LONG and require long long support
The matching nuttx commit removes CONFIG_HAVE_LONG_LONG; clean up the
remaining users in nuttx-apps so that "long long" is always assumed:

  - examples/noteprintf, examples/nxscope:
        unconditionally exercise the %lld / long long branch.
  - fsutils/mkfatfs/configfat.c:
        drop the 32-bit fall-back paths in mkfatfs_nfatsect12/16/32;
        always use uint64_t for the FAT-size arithmetic.
  - logging/nxscope/nxscope_chan.c:
        drop the CONFIG_HAVE_LONG_LONG guard around the 64-bit
        sample helpers.
  - netutils/ftpd, netutils/ntpclient:
        always emit the 64-bit format strings.
  - testing/fs/fstest/fstest_main.c:
        drop the parallel 32-bit verification path; keep only the
        64-bit (long long) random pattern generator.
  - system/zmodem/host/nuttx/compiler.h:
        remove the host-side CONFIG_HAVE_LONG_LONG stub macro.

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2026-05-11 17:38:32 +08:00
..
epoll include/debug.h: Use <nuttx/debug.h> in apps 2026-04-11 10:39:27 -03:00
fatutf8 apps/testing:move epoll, fatutf8 ... folders to the new fs folder 2025-01-22 01:34:00 +08:00
fdsantest apps/testing:move epoll, fatutf8 ... folders to the new fs folder 2025-01-22 01:34:00 +08:00
fstest !compiler: drop CONFIG_HAVE_LONG_LONG and require long long support 2026-05-11 17:38:32 +08:00
memfd testing/fs: add testcase to test the stability of memfd. 2026-01-22 19:53:39 +08:00
mtd_config_fs include/debug.h: Use <nuttx/debug.h> in apps 2026-04-11 10:39:27 -03:00
nxffs include/debug.h: Use <nuttx/debug.h> in apps 2026-04-11 10:39:27 -03:00
smart include/debug.h: Use <nuttx/debug.h> in apps 2026-04-11 10:39:27 -03:00
smart_test apps/testing:move epoll, fatutf8 ... folders to the new fs folder 2025-01-22 01:34:00 +08:00
.gitignore apps/testing:move epoll, fatutf8 ... folders to the new fs folder 2025-01-22 01:34:00 +08:00
CMakeLists.txt apps/testing:move epoll, fatutf8 ... folders to the new fs folder 2025-01-22 01:34:00 +08:00
Make.defs apps/testing:move epoll, fatutf8 ... folders to the new fs folder 2025-01-22 01:34:00 +08:00
Makefile apps/testing:move epoll, fatutf8 ... folders to the new fs folder 2025-01-22 01:34:00 +08:00