summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-17 23:40:53 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-17 23:40:53 +0000
commit7330994698ed840623a487f1a394e39580c8ce97 (patch)
treeb91fe33e90c196e0d792b5bf05af4ca13b5fff3a /nuttx/ChangeLog
parent2b2bbf6433f7271abce9c3e4cbdf2f456fcbeca3 (diff)
downloadnuttx-7330994698ed840623a487f1a394e39580c8ce97.tar.gz
nuttx-7330994698ed840623a487f1a394e39580c8ce97.tar.bz2
nuttx-7330994698ed840623a487f1a394e39580c8ce97.zip
LPC1788 SD Card driver updates from Rommel Marcelo
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5753 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 8c7a986f3..ef49788b4 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4359,6 +4359,6 @@
trampoline (2013-03-16).
* arch/arm/include/armv[6|7]-m/irq.h, and arch/arm/src/armv[6|7]-m/up_svcall.c:
Add support for nested system calls. In the current design, this can
- happen only under one condition: When the kernel system function calls
+ happen only under one condition: When the kernel system call logic calls
back into user space in order to allocate user space memory. So it is
- expected that the maximum nesting level will be only 2.
+ expected that the maximum nesting level will be only 2 (2013-03-17).