diff --git a/Documentation/README.html b/Documentation/README.html index 0341347d9d0..d3c0315bc4f 100644 --- a/Documentation/README.html +++ b/Documentation/README.html @@ -8,7 +8,7 @@

NuttX README Files

-

Last Updated: December 21, 2016

+

Last Updated: February 14, 2017

@@ -101,6 +101,8 @@ nuttx/ | | `- README.txt | |- freedom-k64f/ | | `- README.txt + | |- freedom-k66f/ + | | `- README.txt | |- freedom-kl25z/ | | `- README.txt | |- freedom-kl26z/ diff --git a/README.txt b/README.txt index 80957b3b2be..1a0d2620a52 100644 --- a/README.txt +++ b/README.txt @@ -1486,6 +1486,8 @@ nuttx/ | | `- README.txt | |- freedom-k64f/ | | `- README.txt + | |- freedom-k66f/ + | | `- README.txt | |- freedom-kl25z/ | | `- README.txt | |- freedom-kl26z/ diff --git a/TODO b/TODO index 9a78606f552..6cf10cf15eb 100644 --- a/TODO +++ b/TODO @@ -1391,9 +1391,6 @@ o File system / Generic drivers (fs/, drivers/) simple way of doing that now (other than just writing data to the file). - fstat(): Currently in work. The unverified solution is on - the 'fstat' branch in the repository. - link, unlink, softlink, readlink - For symbolic links. Only the ROMFS file system currently supports hard and soft links, so this is not too important.