make uart_pty threadsafe
[simavr] / simavr / sim / sim_elf.c
2013-06-14 pontycore: Add an overridable logging function
2013-06-14 Jakob GruberRevert "Merge pull request #12 from ponty/logger2"
2013-06-14 Michel PolletMerge pull request #12 from ponty/logger2
2013-06-02 Michel Polletio,elf: pass the trace section name to getirq
2013-02-22 pontyrefactor logger
2013-02-21 pontynew global_logger, used in AVR_LOG(), default is stdout...
2012-12-02 Michel PolletMerge pull request #10 from the-real-orca/mingw
2012-12-02 Stephan Veiglmingw: make simavr compilable with MinGW
2012-08-10 Jakob Gruberelf: Convert logging to AVR_LOG()
2012-07-13 Michel PolletMerge pull request #1 from schuay/master
2012-07-12 Jakob Grubermisc: Fixed a couple of typos in comments
2012-04-05 Michel Polletelf: Do not set values that weren't present
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-20 Michel PolletMerge git://gitorious.org/~luki/simavr/lukis-simavr...
2010-10-12 Michel Polletconsole: Implement debug console register
2010-04-14 Alessio Igor Boganimisc: Fix warning replacing %d with %zu for size_t
2010-04-14 Michel Polletcore+elf: Add fields for the MCU voltages
2010-04-11 Michel PolletELF: Fixes a bad malloc
2010-04-04 Michel PolletFixed multiple warnings for -Wall
2009-12-23 Michel Polletcore: Added a new ELF tag with AVR->simavr command...
2009-12-17 Michel PolletELF: Use a much larger VCD flush window
2009-12-15 Michel PolletELF: Redone the .mmcu section
2009-12-14 Michel PolletDisable the debugging traces
2009-12-03 Michel PolletPolished gdb support, etc
2009-12-02 Michel PolletGDB working, some more source massaging
2009-12-02 MichelBuild works on Snow Leopard, using Arduino toolchain
2009-11-30 Michel PolletCores, decoder, uart, ioports - lots of changes
2009-11-24 Michel PolletInitial Commit