From e663fb0f0c90eba293f47ae839f1964222057dae Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 9 Mar 2009 00:33:39 +0000 Subject: Add option to select priority inheritance git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1582 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/us7032evb1/nsh/defconfig | 8 +++++++- nuttx/configs/us7032evb1/ostest/defconfig | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) (limited to 'nuttx/configs/us7032evb1') diff --git a/nuttx/configs/us7032evb1/nsh/defconfig b/nuttx/configs/us7032evb1/nsh/defconfig index b97c94185..d1d8a751c 100644 --- a/nuttx/configs/us7032evb1/nsh/defconfig +++ b/nuttx/configs/us7032evb1/nsh/defconfig @@ -1,7 +1,7 @@ ############################################################################ # configs/us7032evb1/nsh/defconfig # -# Copyright (C) 2008 Gregory Nutt. All rights reserved. +# Copyright (C) 2008, 2009 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -184,6 +184,10 @@ CONFIG_HAVE_LIBM=n # provides /dev/console. Enables stdout, stderr, stdin. # CONFIG_DEV_LOWCONSOLE - Use the simple, low-level serial console # driver (minimul support) +# CONFIG_MUTEX_TYPES: Set to enable support for recursive and +# errorcheck mutexes. Enables pthread_mutexattr_settype(). +# CONFIG_PRIORITY_INHERITANCE : Set to enable support for priority +# inheritance on mutexes and semaphores. # CONFIG_EXAMPLE=nsh CONFIG_DEBUG=n @@ -199,6 +203,8 @@ CONFIG_START_DAY=10 CONFIG_JULIAN_TIME=n CONFIG_DEV_CONSOLE=y CONFIG_DEV_LOWCONSOLE=n +CONFIG_MUTEX_TYPES=n +CONFIG_PRIORITY_INHERITANCE=n # # The following can be used to disable categories of diff --git a/nuttx/configs/us7032evb1/ostest/defconfig b/nuttx/configs/us7032evb1/ostest/defconfig index ae3160cb6..d1a786979 100644 --- a/nuttx/configs/us7032evb1/ostest/defconfig +++ b/nuttx/configs/us7032evb1/ostest/defconfig @@ -1,7 +1,7 @@ ############################################################################ # configs/us7032evb1/ostest/defconfig # -# Copyright (C) 2008 Gregory Nutt. All rights reserved. +# Copyright (C) 2008, 2009 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -184,6 +184,10 @@ CONFIG_HAVE_LIBM=n # provides /dev/console. Enables stdout, stderr, stdin. # CONFIG_DEV_LOWCONSOLE - Use the simple, low-level serial console # driver (minimul support) +# CONFIG_MUTEX_TYPES: Set to enable support for recursive and +# errorcheck mutexes. Enables pthread_mutexattr_settype(). +# CONFIG_PRIORITY_INHERITANCE : Set to enable support for priority +# inheritance on mutexes and semaphores. # CONFIG_EXAMPLE=ostest CONFIG_DEBUG=n @@ -199,6 +203,8 @@ CONFIG_START_DAY=10 CONFIG_JULIAN_TIME=n CONFIG_DEV_CONSOLE=y CONFIG_DEV_LOWCONSOLE=y +CONFIG_MUTEX_TYPES=n +CONFIG_PRIORITY_INHERITANCE=n # # The following can be used to disable categories of -- cgit v1.2.3