From f239368efaf3b9155120619821aa79e913cf2a08 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 27 Feb 2013 20:34:57 +0000 Subject: [PATCH] The NuTiny-SDK-NUC120 basic port is complete and functional git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5682 42af7a65-404d-4744-a932-0658087f49c3 --- ChangeLog | 2 + Documentation/NuttX.html | 18 +- arch/arm/src/nuc1xx/chip/nuc_uart.h | 23 +-- arch/arm/src/nuc1xx/nuc_irq.c | 31 ++++ arch/arm/src/nuc1xx/nuc_irq.h | 65 +++++++ arch/arm/src/nuc1xx/nuc_lowputc.c | 4 +- arch/arm/src/nuc1xx/nuc_serial.c | 266 ++++++++++++++++++++++------ 7 files changed, 340 insertions(+), 69 deletions(-) create mode 100644 arch/arm/src/nuc1xx/nuc_irq.h diff --git a/ChangeLog b/ChangeLog index c34355364d1..346db7e84d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4210,3 +4210,5 @@ the KBIT-ARM-1769 board. * configs/zkit-arm-1769/thttpd: Add a THTTPD configuration for the KBIT-ARM-1769 board. + * 2013-02-27: All configurations for the Cortex-M0 NuTINY-SDK-NUC120 + appear to be functional and stable. diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index e086b1476a8..bcfa88c4bb2 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -2010,10 +2010,22 @@ svn checkout -r5595 http://svn.code.sf.net/p/nuttx/code/trunk nuttx-code