diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index be4af316c5f..fdde2880ec8 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1487,6 +1487,9 @@ nuttx-0.4.9 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> include paths for Cygwin-based GCC were being converted to windows native paths. That causes many problems -- breaking dependencies for one. + * Fixed an important bug in ROMFS. The initial XIP offset was set + incorrectly so if sector zero was read first, there was a bad read. + I don't know how it worked before. pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>