Skip to content

Tags: ozbenh/simavr

Tags

v1.3

Toggle v1.3's commit message
Merge pull request buserror#148 from jedahan/install-instructions

Add install instructions

v1.1

Toggle v1.1's commit message
Merge pull request buserror#29 from bsekisser/sim-core-ror-bugfix

sim_core.c: fix implimentation of ror instruction

v1.0

Toggle v1.0's commit message
Makefiles: Add manual and a global doc target

Manual generation is now included in the doc/Makefile. Additionally,
a doc target has been added to the global Makefile.

v1.0b2

Toggle v1.0b2's commit message
Makefile: Bit more cleanup

Added -O2 for the examples too

Signed-off-by: Michel Pollet <[email protected]>

v1.0b1

Toggle v1.0b1's commit message
reprap: Progress

Now the reprap board has fake stepper motors that know their position,
with endstops (they work with Marlin) also there is a way to use
arduidiot pins numbers and remap them to AVR pins..

There is a prototype "heatpot" part that will be used to collect
source and drain of heat and calculafe a temperature.

Also added mongoose embedable web server. The current plan is to
use WebGL to render the graphics of the 3D printer... altho it's
not entirely sure as yet.

Signed-off-by: Michel Pollet <[email protected]>

v1.0a9

Toggle v1.0a9's commit message
tests: Revert a uart patch

We do need the translation, as it's not one, but generation of \n\r

Signed-off-by: Michel Pollet <[email protected]>

v1.0a8

Toggle v1.0a8's commit message
examples: Working i2c master test board

Write a few bytes to an i2c eeprom, read them back...

Signed-off-by: Michel Pollet <[email protected]>

v1.0a7

Toggle v1.0a7's commit message
misc: Fixes various typos

Author:    Sami Liedes <[email protected]>
Signed-off-by: Michel Pollet <[email protected]>

v1.0a6

Toggle v1.0a6's commit 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 <[email protected]>