Rename to grbl-lpc

This commit is contained in:
Todd Fleming 2017-01-14 19:57:42 -05:00
parent f67c21a431
commit 4e6df9a4f9
14 changed files with 3 additions and 3 deletions

View File

@ -27,15 +27,15 @@ INCLUDES = \
-I CMSIS_5/CMSIS/Driver/Include \ -I CMSIS_5/CMSIS/Driver/Include \
-I CMSIS_5/Device/ARM/ARMCM3/Include \ -I CMSIS_5/Device/ARM/ARMCM3/Include \
-I grbl \ -I grbl \
-I grbl-lpc \
-I lpc17xx \ -I lpc17xx \
-I smoother \
-I VCOM_lib \ -I VCOM_lib \
# Compile all .c and .cpp files in these directories # Compile all .c and .cpp files in these directories
# Hack: .c files are compiled as if they were c++. # Hack: .c files are compiled as if they were c++.
SRC_DIRS = \ SRC_DIRS = \
grbl \ grbl \
smoother \ grbl-lpc \
VCOM_lib \ VCOM_lib \
# Compile all .c files in these directories, except ones on the exclude list. # Compile all .c files in these directories, except ones on the exclude list.
@ -158,7 +158,7 @@ build/$(PROJECT).hex : build/$(PROJECT).elf
.PHONY: flash .PHONY: flash
flash: build/$(PROJECT).hex flash: build/$(PROJECT).hex
fm COM(7, 115200) DEVICE(LPC1769, 0.000000, 0) HARDWARE(BOOTEXEC, 50, 100) ERASEUSED(build\$(PROJECT).hex, PROTECTISP) HEXFILE(build\$(PROJECT).hex, NOCHECKSUMS, NOFILL, PROTECTISP) fm COM(13, 115200) DEVICE(LPC1769, 0.000000, 0) HARDWARE(BOOTEXEC, 50, 100) ERASEUSED(build\$(PROJECT).hex, PROTECTISP) HEXFILE(build\$(PROJECT).hex, NOCHECKSUMS, NOFILL, PROTECTISP)
.PHONY: clean .PHONY: clean
clean: clean: