sharpie7 / circuitjs1

Electronic Circuit Simulator in the Browser
GNU General Public License v2.0
2.28k stars 632 forks source link

[Feature Request] AVR simulation #374

Open nixie84 opened 5 years ago

nixie84 commented 5 years ago

Is there any chance to add AVR simulation? https://github.com/buserror/simavr With this feature it would be the best simulator ever!

ormaaj commented 5 years ago

No chance if it can't run in a browser. Nearly no chance if it can..

billcollis commented 5 years ago

Nearly is not quite accurate, I have a drag and drop AVR and ESP32 simulator I built, which is part of a suite of tools I use with my engineering students at the University of Auckland. please feel free to check it out at https://xplainittome.azurewebsites.net/AVRQuestionPresenter/

JonasForssell commented 4 years ago

I second this feature request. Having a CPU component would be very powerful addition indeed. To not complicate the simulator applet too much, the component could just have a link to an external file with the source code. Program could then be written in an external editor. Even a simple generic programmable component would be a great addition. A more powerful version of the custom logic element if you will.