misc: Update NO_COLOR define switch
[simavr] / simavr / sim / sim_core.c
2012-11-29 Stephan Veiglmisc: Update NO_COLOR define switch
2012-08-10 Jakob Grubercore: Convert logging to AVR_LOG()
2012-08-05 Jakob Grubercore: Don't sleep with pending interrupts
2012-07-18 Jakob Grubergdb: Read/write SREG values correctly
2012-07-16 Michel PolletMerge pull request #2 from schuay/watchpoints
2012-07-15 Jakob Grubergdb: Implemented watchpoint handling
2012-07-13 Michel PolletMerge pull request #1 from schuay/master
2012-07-12 Jakob Grubermisc: Fixed a couple of typos in comments
2012-05-25 Michel Polletclang: Fixes of warning and nasty bugs
2012-04-11 Michel Polletcore: Ensure we can run in >64K flash
2011-09-14 Michel Polletcore: Fixed opcode printing on access violation
2011-09-14 Stephan Veigloutput: add NO_COLOR define to disable / enable color...
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 LiedesFix LD, ST, LPM, STS, MUL to take the correct number...
2011-02-23 Sami LiedesFix compilation with TRACE on.
2011-02-22 Michel Polletsimavr: Added -Werror and fixed warnings
2011-02-21 Sami LiedesFix SBIS etc trace output.
2011-02-20 Michel PolletMerge git://gitorious.org/~luki/simavr/lukis-simavr...
2010-10-12 Michel Polletcore: Added a bit of documentation
2010-08-31 Michel Polletmisc: Fixed clang static analizer warnings
2010-08-25 Michel Polletcore: CALL/RET instructions fix
2010-07-05 Michel Polletcore: Fix SBRS/C for 32 bits instructions
2010-07-05 Michel Polletcore: Fix MULS register
2010-04-14 Michel Polletcore: Fixes SBCI
2010-04-04 Michel Polletcore: Add support for RAMPZ and refactor instructions
2010-01-06 Michel Polletcore: Simplify changes to SREG
2010-01-06 Michel Polletcore: Add watchdog timer support
2009-12-26 Michel Polletcore: Shuffled code around
2009-12-24 Michel PolletSPM: Added Self Programming Instruction & Support
2009-12-23 Michel Polletcore: No longer crash if "codeline" is missing
2009-12-23 Michel Polletcomments: What don't you typo the comments, too ?
2009-12-15 Michel PolletAdded support for IRQ triggers on any IO register
2009-12-14 Michel PolletDisable the debugging traces
2009-12-04 Michel PolletMany more changes, timed callbacks etc
2009-12-02 Michel PolletGDB working, some more source massaging
2009-11-30 Michel PolletCores, decoder, uart, ioports - lots of changes
2009-11-24 Michel PolletInitial Commit