commit | 4bc83f3da46683ecaf5b9413d828411517210740 | [log] [tgz] |
---|---|---|
author | Roman Vaughan <nzsmartie@gmail.com> | Sat May 30 23:57:17 2020 +1200 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Nov 17 16:48:29 2020 -0500 |
tree | 4488db5d7f75785bd06e2d60e63d36788f736a4c | |
parent | 537d11f42357ff7b1f4944863899d03fe4b06027 [diff] |
fs: Set MAX_FILE_NAME appropiately with LFN and FATFS Try to define MAX_FILE_NAME to the appropriate max length based on the selected filesystm. Otherwise fallback to a standard filename of 12 (made up of 8.3 : <filename>.<extension>) Signed-off-by: Roman Vaughan <nzsmartie@gmail.com> Signed-off-by: David Brown <david.brown@linaro.org>