summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-22 16:46:42 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-22 16:46:42 +0000
commit680e5e4ca6c8e565d3814a10c7d77f4f9d0176aa (patch)
treeb3f29b43d5ef866f8d3fe63043a1064a3787abb6 /nuttx/ChangeLog
parent9e91dba9e4c647edef9d745af68321436007b4f5 (diff)
downloadnuttx-680e5e4ca6c8e565d3814a10c7d77f4f9d0176aa.tar.gz
nuttx-680e5e4ca6c8e565d3814a10c7d77f4f9d0176aa.tar.bz2
nuttx-680e5e4ca6c8e565d3814a10c7d77f4f9d0176aa.zip
First round of changes made during debug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2880 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 19191e2a4..0d3a6f385 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1199,11 +1199,11 @@
* 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.
+ 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.
+ 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
@@ -1211,3 +1211,7 @@
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.