From dd364ee8135a2c99eb90b56bc2eadb6b590348b9 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 10 Oct 2011 19:40:56 +0000 Subject: [PATCH] Fix fclose() return value when closing read-only file git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4036 42af7a65-404d-4744-a932-0658087f49c3 --- configs/README.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/configs/README.txt b/configs/README.txt index c18bde3210..f19fa28eea 100644 --- a/configs/README.txt +++ b/configs/README.txt @@ -1321,7 +1321,14 @@ configs/pcblogic-pic32mx STATUS: Code complete but testing has been stalled due to tool related problems (PICkit 2 does not work with the PIC32). -confgis/qemu-i486 +configs/pic32-starterkit + + This README file discusses the port of NuttX to the Microchip PIC32 Ethernet + Starter Kit (DM320004) with the Multimedia Expansion Board (MEB, DM320005). + Advanced USB Storage. See www.microchip.com for further information. + +configs/qemu-i486 + Port of NuttX to QEMU in i486 mode. This port will also run on real i486 hardwared (Google the Bifferboard).