summaryrefslogtreecommitdiffstats
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-07 21:36:32 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-07 21:36:32 +0000
commit4a0c33006f8fae5a3f4e9ee1d3c79e3378847bcf (patch)
tree4cdf8f9c2b240089faceeb44e4d9a588aee60df0 /nuttx/ChangeLog
parentaa0dc313ffb4b232bc4bfdd0ae78dedd79ab3b60 (diff)
Add an NSH configuratin for the PIC32 starter kit
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4462 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index f3ccb3f583..f700fda1bc 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2536,4 +2536,8 @@
devices that have USB, but no serial port.
* arch/mips/src/pic32mx/pic32mx_spi.c: Add a PIC32 SPI driver. Initial
checkin is primitive, incomplete (lacks interrupt logic), and untested.
+ * configs/pic32-startkit/nsh: Completed verification of the PIC32 Ethernet
+ Starter Kit port. Added and verified the NuttShell (NSH) on the PIC32
+ Ethernet Starter Kit. I can now (finally) claim to have complete the
+ basic port to this board.