Rename CONFIG_SCHED_USRWORK to CONFIG_LIB_USRWORK

This commit is contained in:
Gregory Nutt
2014-10-11 15:59:40 -06:00
parent f1212bf8e9
commit 4ad13d380f
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ const struct userspace_s userspace __attribute__ ((section (".userspace"))) =
/* User-space work queue support (declared in include/nuttx/wqueue.h) */
#ifdef CONFIG_SCHED_USRWORK
#ifdef CONFIG_LIB_USRWORK
.work_usrstart = work_usrstart,
#endif
};
+1 -1
View File
@@ -818,7 +818,7 @@ CONFIG_SCHED_WORKPRIORITY=192
CONFIG_SCHED_WORKPERIOD=20000
CONFIG_SCHED_WORKSTACKSIZE=2048
# CONFIG_SCHED_LPWORK is not set
# CONFIG_SCHED_USRWORK is not set
# CONFIG_LIB_USRWORK is not set
# CONFIG_LIB_KBDCODEC is not set
# CONFIG_LIB_SLCDCODEC is not set
+1 -1
View File
@@ -130,7 +130,7 @@ const struct userspace_s userspace __attribute__ ((section (".userspace"))) =
/* User-space work queue support (declared in include/nuttx/wqueue.h) */
#ifdef CONFIG_SCHED_USRWORK
#ifdef CONFIG_LIB_USRWORK
.work_usrstart = work_usrstart,
#endif
};
+1 -1
View File
@@ -594,7 +594,7 @@ CONFIG_SCHED_WORKPRIORITY=192
CONFIG_SCHED_WORKPERIOD=50000
CONFIG_SCHED_WORKSTACKSIZE=2048
# CONFIG_SCHED_LPWORK is not set
# CONFIG_SCHED_USRWORK is not set
# CONFIG_LIB_USRWORK is not set
# CONFIG_LIB_KBDCODEC is not set
# CONFIG_LIB_SLCDCODEC is not set
+1 -1
View File
@@ -130,7 +130,7 @@ const struct userspace_s userspace __attribute__ ((section (".userspace"))) =
/* User-space work queue support (declared in include/nuttx/wqueue.h) */
#ifdef CONFIG_SCHED_USRWORK
#ifdef CONFIG_LIB_USRWORK
.work_usrstart = work_usrstart,
#endif
};
+1 -1
View File
@@ -600,7 +600,7 @@ CONFIG_SCHED_WORKPRIORITY=192
CONFIG_SCHED_WORKPERIOD=50000
CONFIG_SCHED_WORKSTACKSIZE=1024
# CONFIG_SCHED_LPWORK is not set
# CONFIG_SCHED_USRWORK is not set
# CONFIG_LIB_USRWORK is not set
# CONFIG_LIB_KBDCODEC is not set
# CONFIG_LIB_SLCDCODEC is not set
+1 -1
View File
@@ -130,7 +130,7 @@ const struct userspace_s userspace __attribute__ ((section (".userspace"))) =
/* User-space work queue support (declared in include/nuttx/wqueue.h) */
#ifdef CONFIG_SCHED_USRWORK
#ifdef CONFIG_LIB_USRWORK
.work_usrstart = work_usrstart,
#endif
};
+1 -1
View File
@@ -870,7 +870,7 @@ CONFIG_SCHED_WORKSTACKSIZE=2048
CONFIG_SCHED_LPWORKPRIORITY=50
CONFIG_SCHED_LPWORKPERIOD=50000
CONFIG_SCHED_LPWORKSTACKSIZE=2048
CONFIG_SCHED_USRWORK=y
CONFIG_LIB_USRWORK=y
# CONFIG_LIB_KBDCODEC is not set
# CONFIG_LIB_SLCDCODEC is not set
@@ -131,7 +131,7 @@ const struct userspace_s userspace __attribute__ ((section (".userspace"))) =
/* User-space work queue support (declared in include/nuttx/wqueue.h) */
#ifdef CONFIG_SCHED_USRWORK
#ifdef CONFIG_LIB_USRWORK
.work_usrstart = work_usrstart,
#endif
};