summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-19 21:33:11 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-19 21:33:11 +0000
commitb9a5d949c91f2732e72b393b4a261091804c7da7 (patch)
treea016889450f3962073cc0692fbc0aaaf3e38e212 /nuttx/ChangeLog
parentaae0c1e888d173b7a850a3e0023b8c352f657f62 (diff)
downloadnuttx-b9a5d949c91f2732e72b393b4a261091804c7da7.tar.gz
nuttx-b9a5d949c91f2732e72b393b4a261091804c7da7.tar.bz2
nuttx-b9a5d949c91f2732e72b393b4a261091804c7da7.zip
Prep for 6.8 releasenuttx-6.8
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3899 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog15
1 files changed, 10 insertions, 5 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 188d2f606..befc8aec8 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1966,7 +1966,7 @@
graphics/nxtk/nxtk_drawlinewindow.c, graphics/nxtk/nxtk_drawlinetoolbar.c:
Add new line drawing interfaces (untested).
-6.8 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+6.8 2011-08-19 Gregory Nutt <spudmonkey@racsa.co.cr>
* arch/arm/src/lpc17xx/chip.h: Fix some chip memory configuration errors
for the LPC1764, LPC1756, and LPC1754 (submitted by Li Zhuoy (Lzzy))
@@ -1983,7 +1983,7 @@
(2) Extract architecture dependent code in arch/rgmp/include and
arch/rgmp/src into corresponding x86/ and arm/ directories.
* arch/arm/src/kinetis, arch/arm/include/kinetis, configs/kwikstick-k40:
- Add a directory structure to support the port to the Kinesis KwikStik-K40.
+ Add a directory structure to support the port to the Kinetis KwikStik-K40.
There is no real substance in the initial check-in; only the directory
structure and skeleton files (Code complete on 8/15/11).
* arch/arm/include/armv7-m, arch/arm/src/armv7-m, etc.: Rename all cortexm3
@@ -2002,12 +2002,17 @@
and bit fields within all Kinetis registers.
* configs/twr-k60n512: Add support for the Kinetis K60 Tower board
(TWR-K60N512).
- * drivers/can.c: Fixe a semaphore overflow problem in the CAN driver
+ * drivers/can.c: Fixed a semaphore overflow problem in the CAN driver
(reported by Li Zhouy (Lzzy)).
* 8/18/2011: The basic port to the FreeScale Kinetics TWR-K60N512 board is
now functional.
* confgs/twr-k60n512: Add Kinetics TWR-K60N512 NSH configuration.
* drivers/analog and include/nuttx/analog: Add ADC driver infrastructure
and TI ADS1255 driver developed and submitted by Li Zhouy (Lzzy)).
- * arch/arm/stm32/stm32_sdio.h and drvers/mmcsd/mmcsd.c: Add logic to
- multiplex usage of the GPIO pins. \ No newline at end of file
+ * arch/arm/stm32/stm32_sdio.h and drivers/mmcsd/mmcsd.c: Add logic to
+ multiplex usage of the GPIO pins (contributed by Uros Platise).
+ * configs/twr-k60n512/nsh: Added and verified a NuttShell (NSH)
+ configuration for the Freescale, Kinetis TWR-K60N512 board.
+
+6.9 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+