mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Forgot to move some text
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2929 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+31
-68
@@ -1875,74 +1875,7 @@ Other memory:
|
||||
</table>
|
||||
|
||||
<ul><pre>
|
||||
nuttx-5.9 2010-08-25 Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||
|
||||
* examples/nsh/nsh_telnetd.c - Fix compilation errors that happen
|
||||
when both DHCPC and TELNETD are enabled in the Nuttshell.
|
||||
* graphics/nxglib/fb/nxglib_moverectangle.c - Fix a logic error
|
||||
that caused an uninitialized variable warning. I still don't
|
||||
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 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
|
||||
from functions returning void (contributed by Tiago Maluta).
|
||||
* netutils/dhcpc/dhcpc.c -- lease_time was not in host order
|
||||
* examples/uip/main.c - if DHCPC is selected, this example now shows
|
||||
the assigned IP address.
|
||||
* arch/arm/src/lm3s and arch/arm/include/lm3s - Definitions for the
|
||||
TI LM3S9B96 contributed by Tiago Maluta.
|
||||
* arch/arm/src/lm3s/lm3s_gioirq.c - Fix a logic error in the address
|
||||
table lookup.
|
||||
* arch/arm/src/lm3s/lm3s_gioirq.c - Also needs to enable the global
|
||||
GPIO interrupts.
|
||||
* arch/arm/src/lm3s/lm3s_internal.h and lm3s_gpio.c - Fixed the encoding
|
||||
of GPIO port number that limited support for GPIO ports to 8
|
||||
* sched/pg_*.c and *.c and include/nuttx/page.h - Implemented the
|
||||
common, core logic for on-demand paging. See
|
||||
http://www.nuttx.org/NuttXDemandPaging.html for details.
|
||||
* drivers/usbdev/usbdev_serial.c - Correct compilation errors that
|
||||
occur if CONFIG_USBDEV_DUALSPEED is selected.
|
||||
* configs/ea3131/pgnsh - Add an NSH configuration with on-demand paging
|
||||
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.0 2009-12-21 Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||
|
||||
* Updated to use standard C99 types in stdint.h and
|
||||
stdbool.h. This change was necessary for compatibility
|
||||
with NuttX-5.0 (any beyond).
|
||||
|
||||
buildroot-1.8 2009-12-21 <spudmonkey@racsa.co.cr>
|
||||
|
||||
* configs/cortexm3-defconfig-4.3.3: Added support for NuttX NXFLAT
|
||||
tools.
|
||||
* configs/arm7tdmi-defconfig-4.3.3: Update to arm7tdmi-defconfig-4.2.4.
|
||||
Also builds NuttX NXFLAT tools.
|
||||
* configs/m68hc12-defconfig-4.3.3: Update to m68ch11-defconfig.
|
||||
* configs/m68hc12-defconfig-3.4.6: There are problems building GCC
|
||||
4.3.3 for the hc12.
|
||||
* configs/m32c-defconfig-4.2.4: Added genromfs
|
||||
* configs/m32c-defconfig-4.3.3: Update to m32c-defconfig-4.2.4
|
||||
</pre></ul>
|
||||
|
||||
<table width ="100%">
|
||||
<tr bgcolor="#e4e4e4">
|
||||
<td>
|
||||
<a name="pendingchanges">Unreleased Changes</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<ul><pre>
|
||||
nuttx-5.10 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||
nuttx-5.10 2010-09-07 Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||
|
||||
* configs/ea3131/locked - Create logic to support a two pass build
|
||||
process: The first pass forces critical logic into the locked text
|
||||
@@ -1987,6 +1920,36 @@ nuttx-5.10 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||
are after this point, but really causes problems if you want to handle
|
||||
data and prefectch aborts which are within this zeroed region.
|
||||
|
||||
pascal-2.0 2009-12-21 Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||
|
||||
* Updated to use standard C99 types in stdint.h and
|
||||
stdbool.h. This change was necessary for compatibility
|
||||
with NuttX-5.0 (any beyond).
|
||||
|
||||
buildroot-1.8 2009-12-21 <spudmonkey@racsa.co.cr>
|
||||
|
||||
* configs/cortexm3-defconfig-4.3.3: Added support for NuttX NXFLAT
|
||||
tools.
|
||||
* configs/arm7tdmi-defconfig-4.3.3: Update to arm7tdmi-defconfig-4.2.4.
|
||||
Also builds NuttX NXFLAT tools.
|
||||
* configs/m68hc12-defconfig-4.3.3: Update to m68ch11-defconfig.
|
||||
* configs/m68hc12-defconfig-3.4.6: There are problems building GCC
|
||||
4.3.3 for the hc12.
|
||||
* configs/m32c-defconfig-4.2.4: Added genromfs
|
||||
* configs/m32c-defconfig-4.3.3: Update to m32c-defconfig-4.2.4
|
||||
</pre></ul>
|
||||
|
||||
<table width ="100%">
|
||||
<tr bgcolor="#e4e4e4">
|
||||
<td>
|
||||
<a name="pendingchanges">Unreleased Changes</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<ul><pre>
|
||||
nuttx-5.11 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||
|
||||
pascal-2.1 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||
|
||||
buildroot-1.9 2010-xx-xx <spudmonkey@racsa.co.cr>
|
||||
|
||||
Reference in New Issue
Block a user