summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-14 22:44:06 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-14 22:44:06 +0000
commit256ff9a480238dfd1d30b7dfb3d61835991b3ee7 (patch)
tree3c62d071240bc4d2f9df1cd127113b94d7fbf332 /nuttx/ChangeLog
parentc601d953ae2de87bc41d3666f6b510805bf4e67b (diff)
downloadpx4-nuttx-256ff9a480238dfd1d30b7dfb3d61835991b3ee7.tar.gz
px4-nuttx-256ff9a480238dfd1d30b7dfb3d61835991b3ee7.tar.bz2
px4-nuttx-256ff9a480238dfd1d30b7dfb3d61835991b3ee7.zip
Switch to user-mode before starting a new task
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5742 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 67c45a41a..9cb94e79e 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4322,3 +4322,11 @@
configuration for the WaveShare Open1788 board. (2013-03-11)
* arch/arm/src/armv7-m/up_mpu.c: Several fixes to MPU logic.
(2013-03-12).
+ * arch/arm, configs/sam3u-ek, configs/open1788: Fix memory map for
+ kernel mode build; Some regions were overlapping. (2013-03-13).
+ * arch/: Rename g_heapbase to g_idle_topstack. This is the same value
+ however: The top of the IDLE stack is the same as the base of the
+ heap in the flat build. But not in the kernel build: The base of
+ the heap is elsewhere so the naming was wrong. (2013-03-13).
+ * libc/stdlib/lib_itoa.c: Implementation of itoa() contributed by
+ Ryan Sundberg. (2013-03-14). \ No newline at end of file