Fix types in stm32 serial drivers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2182 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
40ec51c730
commit
ee4a8468e8
@ -8,7 +8,7 @@
|
|||||||
<tr align="center" bgcolor="#e4e4e4">
|
<tr align="center" bgcolor="#e4e4e4">
|
||||||
<td>
|
<td>
|
||||||
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
|
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
|
||||||
<p>Last Updated: October 24, 2009</p>
|
<p>Last Updated: October 28, 2009</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
@ -1577,6 +1577,10 @@ nuttx-0.4.13 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
|||||||
context switches and background/user context switches. This change should
|
context switches and background/user context switches. This change should
|
||||||
improve the performance of those background/user context switches by a factor
|
improve the performance of those background/user context switches by a factor
|
||||||
of about two.
|
of about two.
|
||||||
|
* arch/arm/src/stm32/ - fix several typos in the serial logic. It turns out
|
||||||
|
that these typose don't make any difference as long as you use only one
|
||||||
|
serial port and all uarts are configured the same. But the typos are bugs
|
||||||
|
waiting to happen in any other configuration.
|
||||||
|
|
||||||
pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user