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.
This commit is contained in:
Markus Hitter 2015-02-25 15:17:41 +01:00
parent 74c9924366
commit 01621cfbdb
5 changed files with 10 additions and 5 deletions

View File

@ -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
##############################################################################
# #

View File

@ -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 #

View File

@ -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 #

View File

@ -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

2
README
View File

@ -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. #
# #
##############################################################################