From a45f710f8fdb5b9cf11fbdcb2a74cb5007ea79fd Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 16 Mar 2013 17:37:40 +0000 Subject: Fix bad conditional logic in mkconfig.c; Add user-mode pthread start-up logic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5748 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index ae585ae33..9074c2895 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -4332,3 +4332,16 @@ Ryan Sundberg. (2013-03-14). 6.27 2013-xx-xx Gregory Nutt + + * arch/arm/src/armv7-m/up_mpu.c: Correct MPU sub-region settings for + unaligned regions (2013-03-15). + * arch/arm/src/armv6-m/up_svcall.c: Bring up to equivalent to the + ARMv7-M version (2013-03-15). + * configs/lm4f120-launchpad/tools: Add scripts and instructions to + simplify use of OpenOCD with ICDI (from JP Carballo, 2013-03-15). + * tools/mkconfig.c: Logic that attempts to suppressed buffered I/O + within the kernel is wrong. sizeof(struct file_struct) must be + the same in both kernel- and user-spaces (2013-03-16). + * arch/arm/src/common/up_pthread_start.c, nuttx/libc/pthread/pthread_startup.c, + and related files: Implement switch to user-space and user-space + pthread start-up function (2013-03-16). -- cgit v1.2.3