From 507df7c0e8e2bb2959a62dc802408d701bf21c3b Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 25 May 2011 23:43:40 +0000 Subject: [PATCH] Documentation update git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3643 42af7a65-404d-4744-a932-0658087f49c3 --- ChangeLog | 4 +- Documentation/NuttX.html | 22 ++- Documentation/NuttxPortingGuide.html | 242 +++++++++++++++++++++++++-- configs/README.txt | 78 +++++---- 4 files changed, 303 insertions(+), 43 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7b700a0d289..d43911d1797 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1765,7 +1765,9 @@ * lib/drivers/cc1101: Add initial, functional CC1101 wireless driver (contributed by Uros Platise) * arch/mips and configs/pcblogic-pic32mx: The MicroChip PIC32MX port is now - code complete and ready to begin testing. + code complete and ready to begin testing. Unfortunately, it looks like + testing will be delayed due to tool issues (My PICkit 2 will not work the + the MPLAB debugger on PIC32; I will need to get a PICkit 3). * drivers/net/e1000.c/h: A PCI-based E1000 ethernet driver submitted by Yu Qiang. * lib/net/lib_inetaddr.c: An implementatino of the inet_addr() function diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 65a8744d837..b29bf7ab0ac 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: May 15, 2011

+

Last Updated: May 25, 2011

@@ -1618,8 +1618,9 @@ @@ -2304,8 +2305,23 @@ buildroot-1.10 2011-05-06 <spudmonkey@racsa.co.cr>