re-enabling serial
[clinton/Smoothieware.git] / README
1 Smoothie is a free, opensource, high performance G-code interpreter and CNC controller written in Object-Oriented C++ for the LPC17xx micro-controller ( ARM Cortex M3 architecture ). It will run on a mBed, a LPCXpresso, a SmoothieBoard, R2C2 or any other LPC17xx-based board. The motion control part is a port of the awesome grbl.
2
3 Documentation can be found here : http://smoothieware.org/
4
5 You need the CodeSourcery toolchain to compile.
6 Then simply do : 
7
8 make clean
9 make
10 make flash