From d575215da3dbf6decccda2174688a837bb35843f Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 30 Oct 2009 17:34:13 +0000 Subject: [PATCH] upate git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2196 42af7a65-404d-4744-a932-0658087f49c3 --- ChangeLog | 6 +++++- Documentation/NuttX.html | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ca3bdb9a7e..644275e546 100644 --- a/ChangeLog +++ b/ChangeLog @@ -942,4 +942,8 @@ back to the HSI (internal clock), and the system clock is too slow by a factor of 11.1%. This was fixed by simply add the volatile storage class to the timeout loop counter - + * arch/arm/src/stm32/stm32_irq.c - Fixed a critical bug in the interrupt + control logic. The wrong register was being used for interrupts in a + certain range. Worked fine until you try to use an interrupt in that + range! + diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index bdd87219a0..8e4c16a58c 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: October 29, 2009

+

Last Updated: October 30, 2009

@@ -1594,6 +1594,10 @@ nuttx-0.4.13 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> back to the HSI (internal clock), and the system clock is too slow by a factor of 11.1%. This was fixed by simply add the volatile storage class to the timeout loop counter + * arch/arm/src/stm32/stm32_irq.c - Fixed a critical bug in the interrupt + control logic. The wrong register was being used for interrupts in a + certain range. Worked fine until you try to use an interrupt in that + range! pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>