incubator-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
..
Kconfig Fix various typos in comments and documentation 2021-07-04 11:23:26 -05:00
Make.defs makefiles: Fix relative path in file header 2021-03-09 23:18:28 +08: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 Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
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