collapseos/emul/hw
Virgil Dupras 1681e61956 emul/sms: don't hardcode name table offset
Use reg 2 as specified.
2020-10-12 21:11:46 -04:00
..
rc2014 emul/rc2014: add support for Zilog SIO 2020-09-24 21:01:14 -04:00
sms emul/sms: don't hardcode name table offset 2020-10-12 21:11:46 -04:00
ti Fix makefile build-from-clean-repo glitches 2020-06-30 10:24:12 -04:00
README.md Add RC2014 classic emulation 2019-12-31 22:03:48 -05:00

README.md

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.