Silence gcc warnings by using PRIu64 in CRASH() printf().
[simavr] / simavr / sim / sim_avr.h
2011-02-23 Sami LiedesSilence gcc warnings by using PRIu64 in CRASH() printf().
2011-02-22 Michel Polletsimavr: Updare simavr core to new IRQ prototypes
2011-02-22 Michel Polletcore: Add a muxer for IO writes
2011-02-22 Michel Polletcore: Introduce run() and sleep() callbacks
2011-02-20 Michel PolletMerge git://gitorious.org/~luki/simavr/lukis-simavr...
2011-02-15 Sami LiedesStore the next cycle count where the earliest cycle...
2010-10-25 Christian Ballescore: added extra init/deinit functions to avr_t
2010-10-25 Michel Polletmisc: Typos
2010-10-12 Michel Polletconsole: Implement debug console register
2010-09-02 Michel Polletmisc: Made (most) of the headers c++ friendly
2010-04-14 Michel Polletcore+elf: Add fields for the MCU voltages
2010-04-04 Michel Polletcore: Added EIND support
2010-04-04 Michel Polletcore: Add support for RAMPZ and refactor instructions
2010-01-06 Michel Polletcore: Simplify changes to SREG
2009-12-26 Michel Polletcore: Shuffled code around
2009-12-23 Michel Polletcore: Added a new ELF tag with AVR->simavr command...
2009-12-23 Michel Polletcomments: What don't you typo the comments, too ?
2009-12-17 Michel Polletcore: Added an avr_terminate() call
2009-12-15 Michel PolletAdded support for IRQ triggers on any IO register
2009-12-14 Michel PolletDisable the debugging traces
2009-12-06 Michel PolletAdded a typedef for IO addresses
2009-12-04 Michel PolletMany more changes, timed callbacks etc
2009-12-03 Michel PolletPolished gdb support, etc
2009-12-02 Michel PolletGDB working, some more source massaging