ecos: crisper implementation of timeval_ms()

A crisper/faster implementation under eCos that makes profiling a
tad easier.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
Øyvind Harboe
2009-12-15 14:57:38 +01:00
parent 74ce435d97
commit c8b8a34bb5
4 changed files with 87 additions and 13 deletions

View File

@@ -7,9 +7,9 @@ METASOURCES = AUTO
noinst_LTLIBRARIES = libhelper.la
if ECOSBOARD
CONFIGFILES =
CONFIGFILES = time_support_ecos.c
else
CONFIGFILES = options.c jim.c jim-eventloop.c
CONFIGFILES = options.c jim.c jim-eventloop.c time_support_common.c
endif