Objective

To automate running the MPLAB Simulator for unit testing.

Approach

  • Leverage the mdb command line debugger?
  • Use SDCC? (Does it simulate?)

Notes

  • MPLABX is based on netbeans, should be possible to pick parts to wrap and execute

Links