Extend CodeSourcery & production OSD support to other configs

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2884 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2010-08-25 11:03:59 +00:00
parent 2fe27b850b
commit 4f9a0c6e33

View File

@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4">
<td>
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
<p>Last Updated: August 21, 2010</p>
<p>Last Updated: August 24, 2010</p>
</td>
</tr>
</table>
@ -1872,7 +1872,7 @@ nuttx-5.9 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
have a test to prove that the changes are correct.
* configs/olimex-lpc2378 - Add support for the CodeSourcery toolchain
under Linux (contributed by Alan Carvalho de Assis).
* arch/arm/src/lpc17xx/lpc17_gpio.c - Fix an imporation GPIO configuration
* arch/arm/src/lpc17xx/lpc17_gpio.c - Fix an important GPIO configuration
bug: When attempting to set no pull-up or pull-down (floating),
it would, instead, select pull-down.
* arch/arm/src/lm3s/lm3s_gpioirq.c - Fix warning for returning a value
@ -1897,6 +1897,10 @@ nuttx-5.9 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
enabled. This is not expected to be a functionality configuration (at
least not yet); it was created in order to debug the on-demand paging
feature.
* configs/ntosd-dm320/*/Make.defs - Codesourcery and devkitARM toolchains
now supported for the Neuros OSD.
* configs/ntosd-dm320 and arch/arm/src/dm320 - Add support for the
Neuros production OSD (changes contributed by bf.nuttx).
pascal-2.1 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;