Commit 314d94e7 authored by Chuck Jordan's avatar Chuck Jordan Committed by Anas Nashif
Browse files

arc: 1msec tick gives more stable scheduling



I notice that many of the other boards here use 1msec for the tick.
I notice also that when switching to unified kernel, scheduling based
on time has a lot more jitter with a 5msec tick.

I think a better default is 1000 ticks per second for em_starterkit.

Change-Id: Icc93345762dbea7d71ca9f4735bcf73f75cde273
Signed-off-by: default avatarChuck Jordan <cjordan@synopsys.com>
parent 3cabbfd0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
CONFIG_ARC=y
CONFIG_SOC_EM9D=y
CONFIG_BOARD_EM_STARTERKIT=y
CONFIG_SYS_CLOCK_TICKS_PER_SEC=200
CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000
CONFIG_XIP=n
CONFIG_NANO_TIMERS=y
CONFIG_PRINTK=y