Demand paging documentation

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2854 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2010-08-15 15:13:34 +00:00
parent b1c00675cb
commit d5480df603
4 changed files with 24 additions and 5 deletions
+3
View File
@@ -1206,3 +1206,6 @@
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.