1============ 2Dummyflasher 3============ 4 5Dummyflasher programmer is software-only implementation of a flashrom programmer. In other words, 6it is an emulator which operates on in-memory arrays of bytes instead of a real chip. Dummyflasher does not interact with any hardware. 7 8This programmer is actively used in unit tests. 9 10Also, since dummyflasher implements all of the programmers APIs, it can be used as an example or as a starting point for implementing a new programmer. 11 12Related documents: 13 14* :doc:`/contrib_howtos/how_to_add_unit_test` 15