summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/stm3210e-eval/usbserial/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-11-18 00:08:41 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-11-18 00:08:41 +0000
commit79dacc47ed215966c78cb6de59bc0ab65745c173 (patch)
treea0c1103b3a3d4912848541cb87285c6c7c7bbd1b /nuttx/configs/stm3210e-eval/usbserial/defconfig
parent4ad6562f9fb1d489162c768e281c6cb8496d1d3f (diff)
Fix issues related to work queue timing
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@2270 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/stm3210e-eval/usbserial/defconfig')
-rwxr-xr-xnuttx/configs/stm3210e-eval/usbserial/defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/stm3210e-eval/usbserial/defconfig b/nuttx/configs/stm3210e-eval/usbserial/defconfig
index 6d7adf0c04..23910eb2d3 100755
--- a/nuttx/configs/stm3210e-eval/usbserial/defconfig
+++ b/nuttx/configs/stm3210e-eval/usbserial/defconfig
@@ -319,7 +319,7 @@ CONFIG_HAVE_LIBM=n
# CONFIG_SCHED_WORKPRIORITY - The execution priority of the worker
# thread. Default: 50
# CONFIG_SCHED_WORKPERIOD - How often the worker thread checks for
-# work. Default: 50 MS.
+# work in units of microseconds. Default: 50*1000 (50 MS).
# CONFIG_SCHED_WORKSTACKSIZE - The stack size allocated for the worker
# thread. Default: CONFIG_IDLETHREAD_STACKSIZE.
# CONFIG_SIG_SIGWORK - The signal number that will be used to wake-up
@@ -352,7 +352,7 @@ CONFIG_SDCLONE_DISABLE=y
CONFIG_NXFLAT=n
CONFIG_SCHED_WORKQUEUE=n
CONFIG_SCHED_WORKPRIORITY=50
-CONFIG_SCHED_WORKPERIOD=50
+CONFIG_SCHED_WORKPERIOD=(50*1000)
CONFIG_SCHED_WORKSTACKSIZE=1024
CONFIG_SIG_SIGWORK=4