A configurable test host for embedded operating systems. Clockwise is developed with the goal of making the Tock embedded OS testable. Even so, the software's capabilities extend to making it possible to test any embedded platform.
One of Clockwise's goals is to make embedded systems testing approachable at a low cost. This being the case, Clockwise runs on the Raspberry Pi platform.
This repository is also the project's distribution source.
To use Clockwise, you must clone the repository or download the source code and build it.
The build is handled entirely by Cargo with a simple cargo build
.
Clockwise's source code is licensed under the 3-clause BSD license.