simavr
2011-09-14 Michel Polletioport: Added avr_iopin_t
2011-09-14 Stephan Veiglvcd: change VCD time base to 1 ns to handle higher...
2011-09-14 Stephan Veiglirq: add avr_unconnect_irq() and avr_irq_unregister_not...
2011-09-14 Stephan Veiglbitbang: add new bitbang sub-module
2011-09-14 Stephan Veigltest: fix test cases and add new test function
2011-09-14 Sami LiedesUpdate .gitignore.
2011-09-14 Stephan Veiglvcd: change VCD time base to 1 ns to handle higher...
2011-09-14 Stephan Veiglsimavr: change hard-coded value to define: AVR_IOPORT_O...
2011-09-14 Stephan Veigloutput: add NO_COLOR define to disable / enable color...
2011-09-14 Stephan Veigldoc: add doxygen file
2011-09-14 HATATANI Shintacores: Add mega1281
2011-09-13 Michel Polletcores: Added mega8, old generation
2011-03-27 Michel Polletexamples: Working i2c master test board
2011-03-27 Michel Polletparts: Adds generic i2c eeprom slave
2011-03-27 Michel Pollettwi: Fully functional master
2011-03-23 Michel Polletexamples: Fix firmware pathnames
2011-03-15 Michel Polletexample: Added i2ctest
2011-03-15 Michel Pollettwi: Update, 95% functional master code
2011-03-15 Michel Polletrun_avr: Added a signal handler
2011-03-15 Michel Polletcores: Fix TWI interupt flag
2011-03-15 Michel Pollettest: Updated uart_echo
2011-03-15 Michel Polletcores: Added UART bit rate flags
2011-03-15 Michel Polletuart: Added logic to regulate data rate
2011-03-09 Sami Liedesmisc: Fixes various typos
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-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-28 Sami LiedesAutomate test cases.
2011-02-28 Sami LiedesInclude sim_gdb.h from sim_gdb.c. Also fix prototype...
2011-02-27 Michel Polletuart: Touchup on the xon/xoff IRQs
2011-02-24 Michel Polletuart: Added a comment
2011-02-24 Michel Pollettwi: Placeholder example board
2011-02-24 Michel Pollettwi: New master implementation
2011-02-24 Michel Polletregbits: Added a "raw" variant to get/set
2011-02-24 Michel Polletpart: Made irq_names static
2011-02-23 Michel PolletMakefile: Fix for x86_64
2011-02-23 Michel PolletMakefile updates
2011-02-23 Michel PolletUpdated gitignore
2011-02-23 Sami LiedesRemove unused variable from avr_service_interrupts().
2011-02-23 Sami LiedesFix LD, ST, LPM, STS, MUL to take the correct number...
2011-02-23 Sami Liedesfix typos in comments.
2011-02-23 Sami LiedesSilence gcc warnings by using PRIu64 in CRASH() printf().
2011-02-23 Sami LiedesFix compilation with TRACE on.
2011-02-23 Sami LiedesFix compilation on non-32-bit platforms.
2011-02-22 Michel Polletirq: Add names to most io module external irqs
2011-02-22 Michel Polletdoc: Updated callgraph .pdf
2011-02-22 Michel Polletexamples: Updated to new part prototypes
2011-02-22 Michel Polletparts: Updated to name their IRQs
2011-02-22 Michel Polletsimavr: Updare simavr core to new IRQ prototypes
2011-02-22 Michel Polletirq: Introduce a "irq pool"
2011-02-22 Michel Polletsimavr: Added -Werror and fixed warnings
2011-02-22 Michel Polletcore: Add a muxer for IO writes
2011-02-22 Michel Polletcore: Introduce run() and sleep() callbacks
2011-02-21 Sami LiedesFix SBIS etc trace output.
2011-02-21 Sami Liedesavr_loadcode(): If too much code, bail out instead...
2011-02-21 Sami Liedesavr_register_io_[read,write](): fail if overriding...
2011-02-21 Michel Polletboard_hd44780: New sample code
2011-02-21 Michel Polletvcd: Increase trace buffer size
2011-02-21 Michel PolletMakefiles: Some fixups
2011-02-20 Michel PolletMerge git://gitorious.org/~luki/simavr/lukis-simavr...
2011-02-20 Martin GlueckMakefile: Add building of shared library on linux
2011-02-20 Martin Glueckcore: Added ATtiny x4
2011-02-19 Michel Polletcore: Remove the run() callback
2011-02-18 Michel PolletMakefiles: Explicitely link opengl
2011-02-17 Sami Liedestimer: Fix a subtle off-by-one bug in TCNT reading.
2011-02-16 Michel Pollettimers: don't reconfigure for minor changes
2011-02-16 Michel Pollettimers: Print a warning on unsuported timer modes
2011-02-15 Sami LiedesStore the next cycle count where the earliest cycle...
2011-02-04 Sami LiedesRework avr_service_interrupts() to use ffs() too for...
2011-02-04 Sami LiedesUse ffs() for finding timers from cycle timer map.
2011-02-02 Sami LiedesReturn zeros when GDB reads just past end of stack.
2011-02-02 Sami LiedesEnable interrupt handling for Fast PWM timers too
2011-01-14 Michel PolletUART: Fixed UDRC/E behaviour
2011-01-14 Michel Polletcycle timers: Added avr_cycle_timer_status()
2010-10-25 Christian Ballessimduino: added init/deinit functions for avr_t initial...
2010-10-25 Christian Ballescore: added extra init/deinit functions to avr_t
2010-10-25 Michel Polletmisc: Typos
2010-10-12 Michel Polletcore: Added a bit of documentation
2010-10-12 Michel Polletgdb: Adds the 'reset' command
2010-10-12 Michel Polletconsole: Implement debug console register
2010-10-12 Michel Polletmcu_section: Added New CONSOLE Tag
2010-09-02 Michel Pollettests: Update them so they work...
2010-09-02 Michel PolletIOs: Use new IRQ alloc function
2010-09-02 Michel PolletIRQs: A bit of sanity when freeing
2010-09-02 Michel Polletsimavr: Deallocate resources
2010-09-02 Michel Polleteeprom: Added a dealloc function
2010-09-02 Michel Polletios: Added a way to set and teardown modules IRQs
2010-09-02 Michel Polletmisc: Made (most) of the headers c++ friendly
2010-08-31 Michel Polletmisc: Fixed clang static analizer warnings
2010-08-31 Michel Polletioport: Added an IRQ for the port pin direction changes
2010-08-31 Michel Polletioport: Add an ioctl to get the port state
2010-08-31 Michel Polletmisc: Typos etc
2010-08-25 Michel Polletcore: CALL/RET instructions fix
2010-08-10 Michel Polletcore: Add PORTA support for Attiny2313
2010-08-02 Michel Pollettimer: Fix for older AVRs & tinies
2010-07-05 Michel Polletcore: Fix SBRS/C for 32 bits instructions
2010-07-05 Michel Polletcore: Fix MULS register
2010-06-25 Michel PolletADC: Fix ADLAR bit handling
2010-06-20 Michel Pollettimer: Also reconfigure on writing the WGM bits
next