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:
parent
74c9924366
commit
01621cfbdb
|
|
@ -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
|
||||
|
||||
##############################################################################
|
||||
# #
|
||||
|
|
|
|||
|
|
@ -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 #
|
||||
|
|
|
|||
|
|
@ -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 #
|
||||
|
|
|
|||
|
|
@ -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
2
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. #
|
||||
# #
|
||||
##############################################################################
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue