9
0
Fork 0

Note fixed LPC214x timer freq

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@996 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2008-10-07 23:07:33 +00:00
parent d5ca4dee30
commit 305303d01c
2 changed files with 2 additions and 0 deletions

View File

@ -482,6 +482,7 @@
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).

View File

@ -1072,6 +1072,7 @@ buildroot-0.1.0 2007-03-09 &lt;spudmonkey@racsa.co.cr&gt
nuttx-0.3.16 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
* 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).