Move MSC descriptors to a separate file; File 13 char long file names.

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3983 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-09-27 22:04:03 +00:00
parent 1be465a419
commit be64d255fc
7 changed files with 330 additions and 505 deletions
+3
View File
@@ -2107,4 +2107,7 @@
potential crash when using mq_timedreceived() and mq_timedsend().
* sched/mq_sndinternal.c: Related to the above, the send logic was incrementing
the wrong counter when it waited as part of the mq_timedsend.c logic.
* fs/fat: Fix an error in the long file name logic: If the long file name
is an even multiple of 13 bytes in length, then it should not include a
NULL terminating character. Fix contributed by Kaushal Parikh.