From 01621cfbdb9c1a0f6bcd43f1c5730e7c1c007cb3 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Wed, 25 Feb 2015 15:17:41 +0100 Subject: [PATCH] Makefiles: adjust comments. - "Traumflug" and "Markus Hitter" are the same, mention him only once. - Add more common F_CPU choices in comments. - Hint to another choice in Makefile-example. --- Makefile-AVR | 5 +++-- Makefile-SIM | 2 +- Makefile-common | 2 +- Makefile-example | 4 ++++ README | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Makefile-AVR b/Makefile-AVR index a19d8d6..ae0316d 100644 --- a/Makefile-AVR +++ b/Makefile-AVR @@ -2,7 +2,7 @@ # # # Teacup - Lean and efficient firmware for RepRap printers # # # -# by Triffid Hunter, Traumflug, jakepoz, Markus Hitter, many others # +# by Triffid Hunter, Traumflug, jakepoz, many others. # # # # This firmware is Copyright (c) ... # # 2009 - 2010 Michael Moon aka Triffid_Hunter # @@ -49,8 +49,9 @@ MCU_TARGET ?= atmega644p # MCU_TARGET ?= atmega32u4 # CPU clock rate -F_CPU ?= 16000000L # F_CPU ?= 8000000L +F_CPU ?= 16000000L +# F_CPU ?= 20000000L ############################################################################## # # diff --git a/Makefile-SIM b/Makefile-SIM index 1bfca2b..baf4cd2 100644 --- a/Makefile-SIM +++ b/Makefile-SIM @@ -2,7 +2,7 @@ # # # Teacup - Lean and efficient firmware for RepRap printers # # # -# by Triffid Hunter, Traumflug, jakepoz, Markus Hitter, many others # +# by Triffid Hunter, Traumflug, jakepoz, many others. # # # # This firmware is Copyright (c) ... # # 2009 - 2010 Michael Moon aka Triffid_Hunter # diff --git a/Makefile-common b/Makefile-common index 15c67e6..84c2d5b 100644 --- a/Makefile-common +++ b/Makefile-common @@ -2,7 +2,7 @@ # # # Teacup - Lean and efficient firmware for RepRap printers # # # -# by Triffid Hunter, Traumflug, jakepoz, Markus Hitter, many others # +# by Triffid Hunter, Traumflug, jakepoz, many others. # # # # This firmware is Copyright (c) ... # # 2009 - 2010 Michael Moon aka Triffid_Hunter # diff --git a/Makefile-example b/Makefile-example index 4baeb80..df5e7ef 100644 --- a/Makefile-example +++ b/Makefile-example @@ -7,6 +7,10 @@ # # Then you can type 'make avr' or simply 'make' to build for your printer. # +# Another choice is to copy "Makefile-AVR" to "Makefile". This is less +# convenient for building the simulator, but also allows to upload to the +# controller with 'make prog'. +# ################################################################################ .PHONY: sim avr clean all default diff --git a/README b/README index 7ccaa81..ccc3119 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ # # # Teacup - lean and efficient firmware for RepRap printers # # # -# by Triffid Hunter, Traumflug, jakepoz, Markus Hitter, many others # +# by Triffid Hunter, Traumflug, jakepoz, many others. # # # ##############################################################################