summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-11 18:45:50 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-11 18:45:50 -0600
commit30dc5ca366058b3004dd42900e6b11c3f8c84634 (patch)
tree3978cb7675192b1e7f787a66c2a9cd28483307a3 /nuttx/ChangeLog
parent931ffab0783e9e073e66f78a2577483bc2ef8e45 (diff)
downloadnuttx-30dc5ca366058b3004dd42900e6b11c3f8c84634.tar.gz
nuttx-30dc5ca366058b3004dd42900e6b11c3f8c84634.tar.bz2
nuttx-30dc5ca366058b3004dd42900e6b11c3f8c84634.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index b700a0d8f..389218d95 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8483,4 +8483,9 @@
mode processes (2014-9-11).
* configs/cc3200-launchpad/src/cc3200_leds.c and other board files: Add
LED support for the CC3200 Launchpad. From Jim Ewing (2014-9-11).
-
+ * arch/arm/src/armv7-a/arm_initialstate.c: All tasks, even user mode
+ tasks, must start in supervisor mode until they get past the start-up
+ trampoline (2014-9-11).
+ * arch/arm/src/armv7-a/arm_vectors.S: Fix logic for returning from
+ exceptions to user-mode contexts. NuttX processes are now functional
+ on the Cortex-A (2014-9-11).