From 4e6df9a4f9a8d3231985c1b9816c9a183e4d42a8 Mon Sep 17 00:00:00 2001 From: Todd Fleming Date: Sat, 14 Jan 2017 19:57:42 -0500 Subject: [PATCH] Rename to grbl-lpc --- Makefile | 6 +++--- {smoother => grbl-lpc}/avr/interrupt.h | 0 {smoother => grbl-lpc}/avr/io.h | 0 {smoother => grbl-lpc}/avr/pgmspace.h | 0 {smoother => grbl-lpc}/avr/wdt.h | 0 {smoother => grbl-lpc}/current_control.cpp | 0 {smoother => grbl-lpc}/current_control.h | 0 {smoother => grbl-lpc}/debug.h | 0 {smoother => grbl-lpc}/delay.cpp | 0 {smoother => grbl-lpc}/delay.h | 0 {smoother => grbl-lpc}/isr_init.cpp | 0 {smoother => grbl-lpc}/pwm_driver.cpp | 0 {smoother => grbl-lpc}/pwm_driver.h | 0 {smoother => grbl-lpc}/util/delay.h | 0 14 files changed, 3 insertions(+), 3 deletions(-) rename {smoother => grbl-lpc}/avr/interrupt.h (100%) rename {smoother => grbl-lpc}/avr/io.h (100%) rename {smoother => grbl-lpc}/avr/pgmspace.h (100%) rename {smoother => grbl-lpc}/avr/wdt.h (100%) rename {smoother => grbl-lpc}/current_control.cpp (100%) rename {smoother => grbl-lpc}/current_control.h (100%) rename {smoother => grbl-lpc}/debug.h (100%) rename {smoother => grbl-lpc}/delay.cpp (100%) rename {smoother => grbl-lpc}/delay.h (100%) rename {smoother => grbl-lpc}/isr_init.cpp (100%) rename {smoother => grbl-lpc}/pwm_driver.cpp (100%) rename {smoother => grbl-lpc}/pwm_driver.h (100%) rename {smoother => grbl-lpc}/util/delay.h (100%) diff --git a/Makefile b/Makefile index fdebc9e..f2e6f01 100644 --- a/Makefile +++ b/Makefile @@ -27,15 +27,15 @@ INCLUDES = \ -I CMSIS_5/CMSIS/Driver/Include \ -I CMSIS_5/Device/ARM/ARMCM3/Include \ -I grbl \ + -I grbl-lpc \ -I lpc17xx \ - -I smoother \ -I VCOM_lib \ # Compile all .c and .cpp files in these directories # Hack: .c files are compiled as if they were c++. SRC_DIRS = \ grbl \ - smoother \ + grbl-lpc \ VCOM_lib \ # 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 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 clean: diff --git a/smoother/avr/interrupt.h b/grbl-lpc/avr/interrupt.h similarity index 100% rename from smoother/avr/interrupt.h rename to grbl-lpc/avr/interrupt.h diff --git a/smoother/avr/io.h b/grbl-lpc/avr/io.h similarity index 100% rename from smoother/avr/io.h rename to grbl-lpc/avr/io.h diff --git a/smoother/avr/pgmspace.h b/grbl-lpc/avr/pgmspace.h similarity index 100% rename from smoother/avr/pgmspace.h rename to grbl-lpc/avr/pgmspace.h diff --git a/smoother/avr/wdt.h b/grbl-lpc/avr/wdt.h similarity index 100% rename from smoother/avr/wdt.h rename to grbl-lpc/avr/wdt.h diff --git a/smoother/current_control.cpp b/grbl-lpc/current_control.cpp similarity index 100% rename from smoother/current_control.cpp rename to grbl-lpc/current_control.cpp diff --git a/smoother/current_control.h b/grbl-lpc/current_control.h similarity index 100% rename from smoother/current_control.h rename to grbl-lpc/current_control.h diff --git a/smoother/debug.h b/grbl-lpc/debug.h similarity index 100% rename from smoother/debug.h rename to grbl-lpc/debug.h diff --git a/smoother/delay.cpp b/grbl-lpc/delay.cpp similarity index 100% rename from smoother/delay.cpp rename to grbl-lpc/delay.cpp diff --git a/smoother/delay.h b/grbl-lpc/delay.h similarity index 100% rename from smoother/delay.h rename to grbl-lpc/delay.h diff --git a/smoother/isr_init.cpp b/grbl-lpc/isr_init.cpp similarity index 100% rename from smoother/isr_init.cpp rename to grbl-lpc/isr_init.cpp diff --git a/smoother/pwm_driver.cpp b/grbl-lpc/pwm_driver.cpp similarity index 100% rename from smoother/pwm_driver.cpp rename to grbl-lpc/pwm_driver.cpp diff --git a/smoother/pwm_driver.h b/grbl-lpc/pwm_driver.h similarity index 100% rename from smoother/pwm_driver.h rename to grbl-lpc/pwm_driver.h diff --git a/smoother/util/delay.h b/grbl-lpc/util/delay.h similarity index 100% rename from smoother/util/delay.h rename to grbl-lpc/util/delay.h