interrupts: Do not clear raised bit twice
[simavr] / simavr /
2009-12-26 Michel Polletcores: Added selfprog bootloader support to x4 series
2009-12-26 Michel Polletdoc: Added a doc directory, and a callgraph generator
2009-12-24 Michel PolletUART: Added a flag to disable stdio traces
2009-12-24 Michel PolletSPM: Added Self Programming Instruction & Support
2009-12-24 Michel Pollettimer: No longer craksh when reading TCNT with timer off
2009-12-23 Michel PolletMakefile: minor update
2009-12-23 Michel PolletUART: Implement a system of flow control
2009-12-23 Michel Polletcore: No longer crash if "codeline" is missing
2009-12-23 Michel Polletrun_avr et al. New HEX format loader
2009-12-23 Michel Polletcore: Added a new ELF tag with AVR->simavr command...
2009-12-23 Michel Polletcomments: What don't you typo the comments, too ?
2009-12-22 Michel Pollettimer: Implemented some of the ICR based timers
2009-12-22 Michel Polletmisc: Disabled debug traces
2009-12-22 Michel Polletcores: Also disable fuse macros
2009-12-21 Michel Pollettimers: Added TCNT reading/writing support
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 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-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-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-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