Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options for system timers in general, but more importantly, let's us realize higher resolution for the case of CONFIG_SCHED_TICKLESS=y -- of course, at the risk of some new interger overvflow problems

This commit is contained in:
Gregory Nutt
2014-08-07 13:42:47 -06:00
parent 7edc6a5666
commit 49deb059d4
250 changed files with 250 additions and 250 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ CONFIG_ARCH_BOARD="p112"
#
# RTOS Features
#
CONFIG_MSEC_PER_TICK=10
CONFIG_USEC_PER_TICK=10000
CONFIG_RR_INTERVAL=0
# CONFIG_SCHED_INSTRUMENTATION is not set
CONFIG_TASK_NAME_SIZE=0