nuttx/fs/fat
Masayuki Ishikawa a8d446851c fs: fat: Use uint16_t instead of wchar_t
Summary:
- Due to the recent changes of wchar_t, ls command always
  causes errors for the fat file system.
- This commit fixes this issue by replacing wchar_t with
  uint16_t under fs/fat

Impact:
- None

Testing:
- Tested with spresense:wifi and stm32f4discovery:wifi

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2021-12-09 21:29:29 -06:00
..
fs_fat32.c fs: Add fchstat and chstat callback into mountpt_operations 2021-07-29 06:33:49 -03:00
fs_fat32.h fs: fat: Use uint16_t instead of wchar_t 2021-12-09 21:29:29 -06:00
fs_fat32attrib.c
fs_fat32dirent.c fs: fat: Use uint16_t instead of wchar_t 2021-12-09 21:29:29 -06:00
fs_fat32util.c Fix the printf warning after off_t change 2021-08-04 06:48:30 -07:00
Kconfig
Make.defs