Go to file
Michael Moon 632ddaa216 added some descriptions of available defines 2010-09-10 13:19:59 +10:00
.gitignore re-adding gitignore and pde 2010-08-11 09:58:56 +10:00
FiveD_on_Arduino.pde Make stuff buildable with Arduino IDE again. 2010-09-05 02:02:06 +02:00
Makefile added some descriptions of available defines 2010-09-10 13:19:59 +10:00
README wrote some stuff in README 2010-08-10 14:53:48 +10:00
analog.c added FIXME tag 2010-09-10 11:25:11 +10:00
analog.h try out analog stuff, probably needs more work 2010-08-24 15:49:21 +10:00
arduino.h setting up new branch 2 2010-08-10 14:26:24 +10:00
calc.pl setting up new branch 2 2010-08-10 14:26:24 +10:00
clock.c setting up new branch 2 2010-08-10 14:26:24 +10:00
clock.h setting up new branch 2 2010-08-10 14:26:24 +10:00
copier.c setting up new branch 2 2010-08-10 14:26:24 +10:00
copier.h setting up new branch 2 2010-08-10 14:26:24 +10:00
dda.c Implement acceleration ramping. Enjoy always smooth rides! 2010-09-10 02:09:04 +02:00
dda.h Implement acceleration ramping. Enjoy always smooth rides! 2010-09-10 02:09:04 +02:00
dda_queue.c Make XON/XOFF flow control actually work. Still disabled by default. 2010-09-08 19:17:50 +02:00
dda_queue.h setting up new branch 2 2010-08-10 14:26:24 +10:00
debug.c setting up new branch 2 2010-08-10 14:26:24 +10:00
debug.h setting up new branch 2 2010-08-10 14:26:24 +10:00
func.sh setting up new branch 2 2010-08-10 14:26:24 +10:00
gcode.c Make acceleration, RepRap-style, disable-able. This is also 2010-09-08 22:35:27 +02:00
gcode.h Allow comments in parentheses. Some GCode generators 2010-09-08 16:48:06 +02:00
machine.h Implement acceleration ramping. Enjoy always smooth rides! 2010-09-10 02:09:04 +02:00
mendel.c Merge branch 'mendel-triffid' 2010-08-10 14:55:06 +10:00
mendel_cmd setting up new branch 2 2010-08-10 14:26:24 +10:00
pinout.h setting up new branch 2 2010-08-10 14:26:24 +10:00
ringbuffer.c setting up new branch 2 2010-08-10 14:26:24 +10:00
ringbuffer.h setting up new branch 2 2010-08-10 14:26:24 +10:00
sender.sh fixed typo in sender- probably needs more work 2010-08-11 09:29:00 +10:00
serial.c Make XON/XOFF flow control actually work. Still disabled by default. 2010-09-08 19:17:50 +02:00
serial.h Make XON/XOFF flow control compile. 2010-09-08 19:16:18 +02:00
sermsg.c setting up new branch 2 2010-08-10 14:26:24 +10:00
sermsg.h setting up new branch 2 2010-08-10 14:26:24 +10:00
sersendf.c setting up new branch 2 2010-08-10 14:26:24 +10:00
sersendf.h setting up new branch 2 2010-08-10 14:26:24 +10:00
temp.c fixed some mess from moving stuff around 2010-08-10 14:59:41 +10:00
temp.h Merge branch 'mendel-triffid' 2010-08-10 14:55:06 +10:00
timer.c setting up new branch 2 2010-08-10 14:26:24 +10:00
timer.h setting up new branch 2 2010-08-10 14:26:24 +10:00
watchdog.c setting up new branch 2 2010-08-10 14:26:24 +10:00
watchdog.h setting up new branch 2 2010-08-10 14:26:24 +10:00

README

Rewrite of Reprap Mendel firmware:

* 100% integer computations
* serial transmit buffer
* can fit onto atmega168
* fits onto atmega328p etc
* will work on larger atmegas with minor porting