core: Increase MAX_IOs for atmega1280
[simavr] / simavr / sim / sim_avr.h
2012-08-05 Jakob Grubercore: Increase MAX_IOs for atmega1280
2012-07-19 Jakob Grubersimavr: Improved accuracy of sleep durations
2012-07-13 Michel PolletMerge pull request #1 from schuay/master
2012-07-12 Jakob Grubermisc: Fixed a couple of typos in comments
2012-06-03 Michel Polletcores: Now duplicate the global structure
2012-04-11 Michel Polletcore: Ensure we can run in >64K flash
2012-04-06 Michel Polletcore: Increased the number of possible IOs
2012-02-25 Michel Polletinterrupts: Isolated runtime data
2012-02-25 Michel Polletstyle: Updated to 2012
2012-02-25 Michel Polletcycle_timers: Big rework
2012-02-25 Michel Polletinterrupts: Rewrote interrupt delivery
2011-09-14 Michel Polletcore: Added a log level
2011-09-14 Michel Polletcore: added new states
2011-03-09 Michel PolletMerge remote-tracking branch 'sliedes/to-upstream'...
2011-03-02 Sami LiedesTweak struct avr_t to always include a pointer to trace...
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