log for 13ee4cc59eab9c0972bdea63bee9f74757fc609f
Commit 13ee4cc59eab9c0972bdea63bee9f74757fc609f
author: Michel Pollet [Thu, 24 Feb 2011 18:03:24 +0000 (18:03 +0000)]
Message:
twi: Placeholder example board

Uses AVR application note implementation of master/slave mode
Placeholder, non functional

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit dc427b7efc7905fb825722a67bd2a480615dd3b6
author: Michel Pollet [Thu, 24 Feb 2011 18:02:35 +0000 (18:02 +0000)]
Message:
twi: New master implementation

Yanked the old overengineered version, replaced it with a KISS
version. Untested, work in progress. Needs a new testing harness

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 9b9582d7653649bde0a960cfb21574a1a57ae63c
author: Michel Pollet [Thu, 24 Feb 2011 18:01:40 +0000 (18:01 +0000)]
Message:
regbits: Added a "raw" variant to get/set

Allows comparing to "real life" constants, used in Twi module

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 663049635100d7e6b982330a9a42a937fa2e6a68
author: Michel Pollet [Thu, 24 Feb 2011 18:01:01 +0000 (18:01 +0000)]
Message:
part: Made irq_names static

Have to to have several of them...

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit c9dcd6ca2f5d129590466cd3f812faf9a7382705
author: Michel Pollet [Wed, 23 Feb 2011 17:56:08 +0000 (17:56 +0000)]
Message:
Makefile: Fix for x86_64

silly architecture names...

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 8a61b76cfe23c1d953f737aa8d836782ee8d40c6
author: Michel Pollet [Wed, 23 Feb 2011 13:55:29 +0000 (13:55 +0000)]
Message:
Makefile updates

Changed the makefiles to derivate the target architecture from
gcc itself, and compile all the objects into obj-$arch. This
allows several compilers to be used to build simavr, at the same
time without interferences.

This allow arm cross compilation to live in the same tree as
the x86 one...

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit d7369e56ac33daca0a705d96d6ee2509d3b42543
author: Michel Pollet [Wed, 23 Feb 2011 13:53:19 +0000 (13:53 +0000)]
Message:
Updated gitignore

Added obj-* and *.vcd

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit f91dd3b55d0a4051bdd402e796c1d62bc819742b
committer: Michel Pollet [Wed, 23 Feb 2011 11:15:21 +0000 (11:15 +0000)]
author: Sami Liedes [Wed, 23 Feb 2011 02:14:29 +0000 (04:14 +0200)]
Message:
Remove unused variable from avr_service_interrupts().

The done flag is nowadays redundant as it's never read after it's set.

Signed-off-by: Sami Liedes <sliedes@cc.hut.fi>
Commit 3c84d92136c907749bc4b87067e196cf2df1c69c
committer: Michel Pollet [Wed, 23 Feb 2011 11:14:55 +0000 (11:14 +0000)]
author: Sami Liedes [Sat, 19 Feb 2011 03:35:57 +0000 (05:35 +0200)]
Message:
Fix LD, ST, LPM, STS, MUL to take the correct number of cycles.

They are now the ATMega timings. Need to figure out how to take
ATTiny into account. Before this change they weren't correct for
either.

Signed-off-by: Sami Liedes <sliedes@cc.hut.fi>
Commit 941c7a9b7812b38f04d88a76640bb3df8e0482ab
committer: Michel Pollet [Wed, 23 Feb 2011 11:14:44 +0000 (11:14 +0000)]
author: Sami Liedes [Wed, 2 Feb 2011 17:20:31 +0000 (19:20 +0200)]
Message:
fix typos in comments.

Signed-off-by: Sami Liedes <sliedes@cc.hut.fi>
Commit dea35993f4e8257294eb1e8b27a8416b7a401beb
committer: Michel Pollet [Wed, 23 Feb 2011 11:14:28 +0000 (11:14 +0000)]
author: Sami Liedes [Sat, 5 Feb 2011 13:56:33 +0000 (15:56 +0200)]
Message:
Silence gcc warnings by using PRIu64 in CRASH() printf().

Actually we define a PRI_avr_cycle_count preprocessor macro in
sim_avr.h in the style of PRI* in inttypes.h.

Signed-off-by: Sami Liedes <sliedes@cc.hut.fi>
Commit 6541b6de0a998400166bd6b8cf26ef1b689140dc
committer: Michel Pollet [Wed, 23 Feb 2011 00:49:14 +0000 (00:49 +0000)]
author: Sami Liedes [Wed, 23 Feb 2011 00:13:24 +0000 (02:13 +0200)]
Message:
Fix compilation with TRACE on.

The MOV instruction's TRACE() used the undefined variable vd.

Signed-off-by: Sami Liedes <sliedes@cc.hut.fi>
Commit 1d661de0943330b20a0b8dc938d17c0e742a2b89
committer: Michel Pollet [Wed, 23 Feb 2011 00:48:45 +0000 (00:48 +0000)]
author: Sami Liedes [Wed, 23 Feb 2011 00:03:13 +0000 (02:03 +0200)]
Message:
Fix compilation on non-32-bit platforms.

The addition of -Werror to the compilation flags broke building on
64-bit hosts because casts between pointers and integers of different
sizes cause warnings on gcc -Wall. Fix this by always casting the
pointers to intptr_t first.

Signed-off-by: Sami Liedes <sliedes@cc.hut.fi>
Commit 4ca5fe4e37ff264a11d83331df1efd552887fe22
author: Michel Pollet [Tue, 22 Feb 2011 23:20:36 +0000 (23:20 +0000)]
Message:
irq: Add names to most io module external irqs

Nothing to be shown for this work so far, the cool stuff hopefully
will come later...

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 1b195f1240ed2c7e0fbc6b2152aa4ac73eceb793
author: Michel Pollet [Tue, 22 Feb 2011 17:27:45 +0000 (17:27 +0000)]
Message:
doc: Updated callgraph .pdf

Just a minor update

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 5183ee71b76d81d2833a1febb4ed897e117e9a28
author: Michel Pollet [Tue, 22 Feb 2011 17:26:40 +0000 (17:26 +0000)]
Message:
examples: Updated to new part prototypes

Followup on previous checkin, the board examples now use
"names" when possible.

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 224f9dacd14a39a06d4c93dd1106a7883d59cdff
author: Michel Pollet [Tue, 22 Feb 2011 17:25:43 +0000 (17:25 +0000)]
Message:
parts: Updated to name their IRQs

First bits of the system that provide names for the IRQs

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit b175b245541078b2a359a8b36a057840fe14c92b
author: Michel Pollet [Tue, 22 Feb 2011 17:24:52 +0000 (17:24 +0000)]
Message:
simavr: Updare simavr core to new IRQ prototypes

Mostly prototypes changes and some gratuitous reformatting

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 4462c22a8cc1a77ed592b0fac3d227850c5cd86a
author: Michel Pollet [Tue, 22 Feb 2011 17:23:54 +0000 (17:23 +0000)]
Message:
irq: Introduce a "irq pool"

The goal is to be able to name IRQs, so a couple fields are
added.
It is not functional for now, as the task is to first convert
all the code to the new prototype.

Also introduce a 2011 way of formatting prototypes

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 91bf258f46d9903a1cd253cab9e7f7dfcfb151ef
author: Michel Pollet [Tue, 22 Feb 2011 17:21:54 +0000 (17:21 +0000)]
Message:
simavr: Added -Werror and fixed warnings

Added -Werror to compilation to make sure the next wave of changes
can't easily  break things

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 0fa2d31cec6d8d64fc5dd22bb6e6c8cab538562f
author: Michel Pollet [Tue, 22 Feb 2011 12:50:51 +0000 (12:50 +0000)]
Message:
core: Add a muxer for IO writes

It turns out that some core (tiny85 at the very least) are competing
for IO writes on some register.
This patch introduces a muxer callback that can call multiple clients
without impacting performance for the rest of the cores.

The system could be extended for IO read if it proves necessary.

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 335869fab028466961751b8e2a5a9ebd1ac50d46
author: Michel Pollet [Tue, 22 Feb 2011 12:48:31 +0000 (12:48 +0000)]
Message:
core: Introduce run() and sleep() callbacks

It seems that the default 'run_avr' function was penalized by
some tests made that were only useful when gdb was active.

This patch introduces two version of the critical run_avr, one for
"raw" running, and one for gdb.

It also introduces a sleep() callback for similar reasons. Ir can
also be used to run unit testing at 100% speed instead of having
random sleep code during execution.

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit c1c2133e6eea59d30d9ffaad538c0d0252016cd5
committer: Michel Pollet [Mon, 21 Feb 2011 23:18:25 +0000 (23:18 +0000)]
author: Sami Liedes [Sun, 20 Feb 2011 16:52:32 +0000 (18:52 +0200)]
Message:
Fix SBIS etc trace output.

SBIS used to print the io register wrong. The other fixes add spaces
in the correct places in "Will branch" and "Will not branch" messages.

Signed-off-by: Sami Liedes <sliedes@cc.hut.fi>
Commit 2a012a045c4d75bf9cb97ca1d4034a40afefe8c8
committer: Michel Pollet [Mon, 21 Feb 2011 23:17:38 +0000 (23:17 +0000)]
author: Sami Liedes [Sat, 19 Feb 2011 03:25:53 +0000 (05:25 +0200)]
Message:
avr_loadcode(): If too much code, bail out instead of crashing.

Check that the code to be loaded actually fits in the flash.

Signed-off-by: Sami Liedes <sliedes@cc.hut.fi>
Commit b682e4b6309f42fe5b3babec0935461264bcd785
committer: Michel Pollet [Mon, 21 Feb 2011 23:17:18 +0000 (23:17 +0000)]
author: Sami Liedes [Fri, 18 Feb 2011 20:09:24 +0000 (22:09 +0200)]
Message:
avr_register_io_[read,write](): fail if overriding earlier registration.

The avr_register_io_*() functions do not maintain a chain of
callbacks. This can be confusing if someone like me tries to use them
to listen to some I/O events (for which you should use the avr_irq_*
stuff).

Make this more explicit by checking in the register functions if we
already have a callback and failing with an error message if so.

Signed-off-by: Sami Liedes <sliedes@cc.hut.fi>
Commit da77ed14ee19be9f3cf0fabe1eb1efb0085bcf04
author: Michel Pollet [Mon, 21 Feb 2011 18:05:44 +0000 (18:05 +0000)]
Message:
board_hd44780: New sample code

Emulated a complete HD44780 LCd screen, and uses a standard
AVR driver to write on it.

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 4c8f1e4cff73e635c187d029b325ba512224e29e
author: Michel Pollet [Mon, 21 Feb 2011 18:02:03 +0000 (18:02 +0000)]
Message:
vcd: Increase trace buffer size

Ran into the 128 limit at some point..

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 049b3be858177cc8efac9a36940d56470265ddf6
author: Michel Pollet [Mon, 21 Feb 2011 18:01:17 +0000 (18:01 +0000)]
Message:
Makefiles: Some fixups

+ add -fPIC to -shared for the shared library
+ .axf rule try to comoile all dependencies

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit f9b556eb54397ec4872130b7132ea5d5ac2b0a97
author: Michel Pollet [Sun, 20 Feb 2011 10:20:52 +0000 (10:20 +0000)]
Message:
Merge git://gitorious.org/~luki/simavr/lukis-simavr into dev-home
Commit 1b2e289952e77d5b57d993362f36c9a4974df78f
committer: Michel Pollet [Sun, 20 Feb 2011 10:14:10 +0000 (10:14 +0000)]
author: Martin Glueck [Sat, 19 Feb 2011 18:55:43 +0000 (19:55 +0100)]
Message:
Makefile: Add building of shared library on linux

Disabled for non linux platform, as it need more work
than just a gcc -shared

Author:    Martin Glueck <martin@mangari.org>
Edit:    Michel Pollet <buserror@gmail.com>
Commit f21e010e1a70e5ff4b507096b3492b62e6676d4b
committer: Michel Pollet [Sun, 20 Feb 2011 10:13:03 +0000 (10:13 +0000)]
author: Martin Glueck [Sat, 19 Feb 2011 18:20:18 +0000 (19:20 +0100)]
Message:
core: Added ATtiny x4

Untested. Also added to sim_avr.c

Author:    Martin Glueck <martin@mangari.org>
Edit:    Michel Pollet <buserror@gmail.com>
Commit c1a849dc1b8a86c6d00970421b27756580ba6ac7
author: Michel Pollet [Sat, 19 Feb 2011 00:21:53 +0000 (00:21 +0000)]
Message:
core: Remove the run() callback

run() callback was unused but was still using cycles

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 556907d2f28e542903dcab88498dbd8ba6f689cf
author: Michel Pollet [Fri, 18 Feb 2011 15:52:52 +0000 (15:52 +0000)]
Message:
Makefiles: Explicitely link opengl

needed with modern linker

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 6df40e824c0b686b12d14193ebb0e944aee697eb
committer: Sami Liedes [Thu, 17 Feb 2011 19:57:53 +0000 (21:57 +0200)]
author: Sami Liedes [Thu, 17 Feb 2011 19:47:00 +0000 (21:47 +0200)]
Message:
timer: Fix a subtle off-by-one bug in TCNT reading.

There's a subtle bug in TCNT (timer counter) reading which only causes
the counter to ever run from 0 to TOP-1, while it should stay in the
TOP value for a full timer cycle before resetting to 0 (but the
interrupt needs to come when TOP is first reached).

Interestingly, this causes Arduino's micros() function to occasionally
return incorrect values. micros() function relies on TCNT0 not
transitioning from <= 254 to 0 in only a few cycles with /64
prescaler.

Signed-off-by: Sami Liedes <sliedes@cc.hut.fi>
Commit b778a45f49549badc2980ac79ca18a4ae7b5c5b5
author: Michel Pollet [Wed, 16 Feb 2011 00:03:28 +0000 (00:03 +0000)]
Message:
timers: don't reconfigure for minor changes

Prevents the timer to be reset when changing non important
bits, like the edge detector etc

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 5c3675cd3770a69b72bfc6b95429ad6f7aa163aa
author: Michel Pollet [Wed, 16 Feb 2011 00:02:01 +0000 (00:02 +0000)]
Message:
timers: Print a warning on unsuported timer modes

and also don't [rint one for "mormal" mode

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 199a5e98393ec3151eec2464cf97f23ebb65740f
author: Sami Liedes [Tue, 15 Feb 2011 23:21:38 +0000 (01:21 +0200)]
Message:
Store the next cycle count where the earliest cycle timer needs to be run.
This speeds up cycle timer processing significantly and almost doubles
the speed of the overall simulation.

Signed-off-by: Sami Liedes <sliedes@cc.hut.fi>
Commit 0fc01c9ab7f8ab9d4c4f79fa0a2ee13e927324f3
committer: Sami Liedes [Fri, 4 Feb 2011 23:57:06 +0000 (01:57 +0200)]
author: Sami Liedes [Fri, 4 Feb 2011 23:46:08 +0000 (01:46 +0200)]
Message:
Rework avr_service_interrupts() to use ffs() too for speed.
Commit 467931d9b79e3122aacb1fe4270b32963a41886d
committer: Sami Liedes [Fri, 4 Feb 2011 22:38:54 +0000 (00:38 +0200)]
author: Sami Liedes [Fri, 4 Feb 2011 22:26:54 +0000 (00:26 +0200)]
Message:
Use ffs() for finding timers from cycle timer map.

This optimization speeds up avr_cycle_timer_process() considerably. It
used to be a major bottleneck in my test case (52% of CPU time spent
in that routine), now it's about half that.
Commit 8c526abb7d8c2a0bacddf38a0c187738a6c0bf9a
committer: Sami Liedes [Wed, 2 Feb 2011 20:53:38 +0000 (22:53 +0200)]
author: Sami Liedes [Wed, 2 Feb 2011 20:18:04 +0000 (22:18 +0200)]
Message:
Return zeros when GDB reads just past end of stack.

GDB likes to read the topmost value of stack when using the
"stepi" (step instruction) command. Unfortunately this does not work
when the stack is empty, causing an error message and GDB confusion.

Hack the GDB stub code to just return zeros if GDB tries to read two
bytes just past the end of stack.

NOTE: This may need to be modified to support also longer reads for
bigger AVRs where code pointers are longer than two bytes (e.g.
ATMega2560). As simavr doesn't support atm2560 yet, I'm implementing
it this way now.
Commit 248a15167a3d116da59b493dbd381706b5dd5370
committer: Sami Liedes [Wed, 2 Feb 2011 20:53:04 +0000 (22:53 +0200)]
author: Sami Liedes [Wed, 2 Feb 2011 17:23:45 +0000 (19:23 +0200)]
Message:
Enable interrupt handling for Fast PWM timers too

Arduino seems to use that.
Commit dc151e032e426d08f289c86defc830192b7946af v1.0a6
author: Michel Pollet [Fri, 14 Jan 2011 10:19:28 +0000 (10:19 +0000)]
Message:
UART: Fixed UDRC/E behaviour

The interrupt is suposed to fire as soon as it is
enabled is the UDR is empty.

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 968403610e6f99cbbc5ec5d945056215bd1604d7
author: Michel Pollet [Fri, 14 Jan 2011 10:18:40 +0000 (10:18 +0000)]
Message:
cycle timers: Added avr_cycle_timer_status()

Allows verification wether a timer is running, and
until when it is.

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 32172159818cc6b3fc1124fa7ddaaefe68ed2713
committer: Michel Pollet [Mon, 25 Oct 2010 11:59:00 +0000 (12:59 +0100)]
author: Christian Balles [Tue, 19 Oct 2010 22:00:28 +0000 (00:00 +0200)]
Message:
simduino: added init/deinit functions for avr_t initialization

fixes a crash (free of mmap'ed memory)
nicer cleanup by munmap + close the file

Signed-off-by: Christian Balles <code@ballessay.de>
Commit f1ce544edfec2a00d171ccac805c3336b50e704a
committer: Michel Pollet [Mon, 25 Oct 2010 11:59:00 +0000 (12:59 +0100)]
author: Christian Balles [Tue, 19 Oct 2010 21:45:58 +0000 (23:45 +0200)]
Message:
core: added extra init/deinit functions to avr_t

allows programs like the simduino example to modify the init/deinit function
to fix a crash

Signed-off-by: Christian Balles <code@ballessay.de>
Commit b28d03a16bad7df6303b7798da3cb563bd0de06b
author: Michel Pollet [Mon, 25 Oct 2010 11:53:29 +0000 (12:53 +0100)]
Message:
misc: Typos

Fixed a few comments

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 7a591ae2df3b1f62ae2c45fe8ced6d81f7dae821
author: Michel Pollet [Tue, 12 Oct 2010 09:03:43 +0000 (10:03 +0100)]
Message:
core: Added a bit of documentation

Fixed some of the copy/paste errors in comments

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 398c292e97b5a3309fd1114988e1afdb31d0083c
author: Michel Pollet [Tue, 12 Oct 2010 09:02:55 +0000 (10:02 +0100)]
Message:
gdb: Adds the 'reset' command

Apparently needed for compatibility with AVRStudio debugger

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit e1cbefc091c5e698fa8157fadafd35446e7b918a
author: Michel Pollet [Tue, 12 Oct 2010 09:02:03 +0000 (10:02 +0100)]
Message:
console: Implement debug console register

Used in pair with the console register declaration, just
prints what's sent to that debug register.

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit f729045cbe16179aad8afdddde80c457a335608e
author: Michel Pollet [Tue, 12 Oct 2010 09:00:33 +0000 (10:00 +0100)]
Message:
mcu_section: Added New CONSOLE Tag

CONSOLE tag allow declaring a register for dumping debug output
oh the terminal without using an UART

Also cleaned up and documented the header file further

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit b80e6f66966b4356ef3b207ad8bac1c9a56ef480
author: Michel Pollet [Thu, 2 Sep 2010 12:01:25 +0000 (13:01 +0100)]
Message:
tests: Update them so they work...

They relied on bugs that were fixed in simavr since..

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 8b7739b4a78f594ce7cf011f5031836c4c62c72f
author: Michel Pollet [Thu, 2 Sep 2010 12:00:48 +0000 (13:00 +0100)]
Message:
IOs: Use new IRQ alloc function

All converted to the brand new way...

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 83d4a7e3552c184c18baa384487eedf10929cb3a
author: Michel Pollet [Thu, 2 Sep 2010 11:59:59 +0000 (12:59 +0100)]
Message:
IRQs: A bit of sanity when freeing

Check the parameters...

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit c8c74557657e0b89904538344f2127128c95d62a
author: Michel Pollet [Thu, 2 Sep 2010 11:56:29 +0000 (12:56 +0100)]
Message:
simavr: Deallocate resources

Deallocate memory and IO modules at teardown

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit f7baf8c57b19b791863c1e9bb6e59c967ddd4871
author: Michel Pollet [Thu, 2 Sep 2010 11:55:40 +0000 (12:55 +0100)]
Message:
eeprom: Added a dealloc function

frees the eeprom memory at teardown time

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 2a257b4e22df120dd4a811012675158039a93c7d
author: Michel Pollet [Thu, 2 Sep 2010 11:55:05 +0000 (12:55 +0100)]
Message:
ios: Added a way to set and teardown modules IRQs

Added a function to set the io module IRQ, and added a way
to deallocate them at teardown time.

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 8d8d509d59334ba6d031f0b8544bf7aa89ac546e
author: Michel Pollet [Thu, 2 Sep 2010 10:59:07 +0000 (11:59 +0100)]
Message:
misc: Made (most) of the headers c++ friendly

No functional changes

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 6280c0db426bfca89fd4bd1015b1bbda44296314 v1.0a5
committer: Michel Pollet [Tue, 31 Aug 2010 11:43:24 +0000 (12:43 +0100)]
author: Michel Pollet [Tue, 31 Aug 2010 11:31:37 +0000 (12:31 +0100)]
Message:
misc: Fixed clang static analizer warnings

One genuine bug too. The rest was cosmetic.

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 2a64138243a89df06b0f6ab4c9ce47f130af53d9
author: Michel Pollet [Tue, 31 Aug 2010 10:55:29 +0000 (11:55 +0100)]
Message:
ioport: Added an IRQ for the port pin direction changes

New IRQ for client code (ie "board code") will be called
when the AVR firmware changes the DDR register.

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit ad7ea664f377587f9e91b6c685e8bbedd8f489d4
author: Michel Pollet [Tue, 31 Aug 2010 10:48:44 +0000 (11:48 +0100)]
Message:
ioport: Add an ioctl to get the port state

Example:
for (int i = 'A'; i <= 'F'; i++) { avr_ioport_state_t state;
if (avr_ioctl(AVR_IOCTL_IOPORT_GETSTATE(i), &state) == 0)
printf("PORT%c %02x DDR %02x PIN %02x\n",
state.name, state.port, state.ddr, state.pin);
}

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 2df48dd56ca8c9f93e9c20dc98492408d0b34f5b
author: Michel Pollet [Tue, 31 Aug 2010 10:30:49 +0000 (11:30 +0100)]
Message:
misc: Typos etc

Makefile now uses $(CC) so it works with clang static analyzer.

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit e0e85ba6e358f9d5b757671e1a7d236f522f3bb4
author: Michel Pollet [Wed, 25 Aug 2010 15:07:31 +0000 (16:07 +0100)]
Message:
core: CALL/RET instructions fix

Swap LSB and MSB of return address on the stack.
Thanks to "Peter" on the simavr mailing list.

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit f4b8df2dc232bc3f111c27212e54b6cbb8fe6851
author: Michel Pollet [Tue, 10 Aug 2010 21:51:31 +0000 (22:51 +0100)]
Message:
core: Add PORTA support for Attiny2313

The Attiny2313 has a PORTA, the pins for it are normally used for
reset and the crystal, but it is possible to use them if you use the
internal R/C oscilator.
Simavr didn't support this port on a Attiny2313 yet, so I added it myself.

Signed-off-by: Wander Winkelhorst <w.winkelhorst@gmail.com>
Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 0d3f95abd5081d99eee487223c01ff31311d3f0b
author: Michel Pollet [Mon, 2 Aug 2010 21:38:44 +0000 (22:38 +0100)]
Message:
timer: Fix for older AVRs & tinies

They lack WGM bits

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 4055170baf10c38cee41c87e988b7d992f306131 v1.0a4
author: Michel Pollet [Mon, 5 Jul 2010 10:09:20 +0000 (11:09 +0100)]
Message:
core: Fix SBRS/C for 32 bits instructions

Untested, but matches the datasheet

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 9567c05d43d21ecc4fcb526109773f7174a6c4cd
author: Michel Pollet [Mon, 5 Jul 2010 10:08:08 +0000 (11:08 +0100)]
Message:
core: Fix MULS register

MULS uses 16+ registers.

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 43f857c899e543312dbabb2e53d8eaf10f6c82f6
author: Michel Pollet [Fri, 25 Jun 2010 08:17:19 +0000 (09:17 +0100)]
Message:
ADC: Fix ADLAR bit handling

Was shifting when zero, not one.

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit d784bdd3232472f44a1c49c78f68912b109f849c
author: Michel Pollet [Sun, 20 Jun 2010 10:25:53 +0000 (11:25 +0100)]
Message:
timer: Also reconfigure on writing the WGM bits

Some broken code configure the clock source before
setting the waveform bits.

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 160884eda003b467dfe92cb007c4f25a6cb5e6e1
author: Michel Pollet [Sun, 20 Jun 2010 10:24:54 +0000 (11:24 +0100)]
Message:
ioports: Cleanup and implement PINx toggle

Turns out writing 1 to PINx register toggles the
bit in PORTx. Did'nt know it worked like that...

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 630883c7ad7b7db4b59b3a8a9fa5a975408d3278
author: Michel Pollet [Tue, 11 May 2010 11:36:26 +0000 (12:36 +0100)]
Message:
uart: Now use avr_clear_interrupt_if

New function simplifies clearing pending bits

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 7e3e150b0ee5a4af352b26e96a6512272214d69e
author: Michel Pollet [Tue, 11 May 2010 11:35:46 +0000 (12:35 +0100)]
Message:
timer: Allow clearing of the interupts

Allow exclicit clearing of interupts by writing 1
to the pending bit.

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 1b82822bf8b61bd4aa84882112f9f4690e865e15
author: Michel Pollet [Tue, 11 May 2010 11:34:35 +0000 (12:34 +0100)]
Message:
interrupts: Mark interupts as pending even if not enabled...

.. Then trigger them as soon as they are enabled again

There is a bit of performance hit on this, since the bitmask
array used before can now be full of pending bits that won't
ever be cleared..

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit d22d7636f84b511ef601bdd87d76dff6d5bdca2a
author: Michel Pollet [Thu, 29 Apr 2010 10:51:45 +0000 (11:51 +0100)]
Message:
ICP: Added Input capture pin support to timers

Added (untested as of now) Input Pin Capture to the 16 bits
timers. The "edge" flag is also handled. The code is untested
for now, it will need an "example" board that will be
checked in later.

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 42dab7385192880a35e9d88f64dc19c1b8d94393 v1.0a3
author: Michel Pollet [Wed, 14 Apr 2010 21:59:23 +0000 (22:59 +0100)]
Message:
cores: Added tinyX5 and mega128 ADC bits

Not tested

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 3d05eefe53540c6abfbdf9cd5498ae9f0e2b44b6
committer: Michel Pollet [Wed, 14 Apr 2010 19:47:49 +0000 (20:47 +0100)]
author: Alessio Igor Bogani [Wed, 14 Apr 2010 18:17:36 +0000 (20:17 +0200)]
Message:
misc: Warning fix

Makes gcc happy

Signed-off-by: Alessio Igor Bogani <abogani@texware.it>
Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 0e289207e004cc765cecf1e93d3fa27dec0cec3e
committer: Michel Pollet [Wed, 14 Apr 2010 19:46:15 +0000 (20:46 +0100)]
author: Alessio Igor Bogani [Wed, 14 Apr 2010 18:17:24 +0000 (20:17 +0200)]
Message:
misc: More warning fixes

#warning "This file has been moved to <util/delay.h>."

Signed-off-by: Alessio Igor Bogani <abogani@texware.it>
Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit a505da20f7d1f12a5cf0addacca9f2e7c3a2c168
committer: Michel Pollet [Wed, 14 Apr 2010 19:45:10 +0000 (20:45 +0100)]
author: Alessio Igor Bogani [Wed, 14 Apr 2010 18:17:01 +0000 (20:17 +0200)]
Message:
misc: Fix warning replacing %d with %zu for size_t

Warning fixes.

Signed-off-by: Alessio Igor Bogani <abogani@texware.it>
Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 8dee5c5e8280c37585009a69c3f2ecc93e09f9e3
author: Michel Pollet [Wed, 14 Apr 2010 19:43:14 +0000 (20:43 +0100)]
Message:
doc: Updated callgraph .pdf

Hadn't been updated for some time...

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit f04a4a3c073b0f97039daa51c563ded9afb4a5d5
author: Michel Pollet [Wed, 14 Apr 2010 19:42:46 +0000 (20:42 +0100)]
Message:
core: Fixes SBCI

Thanks to <evgeny.chukreev@gmail.com>

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 6b34bedf4f80f155bee3c3a2fe7b542ee875fbc1
author: Michel Pollet [Wed, 14 Apr 2010 17:15:23 +0000 (18:15 +0100)]
Message:
test: Add a test/example for the ADC subsystem

Loads ADC values, also reads the V1.1 reference voltage of an Atmega644

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 8380de2b8f06cfefba8b5d4efd7def3a0f7e9231
author: Michel Pollet [Wed, 14 Apr 2010 17:14:27 +0000 (18:14 +0100)]
Message:
cores: Add (some) of the ADC mux data

Add ADC Mux data to the x8 and x4 cores. The others still needs
to be done. Also filled the reference voltages.

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit bc864086a6b92f7409c72561bce2e604f6e324ba
author: Michel Pollet [Wed, 14 Apr 2010 17:13:21 +0000 (18:13 +0100)]
Message:
ADC: Fully functional core

simavr ADC allows external code to feed real voltages to the
simulator, and the simulator uses it's 'real' reference voltage
to do the right thing and return the 'proper' 10 bits ADC value
to the AVR firmware.

To send values to the ADC, register your code to wait for the
ADC_IRQ_OUT_TRIGGER irq, and at that point send any of the
ADC_IRQ_ADC* with Millivolts as value.

External trigger is not done yet.

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 9903ca718a19106ac341f28e377cd0ba7f6fbb0e
author: Michel Pollet [Wed, 14 Apr 2010 17:11:49 +0000 (18:11 +0100)]
Message:
core+elf: Add fields for the MCU voltages

You can now specify AVR_MCU_VOLTAGES(vcc, avcc, aref) in millivolts
in your firmware to set them into the simavr core.

Prerequisite for ADC VREF support.

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 46876e7b76884fb5134386c0462601644c847927
author: Michel Pollet [Wed, 14 Apr 2010 17:09:38 +0000 (18:09 +0100)]
Message:
run_avr: Add a way to trace just interruots vectors

Calling run_avr with -ti <value> will trace the scheduling
of that pacticular vector.
You can have up to 8 traces.

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit ccad49469feb37e21424df67c385e53c95459668 v1.0a2
author: Michel Pollet [Wed, 14 Apr 2010 17:05:12 +0000 (18:05 +0100)]
Message:
timer: Fixed an off by one

That was breaking the timers badly in corner cases

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 3553935eb73ece657d88c8e2f5fe4c1d01deebc5
committer: Michel Pollet [Sun, 11 Apr 2010 19:11:51 +0000 (20:11 +0100)]
author: Michel Pollet [Sun, 11 Apr 2010 19:11:41 +0000 (20:11 +0100)]
Message:
cores: Updated comparators

Also filled up the ones for tinyx5, megax4, tiny2313

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 685e0118e40fa4217d42a57b715ab6eab036e2bf
author: Michel Pollet [Sun, 11 Apr 2010 19:11:00 +0000 (20:11 +0100)]
Message:
timer: Changed timer config feom a bit array to a normal regbit

Since all the timer seems to have these 2 bits declared
in the same way anyway...

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit d2196da73575ab6fafce44ddbe817ae20b61e8c0
author: Michel Pollet [Sun, 11 Apr 2010 18:38:24 +0000 (19:38 +0100)]
Message:
ELF: Fixes a bad malloc

How it didn't crash before, no idea...

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 5268a8b5858aae31aeb6160e8dd071af1c030d67
author: Michel Pollet [Sun, 11 Apr 2010 18:36:59 +0000 (19:36 +0100)]
Message:
mega128: Fixes timer comparators

Bits are in the right order now

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit b25803fd49b7c51e7c4bb1fc4336aa77ee78060d
author: Michel Pollet [Sat, 10 Apr 2010 17:05:30 +0000 (18:05 +0100)]
Message:
twi: Stripped down TWI module to fix compile

New system will take it's place soon

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit eca93983ee257cf56d2552444e66723252e35464
author: Michel Pollet [Sat, 10 Apr 2010 12:19:19 +0000 (13:19 +0100)]
Message:
example: Added OC2A to timer test

Uses OC2A toggle with a VCD trace to demo the new compators.

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 12785a574be48f05786975caf6a3860b04b65575
author: Michel Pollet [Sat, 10 Apr 2010 12:18:30 +0000 (13:18 +0100)]
Message:
cores: Refactored timer comparators

Based on patch by <tomi.leppikangas@gmail.com> but fixed the other
cores to fix a few cut/paste issues.

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 1c66d76823558731f3c7d091bdff84a5816f0a1b
author: Michel Pollet [Sat, 10 Apr 2010 12:16:37 +0000 (13:16 +0100)]
Message:
timer: Added comparator modes for pins

Refactored the comparators code, Added the 3 common modes of pin
toggles.

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 34ba1d0838b70899855b3eca896c7852edd010be
author: Michel Pollet [Sat, 10 Apr 2010 12:15:09 +0000 (13:15 +0100)]
Message:
ioport: Added a way to get to the IRQ via register addresses

Now can do a ioctl to get the port IRQs by oassing the address of
a PORT/PIN/DDR register and a pin number.

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 6b94d793538d8511466cbc804e1193427f3b080c
author: Michel Pollet [Sat, 10 Apr 2010 12:14:12 +0000 (13:14 +0100)]
Message:
ioport: Aded a way to specify the output value via IRQ

Adding 0x100 to the IRQ value simulates a pin output change
and not just a pin input change.

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 14d1c0ae13a659f049bf5907eaaeb6a6c40af27a
author: Michel Pollet [Sat, 10 Apr 2010 10:35:32 +0000 (11:35 +0100)]
Message:
ioport: No longer need pcint to change the value

IRQ callback changes the AVR memory even if the pcint is
not present.

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit f1fb1de3fce7aab23e7e52bc8b93067dda2ee5dc
committer: Michel Pollet [Tue, 6 Apr 2010 11:34:43 +0000 (12:34 +0100)]
author: Michel [Sun, 4 Apr 2010 14:36:17 +0000 (15:36 +0100)]
Message:
TWI: Temp TWI changes with new IRQ system

Signed-off-by: <>
Commit 85b82a19d9cd53f7eea9b8b58852f550e53b16fb
author: Michel Pollet [Mon, 5 Apr 2010 12:39:06 +0000 (13:39 +0100)]
Message:
extint: Add more extints IRQs

... and use them on the Mega128 core

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit bb635750795bb0cd7038c4595ee4d4136d05f58c
author: Michel Pollet [Sun, 4 Apr 2010 12:43:32 +0000 (13:43 +0100)]
Message:
core: Added EIND support

Not used in any core, for now. It would still need 24 bits PC support
with return addresses to match.

Signed-off-by: Michel Pollet <buserror@gmail.com>
Commit 93ee08fed2cd1f6ea9aa904f569d516ba3e12c00
author: Michel Pollet [Sun, 4 Apr 2010 11:24:29 +0000 (12:24 +0100)]
Message:
cores: Added Mega128

Contributed by Tomi Leppikangas <tomi.leppikangas@gmail.com>

Signed-off-by: Michel Pollet <buserror@gmail.com>