The SimulAVR program is a simulator for the Atmel AVR family of microcontrollers. (ATtiny and ATmega) SimulAVR can be used either standalone or as a remote target for avr-gdb.
The SimulAVR program is a simulator for the Atmel AVR family of microcontrollers. (ATtiny and ATmega) SimulAVR can be used either standalone or as a remote target for avr-gdb.
To install simulavr, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install simulavr
To see what files were installed by simulavr, run:
port contents simulavr
To later upgrade simulavr, run:
sudo port selfupdate && sudo port upgrade simulavr
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.