Skip to content

Tags: jblackstone/simavr

Tags

v1.6

Toggle v1.6's commit message
elf: Bit of cleanup

Going to clean this piece of code a little

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

v1.5

Toggle v1.5's commit message
Fix for travis build on antique ubugtu

Doesn't have proper defs for mega2560 !

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

v1.4

Toggle v1.4's commit message
misc: Spacing cleanup

Trailing space removal

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

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]>