run_avr: Add -v argument to raise verbosity level
authorJakob Gruber <jakob.gruber@gmail.com>
Thu, 2 Aug 2012 07:41:05 +0000 (09:41 +0200)
committerJakob Gruber <jakob.gruber@gmail.com>
Sun, 5 Aug 2012 11:00:53 +0000 (13:00 +0200)
commit33cb87d48ecd68f2000d02659bb3752a329274c8
treefb8e7466c02873c627a0fec6a26dcf68a741608c
parente9c8ea734c5fd6ae02af45fe71a72618ed93ccba
run_avr: Add -v argument to raise verbosity level

Pass it more than once to raise it further. This works better with the
standard conventions, which would allow passing -vvv (instead of -v -v
-v). Unfortunately, this does not work here.

The type of avr->log has been altered to accomodate values up to 3.
simavr/sim/run_avr.c
simavr/sim/sim_avr.h