From 5c40860d037c6f46a50ab3d76339fafb8e2dd885 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 5 Jun 2012 19:45:01 +0000 Subject: [PATCH] Add an ADC-based touchscreen driver for the PIC32MX7 MMB board git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4804 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index f8586682140..2f649ac62bd 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: May 19, 2012

+

Last Updated: June 4, 2012

@@ -2269,14 +2269,19 @@ Stay tuned for updates.

  • Mikroelektronika PIC32MX7 Mulitmedia Board (MMB). - A port has begun for the Mikroelektronika PIC32MX7 Multimedia Board (MMB). - See http://www.mikroe.com/ for further information. + A port has been completed for the Mikroelektronika PIC32MX7 Multimedia Board (MMB). + See http://www.mikroe.com/ for further information about this board.
  • STATUS: - A basic OS test configuration is in place, but the board does not boot. - It looks like I will need an ICD3 in order to debug the code (PICkit3 - doesn't work for debugging with this board). This effort is temporarily stalled. + Two verified configurations are available: + (1) The basic OS test configuration that verfies the correctnexx port of Nuttx, and (2) an extensive NuttShell (NSH) configuration. + The NSH configuration includes: + (1) Full network support, + (2) Verified SPI driver, + (3) SPI-based SD Card support, + (4) USB device support (including configuration options for the USB mass storage device and the CDC/ACM serial class), and + (4) Support for the MIO873QT2 LCD on the PIC32MX7 MMB.