From 305303d01ca7b98bd1a228092f881274b5ea23bf Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 7 Oct 2008 23:07:33 +0000 Subject: [PATCH] Note fixed LPC214x timer freq git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@996 7fd9a85b-ad96-42d3-883c-3090e2eb8679 --- nuttx/ChangeLog | 1 + nuttx/Documentation/NuttX.html | 1 + 2 files changed, 2 insertions(+) diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index d7fb24045..b1589b13a 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -482,6 +482,7 @@ 0.3.16 2008-xx-xx Gregory Nutt * Added header files defining a common USB device controller architecture * Added USB device side driver for the LPC214x (untested at initial checkin) + * Correct the frequency of system timer interrupts (off by 20x in nuttx-0.3.15) * 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). diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html index ac64d7204..e9376d5a3 100644 --- a/nuttx/Documentation/NuttX.html +++ b/nuttx/Documentation/NuttX.html @@ -1072,6 +1072,7 @@ 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) + * Correct the frequency of system timer interrupts (off by 20x in nuttx-0.3.15) * 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).