simavr
2009-12-21 Michel PolletIRQ: Made the hook structure private
2009-12-21 Michel Polletcores: Disable signatures to help compile on ubuntu
2009-12-20 Michel Polletexamples: Minor updates
2009-12-20 Michel Polletcores: Added ATTiny2313
2009-12-20 Michel Polletcores: Updated for 16 bits timers and ADCs
2009-12-20 Michel PolletADC: Placeholder IO module
2009-12-20 Michel Pollettimer: Masssive timer update. 8 & 16 bits
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-17 Michel PolletELF: Use a much larger VCD flush window
2009-12-17 Michel PolletVCD: Reworked
2009-12-17 Michel Polletinterrupts: Added a "raised" IRQ
2009-12-17 Michel Polletcore: Reworked the cycle timers
2009-12-17 Michel Polletcore: Added an avr_terminate() call
2009-12-17 Michel Polletuart: Register the interupt vectors
2009-12-17 Michel Pollettimer8: Implements "fast PWM" mode
2009-12-17 Michel Polletspi: Use a timer to send the bytes out, when master
2009-12-17 Michel Polletcores: Add a few more mega cores
2009-12-16 Michel PolletFixed 'ledramp' example to reflect new loader
2009-12-15 Michel PolletELF: Updated example firmware to generate new traces
2009-12-15 Michel PolletELF: Redone the .mmcu section
2009-12-15 Michel PolletVCD: Traces now have the correct timestamps
2009-12-15 Michel PolletUART: Delay TX interupt a few cycles
2009-12-15 Michel PolletAdded support for IRQ triggers on any IO register
2009-12-15 Michel PolletAdded support for external interrupts (ie INT0 etc)
2009-12-15 Michel PolletMissing bits from previous commit...
2009-12-14 Michel PolletUpdated "ledramp" to demo the VCD gtkwave traces
2009-12-14 Michel PolletAdds VCD (Value Change Dump) file output support (gtkwave)
2009-12-14 Michel PolletStreamlined avr_irq subsystem
2009-12-14 Michel PolletDisable the debugging traces
2009-12-14 Michel PolletCleanup of the Makefiles
2009-12-07 Michel PolletAdded a real example on how to integrate simavr, etc
2009-12-06 Michel PolletAdded a typedef for IO addresses
2009-12-06 Michel PolletAdded tiny13
2009-12-04 Michel PolletMany more changes, timed callbacks etc
2009-12-03 Michel Pollettiny25/45 cores added
2009-12-03 Michel PolletPolished gdb support, etc
2009-12-02 Michel PolletGDB working, some more source massaging
2009-12-02 MichelBuild works on Snow Leopard, using Arduino toolchain
2009-12-01 Michel Polletuart, ioports, etc. Many more changes
2009-11-30 Michel PolletCores, decoder, uart, ioports - lots of changes
2009-11-24 Michel PolletInitial Commit