simavr
2013-05-06 Jakob Grubermisc: Add a Contributing section to README.md
2013-05-06 Jakob Grubermisc: Add a Documentation section to README.md
2013-05-06 Jakob Grubermisc: Remove outdated README
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 Veigltests: Remove vcd files on clean
2012-11-29 Stephan Veigltests: Fix number of successful tests calculation
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... Makefile : fix cleaning rules
2012-10-30 Michel PolletMakefile: Fix git tag issues
2012-10-30 Michel PolletMakefile: Introduce a release build
2012-10-30 Michel Polletusb: Made the usb example optional
2012-10-25 Jakob GruberMakefiles: Add manual and a global doc target
2012-10-25 Jakob Gruberdoc: Add simavr manual
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 Jakob GruberRevert "examples: hd44780 responds on falling edge...
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 Gruberexamples: Correct instructions for timer_64led example
2012-07-20 Jakob Gruberrun_avr: Abort if firmware could not be read
2012-07-20 Jakob Gruberexamples: hd44780 responds on falling edge of E pin
2012-07-19 Jakob Gruberexamples: Fix frequency of ac_input signal
2012-07-19 Jakob Grubersimavr: Improved accuracy of sleep durations
2012-07-18 Jakob Grubergdb: Read/write SREG values correctly
2012-07-18 Jakob Grubertests: Correct expected output of atmega88_uart_echo
2012-07-16 Michel PolletMerge pull request #4 from schuay/markdown_syntax
2012-07-16 Jakob Grubermisc: Update repository URL in README
2012-07-16 Jakob Grubermisc: Fix broken links in README.md
2012-07-16 Jakob Grubermisc: Github markdown uses indentation to mark code...
2012-07-16 Jakob Grubermisc: Minor wording changes in README.md
2012-07-16 Jakob Grubermisc: Github markdown uses underscores to italicize...
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 Polletsimavr: Makefile tweaks
2012-06-16 Michel PolletMakefile: Add a debug log
2012-06-16 Michel Polletlibc3: Deleted
2012-06-16 Michel Polletreprap: Deleted example board
2012-06-16 Michel Polletreprap: Added shadow mapping
2012-06-16 Michel Polletlibc3: Make & config tweaks
2012-06-16 Michel Polletc3gl: Made c3gl_program_load public
2012-06-16 Michel Polletc3gl_fbo: added depth texture
2012-06-16 Michel Polletc3program: Include digits in uniform names
2012-06-16 Michel Polletc3context: Calculate the view projection matrix
next