summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-12 04:21:23 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-12 04:21:23 +0000
commita5e4206d13b4b8b21551fe8dc21adb2439813519 (patch)
tree45156eb517b27738db059556bcc1021bf29b3248 /nuttx/ChangeLog
parent16a217cd260c1274fbe26c1c59f6aac5d00daf18 (diff)
downloadnuttx-a5e4206d13b4b8b21551fe8dc21adb2439813519.tar.gz
nuttx-a5e4206d13b4b8b21551fe8dc21adb2439813519.tar.bz2
nuttx-a5e4206d13b4b8b21551fe8dc21adb2439813519.zip
Add PHY init logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3100 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index a897124bd..3e4e4fdb9 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1239,7 +1239,7 @@
For people who have their own configurations and/or Makefiles,
you will need to make a couple of changes:
- - Replace all occurrences of CONFIG_EXAMPLE=foobar with
+ - Replace all occurrences of CONFIG_EXAMPLE=foobar with
CONFIG_APP_DIR=examples/foobar in all of the configuration
files.
- Replace any occurrences of examples/$(CONFIG_EXAMPLE) with
@@ -1329,8 +1329,13 @@
not refer to an open file.
* configs/olimex-lpc1766stk - Add support for the Olimex LPC1766-STK
development board. The OS test and NSH configurations (only) have been
- verified.
+ verified.
5.14 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+ * configs/olimex-lpc1766stk/nettest - Add examples/nettest configuration to
+ verify the LPC17xx ethernet driver currently under development.
+ * arch/arm/src/lpc17xx/lpc17xx_ethernet.c/.h - Began development of
+ the LPC17xx Ethernet driver.
+