From 46789b673b1487f5beb59fff322f80f26e3dcca5 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 7 Aug 2013 11:31:31 -0600 Subject: [PATCH] Change setup logic to hand MTD minor numbers for AT24, HSMCI0, and HSMCI1 --- Documentation/NuttX.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 246fdef3cf9..b7d752cceaa 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1998,7 +1998,7 @@ (1) An OS test configuration that verifies the correct port of NuttX to the part and (2) a NuttShell (NSH) configuration that might be the basis for further application development. Develop continues. - Drivers for DMA, SPI, AT25 Serial Flash, and HSMCI memory cards included in NuttX-6.30. + Support of DMA and PIO interrupts and drivers for SPI, AT25 Serial Flash, and HSMCI memory cards included in NuttX-6.30. More device drivers are needed to make this a more complete port, particularly USB and networking. Refer to the NuttX board README file for further information.