vhci: Added a patch
[simavr] / examples /
2012-05-18 Michel Polletvhci: Added a patch
2012-05-18 Michel PolletMakefiles: Updated for build on BSD
2012-05-14 Michel Polletreprap: Some more updates, also a Marlin binary to...
2012-04-18 Michel Polletstepper: Keep position in step numbers, not mm
2012-04-18 Michel Polletreprap: Added a 'relief' sleep
2012-04-18 Michel Polletuart_pty: Check value of environment variable
2012-04-11 Michel Polletreprap: Progress
2012-04-11 Michel Polletmisc: Cleanup & typos
2012-04-06 Michel Polletmega1280: Made PORTK work
2012-04-06 Michel Polleti2ctest: Collapsed both i2ctests into one
2012-04-06 Michel Polleti2ctest: Added a mega1280 version
2012-04-06 Michel Polleti2ctest: Moved files to shared
2012-04-05 Michel PolletUART: Added a trace macro
2012-04-05 Michel Polletthermistor: Now works
2012-04-05 Michel PolletNew example board: reprap
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-02 Michel Polletexamples: Exclude USB on non-linux
2012-03-02 Michel Polletexamples: Updated LCD part for OSX
2012-02-27 Michel Polletexamples: New board_usb
2012-02-27 Michel Polletparts: New vhci usb device bridge
2012-02-27 Michel Polletexamples: Link against .so
2012-02-27 Michel Polletvhci: Fix Makefile PWD
2012-02-27 Michel Polletall: Added -Wall to the build
2012-02-25 Michel Polletvhci: Added a gitignore
2012-02-25 Michel Polletvhci: build kernel module & library
2012-02-25 Michel Polletgeneral: Introduce two new headers
2012-02-25 Michel Polleti2ctest: Make example exit properly
2011-03-27 Michel Polletexamples: Working i2c master test board
2011-03-27 Michel Polletparts: Adds generic i2c eeprom slave
2011-03-23 Michel Polletexamples: Fix firmware pathnames
2011-03-15 Michel Polletexample: Added i2ctest
2011-03-09 Sami LiedesFix interupt -> interrupt typo, including in some funct...
2011-02-24 Michel Pollettwi: Placeholder example board
2011-02-24 Michel Polletpart: Made irq_names static
2011-02-23 Michel PolletMakefile updates
2011-02-22 Michel Polletexamples: Updated to new part prototypes
2011-02-22 Michel Polletparts: Updated to name their IRQs
2011-02-21 Michel Polletboard_hd44780: New sample code
2011-02-20 Michel PolletMerge git://gitorious.org/~luki/simavr/lukis-simavr...
2011-02-18 Michel PolletMakefiles: Explicitely link opengl
2010-10-25 Christian Ballessimduino: added init/deinit functions for avr_t initial...
2010-10-25 Michel Polletmisc: Typos
2010-08-31 Michel Polletmisc: Fixed clang static analizer warnings
2010-04-14 Alessio Igor Boganimisc: Warning fix
2010-04-14 Alessio Igor Boganimisc: Fix warning replacing %d with %zu for size_t
2010-01-23 lukiexample using a hd44780 lcd simulator added.
2009-12-26 Michelexamples: Ported to Snow Leopard
2009-12-24 Michel Polletsimduino: Bootloader now works!
2009-12-23 Michel PolletSimduino: Teaser
2009-12-20 Michel Polletexamples: Minor updates
2009-12-20 Michel PolletREADME an Makefiles update
2009-12-17 Michel Pollettimer_64led: Brand new example board, opengl display too
2009-12-17 Michel Polletledramp: Use a larger VCD update window
2009-12-17 Michel PolletMakefiles: Small updates
2009-12-16 Michel PolletFixed 'ledramp' example to reflect new loader
2009-12-15 Michel PolletMissing bits from previous commit...
2009-12-14 Michel PolletUpdated "ledramp" to demo the VCD gtkwave traces
2009-12-07 Michel PolletAdded a real example on how to integrate simavr, etc