simavr
2012-04-05 Michel Polletuart_pty: Added a debug terminal
2012-03-15 Michel Polletuart_udp: Updated, obsolete
2012-03-15 Michel Polletsimduino: Updated, uses uart_pty
2012-03-15 Michel Polletuart_pty: New part
2012-03-15 Michel Polletirq: Added an INIT flag
2012-03-15 Michel Polletuart: Finaly fixed the xon/xoff
2012-03-15 Michel Polletinterrupts: Delivery fix
2012-03-15 Michel Polletfifo: Small update
2012-03-02 Michel Polletsimavr: Now use the generated config files
2012-03-02 Michel PolletMakefile: Generate config files
2012-03-02 Michel PolletMakefile: OSX Update
2012-03-02 Michel Polletexamples: Exclude USB on non-linux
2012-03-02 Michel Polletexamples: Updated LCD part for OSX
2012-03-02 Michel Polletmisc: Updated .gitignore
2012-03-02 Michel Polletmisc: Explicitely link libelf
2012-02-27 Michel Polletexamples: New board_usb
2012-02-27 Michel Polletparts: New vhci usb device bridge
2012-02-27 Michel Polletcores: Added at90usb162
2012-02-27 Michel Polletsimavr: Added usb slave emulation module
2012-02-27 Michel Polletexamples: Link against .so
2012-02-27 Michel Polletvhci: Fix Makefile PWD
2012-02-27 Michel PolletMakefiles: general update
2012-02-27 Michel Polletall: Added -Wall to the build
2012-02-26 Michel Polletcycle_timers: Fix a delivery problem
2012-02-25 Michel Polletvhci: Added a gitignore
2012-02-25 Michel Polletinterrupts: Isolated runtime data
2012-02-25 Michel Polletregbits: Moved the struct declaration
2012-02-25 Michel Polletstyle: Updated to 2012
2012-02-25 Michel Polletvhci: build kernel module & library
2012-02-25 Michel Polletcycle_timers: Big rework
2012-02-25 Michel Polletgeneral: Introduce two new headers
2012-02-25 Michel Pollettimer: Fix a problem on unconfigured comparators
2012-02-25 Michel Polletinterrupts: Rewrote interrupt delivery
2012-02-25 Michel Polleti2ctest: Make example exit properly
2012-02-25 Michel Pollettests: Cleanup the test harnesses
2012-02-25 Michel Polletadc: Fix for non updating ADC values
2012-02-25 Michel Polletmakefile: Make -j works
2012-02-25 Michel Polletmakefile: Don't track system headers
2011-09-14 Michel Pollettests: Revert a uart patch
2011-09-14 Michel Polletcores: Added mega16m1
2011-09-14 Michel Polletlin: Added module
2011-09-14 Michel Polletcore: Added a log level
2011-09-14 Michel Polletuart: Do not assume all interupt vectors are available...
2011-09-14 Michel Polletcore: added new states
2011-09-14 Michel Polletcore: Fixed opcode printing on access violation
2011-09-14 Michel Polletadc: Added VCC/4 reading
2011-09-14 Michel Polletmisc: formatting, typos
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
next