summaryrefslogtreecommitdiff
path: root/chip/host/system.c
Commit message (Collapse)AuthorAgeFilesLines
* Pthread-based emulator for unit testingstabilize-4100.38.BVic Yang2013-05-071-0/+74
This is the first version of pthread-based RTOS emulator. With this, we will be able to test high-level modules entirely on the host machine. BUG=chrome-os-partner:19325 TEST='make runtests' and see tests passing. BRANCH=None Change-Id: I1f5fcd76aa84bdb46c7d35c5e60ae5d92fd3a319 Signed-off-by: Vic Yang <victoryang@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/49954 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>