From 5a074691dc113e6a82a94d592097cc90f469f262 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 6 Oct 2008 16:20:53 +0000 Subject: [PATCH] Add option for ARM interrupt stack git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@981 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 00d58f1936..b405c52df6 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: September 29, 2008

+

Last Updated: October 6, 2008

@@ -1072,6 +1072,9 @@ buildroot-0.1.0 2007-03-09 <spudmonkey@racsa.co.cr> nuttx-0.3.16 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * Added header files defining a common USB device controller architecture * Added USB device side driver for the LPC214x (untested at initial checkin) + * Add an option to set aside a separate stack for interrupt handling (ARM only). + This is useful when memory is constrained, there are multiple tasks, and + the interrupt stack requirement is high (as when USB is enabled). pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>