From 4b8d4ec8d97d5557b6f3f8eb20f4fc4703d37384 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 18 Aug 2011 22:37:09 +0000 Subject: The basic Kinetis K60 port works git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3892 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 2 + nuttx/Documentation/NuttX.html | 107 +++++++++++++++++++++++- nuttx/arch/arm/src/kinetis/kinetis_lowputc.c | 14 ++-- nuttx/configs/kwikstik-k40/README.txt | 25 ++++++ nuttx/configs/twr-k60n512/README.txt | 64 ++++++++++---- nuttx/configs/twr-k60n512/include/board.h | 46 ++++++---- nuttx/configs/twr-k60n512/ostest/defconfig | 8 +- nuttx/configs/twr-k60n512/src/twrk60-internal.h | 36 ++++---- 8 files changed, 236 insertions(+), 66 deletions(-) diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index 604590f7d..57a000059 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -2004,4 +2004,6 @@ (TWR-K60N512). * drivers/can.c: Fixe 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. diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html index 7370f757e..c854fd8b7 100644 --- a/nuttx/Documentation/NuttX.html +++ b/nuttx/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: August 1, 2011

+

Last Updated: August 18, 2011

@@ -953,6 +953,7 @@
  • ARM920T (1)
  • ARM926EJS (3)
  • ARM Cortex-M3 (10)
  • +
  • ARM Cortex-M4 (2)
  • Atmel AVR