From 36052c9b70ae9fb8ad6e4f6c91094c26f749cf68 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 13 Apr 2009 23:24:37 +0000 Subject: 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 --- nuttx/Documentation/NuttX.html | 23 +++++- nuttx/arch/arm/src/dm320/dm320_decodeirq.c | 10 ++- nuttx/arch/arm/src/imx/Make.defs | 2 +- nuttx/arch/arm/src/imx/imx_aitc.h | 6 ++ nuttx/arch/arm/src/imx/imx_decodeirq.c | 123 +++++++++++++++++++++++++++++ 5 files changed, 158 insertions(+), 6 deletions(-) create mode 100644 nuttx/arch/arm/src/imx/imx_decodeirq.c diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html index 17f79e23c..bb5c3eac7 100644 --- a/nuttx/Documentation/NuttX.html +++ b/nuttx/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>