summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-15 22:11:24 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-15 22:11:24 +0000
commit6ebace65d8530505ae32559d06b6a68b57b1b585 (patch)
tree8eb9490e587c97c4be503d4bcb69cdd0d0fb196a /nuttx/ChangeLog
parent6738657390598bac04d5be9d72ee6021fe87e835 (diff)
downloadnuttx-6ebace65d8530505ae32559d06b6a68b57b1b585.tar.gz
nuttx-6ebace65d8530505ae32559d06b6a68b57b1b585.tar.bz2
nuttx-6ebace65d8530505ae32559d06b6a68b57b1b585.zip
Add board support for the FreeScale Kinetis TWR-K60N512
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3884 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 98cd099d1..e3e1ab566 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1985,7 +1985,7 @@
* arch/arm/src/kinetis, arch/arm/include/kinetis, configs/kwikstick-k40:
Add a directory structure to support the port to the Kinesis KwikStik-K40.
There is no real substance in the initial check-in; only the directory
- structure and skeleton files.
+ structure and skeleton files (Code complete on 8/15/11).
* arch/arm/include/armv7-m, arch/arm/src/armv7-m, etc.: Rename all cortexm3
directories and files to armv7-m; Change name of of all CORTEXM3 constants
to ARMV7M. This is a major namespace change needed to cleanly support the
@@ -2000,5 +2000,5 @@
hkwilton).
* arch/arm/src/kinetis: Added header files defining all Kinetis registers
and bit fields within all Kinetis registers.
- * configs/twr-k60n512: This will (eventually) provide support for the Kinetis
- K60 Tower board.
+ * configs/twr-k60n512: Add support for the Kinetis K60 Tower board
+ (TWR-K60N512).