diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 0543c87b3ef..56c90ef44b3 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -994,7 +994,11 @@ -

The short story (Number of ports follow in parentheses. Follow the links for the details):

+

+ The short story (Number of ports follow in parentheses). + The state of the various ports vary from board-to-board. + Follow the links for the details: +

@@ -1023,7 +1027,7 @@
  • Intel 80x86 (2)
  • -
  • MicroChip PIC32 (MIPS) (2)
  • +
  • MicroChip PIC32MX (MIPS) (3)
  • Renesas/Hitachi:
  • + + + + + + + +



    +

    + PIC32MX795F512L. + This port uses the Microchip PIC32 Ethernet Starter Kit (DM320004) with the Multimedia Expansion Board (MEB, DM320005). + See the Microchip website for further information. +

    +
      +

      + STATUS: + This port was started a shelved... The Starter Kit (even with the MEB) has no serial port. + I will have to come up with a different bring-up strategy to work with this board. +

      +
    +



    @@ -2722,9 +2748,18 @@ nuttx-6.11 2011-xx-xx Gregory Nutt <gnutt@nuttx.org> * arch/arm/stm32/Make.defs: Don't build stm32_rtc.c if CONFIG_RTC is not selected. Doing so will cause errors if other configuration dependencies - are not met + are not met. * configs/stm3210e-eval/src/up_lcd.c: Color corrections for SPFD5408B LCD do not work with R61580 LCD. + * configs/pic32-starterkit: Beginning of a configuration for the Microchip + PIC32 Ethernet Starter Kit. Hmmm.. I don't have a clue how to test this + with no serial port?! + * lib/stdio/lib_fclose.c: fclose() always returns an error (EOF) when it + closes a read-only file. This is because it calls flush() which will + fail on read-only files. No harm is done other that a bad value is + returned. + * arch/sim/src/Makefile: Correct build issue for sim/nsh2 target. Old + libboard.a was not being cleaned. apps-6.11 2011-xx-xx Gregory Nutt <gnutt@nuttx.org>