re-enabling serial
[clinton/Smoothieware.git] / makefile
1 # Copyright 2011 Adam Green (http://mbed.org/users/AdamGreen/)
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 # http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14 PROJECT=main
15 GCC4MBED_DIR=./gcc4mbed
16 INCDIRS=
17 LIBS_PREFIX=
18 LIBS_SUFFIX=
19 SRC=./src
20 GCC4MBED_TYPE=Checked
21 MRI_UART=MRI_UART_MBED_USB MRI_UART_SHARE
22 MRI_BREAK_ON_INIT=0
23 MRI_SEMIHOST_STDIO=0
24
25 include ./gcc4mbed/build/gcc4mbed.mk
26
27 flash:
28 lpc21isp $(PROJECT).hex /dev/ttyACM0 115200 14746
29
30