summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-25 23:43:40 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-25 23:43:40 +0000
commitcfc63f3cffcdcb89261c4bfc065d5591f5b6b561 (patch)
tree10ed74ca0d09f23bd6564a027276219fce50e12e /nuttx/ChangeLog
parent5bdc7cbf57328f7bcb44e88711a1614a3fe941b8 (diff)
downloadnuttx-cfc63f3cffcdcb89261c4bfc065d5591f5b6b561.tar.gz
nuttx-cfc63f3cffcdcb89261c4bfc065d5591f5b6b561.tar.bz2
nuttx-cfc63f3cffcdcb89261c4bfc065d5591f5b6b561.zip
Documentation update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3643 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 7b700a0d2..d43911d17 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/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