summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-07 21:36:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-07 21:36:32 +0000
commitc1c23363041c3cd09a1fec50c16ca92c8c78a472 (patch)
tree4cdf8f9c2b240089faceeb44e4d9a588aee60df0 /nuttx/ChangeLog
parent52e4f12c798f8e28445af1ec3809364ba39d9000 (diff)
downloadnuttx-c1c23363041c3cd09a1fec50c16ca92c8c78a472.tar.gz
nuttx-c1c23363041c3cd09a1fec50c16ca92c8c78a472.tar.bz2
nuttx-c1c23363041c3cd09a1fec50c16ca92c8c78a472.zip
Add an NSH configuratin for the PIC32 starter kit
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4462 42af7a65-404d-4744-a932-0658087f49c3
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 f3ccb3f58..f700fda1b 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.