Skip to content
/ avremu Public

Emulator for the ATtiny1626 microcontroller and QUTy development board. Developed for support of learning and teaching in CAB202 Microprocessors and Digital Systems.

License

Notifications You must be signed in to change notification settings

cab202/avremu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

avremu

Build

Emulator for the ATtiny1626 microcontroller and QUTy development board. Developed for support of learning and teaching in CAB202 Microprocessors and Digital Systems.

Authored by Dr Mark Broadmeadow ([email protected]).

Usage: avremu.exe [OPTIONS] <FIRMWARE>

Arguments:
  <FIRMWARE>  Microcontroller firmware to load in .HEX format

Options:
  -e, --events <EVENTS>    Specify event file for hardware events
  -t, --timeout <TIMEOUT>  Specify emulation runtime limit in nanoseconds
  -s, --dump-stack         Dump stack to stdout on termination
  -r, --dump-regs          Dump working register values to stdout on termination
  -o, --dump-stdout        Dump output of stdio pseudo-peripheral to file stdout.txt on termination
  -d, --debug              Enable debug output
  -h, --help               Print help
  -V, --version            Print version

About

Emulator for the ATtiny1626 microcontroller and QUTy development board. Developed for support of learning and teaching in CAB202 Microprocessors and Digital Systems.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages