
24 Apr
2015
24 Apr
'15
6:13 a.m.
On 21 April 2015 at 12:57, Joe Hershberger joe.hershberger@ni.com wrote:
Add a function that maintains an offset to include in the system timer values returned from the lib/time.c APIs.
This will allow timeouts to be skipped instantly in tests
Signed-off-by: Joe Hershberger joe.hershberger@ni.com
arch/sandbox/cpu/cpu.c | 5 ----- arch/sandbox/include/asm/test.h | 8 ++++++++ board/sandbox/sandbox.c | 11 ++++++++++- 3 files changed, 18 insertions(+), 6 deletions(-)
Acked-by: Simon Glass sjg@chromium.org