USB EPROM/Flash Programmer
chip_test.cpp File Reference

Implementation of Unit Test for Device (Chip) Classes. More...

#include <QByteArray>
#include <QObject>
#include <QString>
#include <cmath>
#include "chip_test.hpp"
#include "emulator/emulator.hpp"
#include "emulator/sram.hpp"
#include "emulator/eprom.hpp"
#include "emulator/eeprom.hpp"
#include "emulator/flash28f.hpp"
#include "../../backend/devices/device.hpp"
#include "../../backend/devices/parallel/sram.hpp"
#include "../../backend/devices/parallel/eprom.hpp"
#include "../../backend/devices/parallel/eeprom.hpp"
#include "../../backend/devices/parallel/flash28f.hpp"
Include dependency graph for chip_test.cpp:

Detailed Description

Implementation of Unit Test for Device (Chip) Classes.

Author
Robson Martins (https://www.robsonmartins.com)