mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-01 19:10:56 +11:00
11 lines
439 B
Markdown
11 lines
439 B
Markdown
# Hardware emulation
|
|
|
|
In this folder, we emulate some of the hardware used in recipes. The emulation
|
|
is done in a simplistic manner, just enough to verify that the driver code for
|
|
it works generally well. No tricky stuff implemented.
|
|
|
|
This kind of emulation is useful for detecting obvious regressions without
|
|
having to get the code on actual hardware for the upteenth time.
|
|
|
|
To use, go to the appropriate subfolder and read README there.
|