make uart_pty threadsafe
[simavr] / simavr /
2013-07-07 Michel PolletMerge pull request #21 from bsekisser/sim_core_eicall_e...
2013-07-02 bsekissersim_core.c: extended data type to 32 bits for eicall...
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-06-02 Michel Polletirq: Add a warning if the name is NULL
2013-06-02 Michel Polletvcd: Initializes IRQs when needed only
2013-06-02 Michel Polletio: Create irq names for io addresses
2013-06-02 Michel Polletioport: Tweak IRQ names
2013-06-02 Michel PolletMakefile: Removed uname -o
2013-05-06 Peter Rosscore: larger data type to store extended z-pointer...
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-12-01 Peter Rossuart: default to 8-bit word length on reset
2012-12-01 Peter Rossmegax4/uart: implement u2x (double uart transmission...
2012-11-30 Stephan Veiglcores: No standard include paths
2012-11-29 Stephan Veiglwatchdog: Fix register naming
2012-11-29 Stephan Veiglmisc: Update NO_COLOR define switch
2012-11-04 Michel PolletMerge pull request #7 from mali/working
2012-11-04 Laurent Navet [Mali]Makefile : fix cleaning rules
2012-10-30 Michel PolletMakefile: Fix git tag issues
2012-09-10 Jakob Grubermisc: Point to correct simavr include dirs
2012-09-10 Jakob Grubermisc: Move avr_mcu_section.h to sim/avr
2012-09-10 Jakob GruberMakefiles: Remove executable bit from headers
2012-09-10 Jakob GruberMakefiles: Separate simavr.pc and simavr-avr.pc
2012-09-10 Jakob GruberMakefiles: Use PREFIX instead of DESTDIR in simavr.pc
2012-09-10 Jakob Grubercore: Deinitialize GDB in avr_terminate()
2012-08-31 Jakob Grubercores: Use correct extint control register
2012-08-31 Michel Polletvcd: Made the trace buffer dynamic
2012-08-29 Jakob Gruberioport: Restore PIN to PORT values when DDR is set...
2012-08-29 Jakob Gruberioport: Use IRQ_FLAG_FILTERED instead of manual filtering
2012-08-29 Jakob Grubervcd_file: Update comment to reflect correct time units
2012-08-29 Jakob Grubertimer: Avoid infinite cycle timer on TCNT write
2012-08-10 Jakob Gruberio: Convert logging to AVR_LOG()
2012-08-10 Jakob Gruberinterrupts: Convert logging to AVR_LOG()
2012-08-10 Jakob Grubergdb: Convert logging to AVR_LOG()
2012-08-10 Jakob Gruberelf: Convert logging to AVR_LOG()
2012-08-10 Jakob Grubercycle_timers: Convert logging to AVR_LOG()
2012-08-10 Jakob Grubercore: Convert logging to AVR_LOG()
2012-08-10 Jakob Gruberwatchdog: Convert logging to AVR_LOG()
2012-08-10 Jakob Gruberusb: Convert logging to AVR_LOG()
2012-08-10 Jakob Gruberuart: Convert logging to AVR_LOG()
2012-08-10 Jakob Gruberlin: Convert logging to AVR_LOG()
2012-08-10 Jakob Gruberflash: Convert logging to AVR_LOG()
2012-08-10 Jakob Grubereeprom: Convert logging to AVR_LOG()
2012-08-10 Jakob Gruberbitbang: Convert logging to AVR_LOG()
2012-08-10 Jakob Gruberadc: Convert logging to AVR_LOG()
2012-08-05 Jakob Grubertimer: Remove trace_flags
2012-08-05 Jakob Grubertimer: Convert to logging to AVR_LOG()
2012-08-05 Jakob Grubercore: Introduce a logging macro AVR_LOG()
2012-08-05 Jakob Gruberrun_avr: Add -v argument to raise verbosity level
2012-08-05 Jakob Grubercores: Move static to front of declaration
2012-08-05 Jakob Grubermega1280: Initialize UART 2 and 3
2012-08-05 Jakob Grubermega1280: Add missing timers 4 and 5
2012-08-05 Jakob Grubercore: Increase MAX_IOs for atmega1280
2012-08-05 Jakob Grubercore: Don't sleep with pending interrupts
2012-07-31 Jakob Grubercores: Set raise_sticky in TWI interrupt vectors
2012-07-31 Jakob Gruberinterrupts: Introduce raise_sticky flag
2012-07-31 Jakob Gruberinterrupts: Do not clear raised bit twice
2012-07-31 Jakob Grubertwi: Correct swapped twi irq names
2012-07-31 Jakob Gruberinterrupts: Typo correction (pooling -> polling)
2012-07-31 Jakob Grubermisc: Consistent include guards in headers
2012-07-31 Jakob Grubermisc: Add extern "C" blocks to headers
2012-07-26 Jakob Grubersimavr: Do not call avr_terminate in run callbacks
2012-07-26 Jakob Gruberirq: Print errors to stderr
2012-07-26 Jakob Grubertwi: Move avr_twi_irq_msg to avr_twi.c
2012-07-26 Jakob Gruberinterrupts: Don't wake up if not sleeping
2012-07-25 Michel PolletMakefile: Create .deb files using fpm
2012-07-20 Jakob Gruberrun_avr: Abort if firmware could not be read
2012-07-19 Jakob Grubersimavr: Improved accuracy of sleep durations
2012-07-18 Jakob Grubergdb: Read/write SREG values correctly
2012-07-16 Michel PolletMerge pull request #2 from schuay/watchpoints
2012-07-16 Michel PolletMerge pull request #3 from schuay/not_known
2012-07-16 Jakob Grubermisc: Fix confusing typo in error message
2012-07-16 Jakob Grubergdb: Use early termination in gdb_watch_find*
2012-07-15 Jakob Grubergdb: Implemented watchpoint handling
2012-07-15 Jakob Grubergdb: Store watchpoints in avr_gdb_t
2012-07-15 Jakob Grubergdb: Prepare watchpoints_t data structure
2012-07-13 Michel PolletMerge pull request #1 from schuay/master
2012-07-12 Jakob Grubermega1280: Added upper ADC differential channels
2012-07-12 Jakob Grubermisc: Fixed a couple of typos in comments
2012-06-16 Michel PolletMakefile: Add a debug log
2012-06-06 Michel Polletspi: Reset the SPI Interrupt Flag
2012-06-06 Michel Polletuart: Made the stdio buffer non-static
2012-06-03 Michel Polletcores: Now duplicate the global structure
2012-06-01 Michel Polletcore: Cycle timer small fix
2012-05-28 Michel Polletcores: New avr-libc fixes
2012-05-28 Michel PolletMakefile: Use CPPFLAGS for -I stuff
2012-05-25 Michel Polletclang: Fixes of warning and nasty bugs
2012-05-22 Michel Polletmisc: Fixes clang warnings
2012-05-22 Michel PolletMakefiles: Tweaked to build using clang/llvm
2012-05-20 Michel Polletgdb: Fixed a warning
2012-05-18 Michel PolletMakefile: Bit more cleanup
2012-05-18 Michel PolletMakefiles: Updated for build on BSD
2012-04-18 Michel Polletrun_avr: Use the new read_ihex_chunks
2012-04-18 Michel Polletihex: Made read_ihexq_chunks allocare the table
2012-04-11 Michel Polletcore: Ensure we can run in >64K flash
next