run_avr: Add -v argument to raise verbosity level
[simavr] / simavr /
2012-08-05 Jakob Gruberrun_avr: Add -v argument to raise verbosity level
2012-08-05 Jakob Grubercores: Move static to front of declaration
2012-08-05 Jakob Grubermega1280: Initialize UART 2 and 3
2012-08-05 Jakob Grubermega1280: Add missing timers 4 and 5
2012-08-05 Jakob Grubercore: Increase MAX_IOs for atmega1280
2012-08-05 Jakob Grubercore: Don't sleep with pending interrupts
2012-07-31 Jakob Grubercores: Set raise_sticky in TWI interrupt vectors
2012-07-31 Jakob Gruberinterrupts: Introduce raise_sticky flag
2012-07-31 Jakob Gruberinterrupts: Do not clear raised bit twice
2012-07-31 Jakob Grubertwi: Correct swapped twi irq names
2012-07-31 Jakob Gruberinterrupts: Typo correction (pooling -> polling)
2012-07-31 Jakob Grubermisc: Consistent include guards in headers
2012-07-31 Jakob Grubermisc: Add extern "C" blocks to headers
2012-07-26 Jakob Grubersimavr: Do not call avr_terminate in run callbacks
2012-07-26 Jakob Gruberirq: Print errors to stderr
2012-07-26 Jakob Grubertwi: Move avr_twi_irq_msg to avr_twi.c
2012-07-26 Jakob Gruberinterrupts: Don't wake up if not sleeping
2012-07-25 Michel PolletMakefile: Create .deb files using fpm
2012-07-20 Jakob Gruberrun_avr: Abort if firmware could not be read
2012-07-19 Jakob Grubersimavr: Improved accuracy of sleep durations
2012-07-18 Jakob Grubergdb: Read/write SREG values correctly
2012-07-16 Michel PolletMerge pull request #2 from schuay/watchpoints
2012-07-16 Michel PolletMerge pull request #3 from schuay/not_known
2012-07-16 Jakob Grubermisc: Fix confusing typo in error message
2012-07-16 Jakob Grubergdb: Use early termination in gdb_watch_find*
2012-07-15 Jakob Grubergdb: Implemented watchpoint handling
2012-07-15 Jakob Grubergdb: Store watchpoints in avr_gdb_t
2012-07-15 Jakob Grubergdb: Prepare watchpoints_t data structure
2012-07-13 Michel PolletMerge pull request #1 from schuay/master
2012-07-12 Jakob Grubermega1280: Added upper ADC differential channels
2012-07-12 Jakob Grubermisc: Fixed a couple of typos in comments
2012-06-16 Michel PolletMakefile: Add a debug log
2012-06-06 Michel Polletspi: Reset the SPI Interrupt Flag
2012-06-06 Michel Polletuart: Made the stdio buffer non-static
2012-06-03 Michel Polletcores: Now duplicate the global structure
2012-06-01 Michel Polletcore: Cycle timer small fix
2012-05-28 Michel Polletcores: New avr-libc fixes
2012-05-28 Michel PolletMakefile: Use CPPFLAGS for -I stuff
2012-05-25 Michel Polletclang: Fixes of warning and nasty bugs
2012-05-22 Michel Polletmisc: Fixes clang warnings
2012-05-22 Michel PolletMakefiles: Tweaked to build using clang/llvm
2012-05-20 Michel Polletgdb: Fixed a warning
2012-05-18 Michel PolletMakefile: Bit more cleanup
2012-05-18 Michel PolletMakefiles: Updated for build on BSD
2012-04-18 Michel Polletrun_avr: Use the new read_ihex_chunks
2012-04-18 Michel Polletihex: Made read_ihexq_chunks allocare the table
2012-04-11 Michel Polletcore: Ensure we can run in >64K flash
2012-04-11 Michel Polletmisc: Cleanup & typos
2012-04-06 Michel Polletmega1280: Made PORTK work
2012-04-06 Michel Polletcore: Increased the number of possible IOs
2012-04-06 Michel Polletcores: Added mega1280
2012-04-06 Michel PolletADC: Grown to 64 possible mux values
2012-04-05 Michel Pollettimer: Reconfigure the timer in fast pwm mode
2012-04-05 Michel PolletUART: Added a trace macro
2012-04-05 Michel Polletelf: Do not set values that weren't present
2012-04-05 Michel Polletuart: Trace the use of the x2 flag
2012-04-05 Michel Pollettimer: Added phase correct mode, possibly works
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 Polletmisc: Explicitely link libelf
2012-02-27 Michel Polletcores: Added at90usb162
2012-02-27 Michel Polletsimavr: Added usb slave emulation module
2012-02-27 Michel PolletMakefiles: general update
2012-02-26 Michel Polletcycle_timers: Fix a delivery problem
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 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 Polletadc: Fix for non updating ADC values
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 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 HATATANI Shintacores: Add mega1281
2011-09-13 Michel Polletcores: Added mega8, old generation
2011-03-27 Michel Pollettwi: Fully functional master
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 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
next