From cbb675b0c2f7ad6849fa04295d6fc94991004240 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 13 Apr 2009 23:24:37 +0000 Subject: [PATCH] Add interrupt decode logic for i.MX git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1701 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 23 ++++- arch/arm/src/dm320/dm320_decodeirq.c | 10 ++- arch/arm/src/imx/Make.defs | 2 +- arch/arm/src/imx/imx_aitc.h | 6 ++ arch/arm/src/imx/imx_decodeirq.c | 123 +++++++++++++++++++++++++++ 5 files changed, 158 insertions(+), 6 deletions(-) create mode 100644 arch/arm/src/imx/imx_decodeirq.c diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 17f79e23ca1..bb5c3eac7ae 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -790,6 +790,27 @@

+ + + + ARM920T. + + + +
+ +

+ Freescale MC9328MX1 or i.MX1. + This port uses the Freescale MX1ADS development board with a GNU arm-elf toolchain* + under either Linux or Cygwin. +

+

+ STATUS: + This port is in progress. Coding is complete on the basic port (timer, serial console). + Verified support for the i.MX1 will be announced in a future release of NuttX. +

+ + @@ -1433,7 +1454,7 @@ buildroot-0.1.4 2009-xx-xx <spudmonkey@racsa.co.cr>