new global_logger, used in AVR_LOG(), default is stdout/stderr
[simavr] / simavr / sim / avr_uart.c
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-01 Peter Rossuart: default to 8-bit word length on reset
2012-12-01 Peter Rossmegax4/uart: implement u2x (double uart transmission...
2012-08-10 Jakob Gruberuart: 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-06-06 Michel Polletuart: Made the stdio buffer non-static
2012-04-05 Michel PolletUART: Added a trace macro
2012-04-05 Michel Polletuart: Trace the use of the x2 flag
2012-03-15 Michel Polletuart: Finaly fixed the xon/xoff
2011-09-14 Michel Polletuart: Do not assume all interupt vectors are available...
2011-09-14 Michel Polletmisc: formatting, typos
2011-09-14 Stephan Veigloutput: add NO_COLOR define to disable / enable color...
2011-03-15 Michel Polletuart: Added logic to regulate data rate
2011-03-09 Sami LiedesFix interupt -> interrupt typo, including in some funct...
2011-03-09 Sami LiedesDo not let code clear the UDRE flag in USART.
2011-02-27 Michel Polletuart: Touchup on the xon/xoff IRQs
2011-02-24 Michel Polletuart: Added a comment
2011-02-22 Michel Polletirq: Add names to most io module external irqs
2011-02-20 Michel PolletMerge git://gitorious.org/~luki/simavr/lukis-simavr...
2011-01-14 Michel PolletUART: Fixed UDRC/E behaviour
2010-09-02 Michel PolletIOs: Use new IRQ alloc function
2010-05-11 Michel Polletuart: Now use avr_clear_interrupt_if
2010-01-06 Michel Polletmisc: Small cleanup
2009-12-24 Michel PolletUART: Added a flag to disable stdio traces
2009-12-23 Michel PolletUART: Implement a system of flow control
2009-12-17 Michel Polletuart: Register the interupt vectors
2009-12-15 Michel PolletUART: Delay TX interupt a few cycles
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
2009-12-01 Michel Polletuart, ioports, etc. Many more changes
2009-11-30 Michel PolletCores, decoder, uart, ioports - lots of changes
2009-11-24 Michel PolletInitial Commit