cleaned up serial completing support for non blocking tx and refactoring formatting functions into a new module 'print'

This commit is contained in:
Simen Svale Skogsrud
2011-06-03 15:28:14 +02:00
parent 8793b555e0
commit c0b4b8309a
13 changed files with 109 additions and 118 deletions

View File

@ -31,7 +31,7 @@ DEVICE = atmega328p
CLOCK = 16000000
PROGRAMMER = -c avrisp2 -P usb
OBJECTS = main.o motion_control.o gcode.o spindle_control.o serial.o protocol.o stepper.o \
eeprom.o settings.o planner.o nuts_bolts.o limits.o
eeprom.o settings.o planner.o nuts_bolts.o limits.o print.o
# FUSES = -U hfuse:w:0xd9:m -U lfuse:w:0x24:m
FUSES = -U hfuse:w:0xd2:m -U lfuse:w:0xff:m
# update that line with this when programmer is back up: