Commit Graph

16 Commits

Author SHA1 Message Date
Markus Hitter 7c8f1cec87 .gitignore: make room for private stuff.
These files for local configurations tend to pile up and having
them just lying around clutters a 'git status'. Putting them
into private/ makes them invisible for Git now.

As we're on the topic, I use such Makefile targets for my printers:

sells: private/config.sells.h
sells: private/board.sells.h private/printer.sells.h
	@echo "Compiling and uploading for the Sells Mendel."
	$(MAKE) -f Makefile-AVR USER_CONFIG=private/config.sells.h \
	  MCU=atmega1284p F_CPU=20000000UL all
	avrdude -s -V -c stk500v2 -b 115200 -p $(MCU) -P /dev/ttyUSB0 \
	        -U flash:w:$(PROGRAM).hex
2015-08-04 13:48:30 +02:00
Markus Hitter f734b225eb Rename ThermistorTable.h to thermistortable.h.
This is purely cosmetics to match naming conventions of other
files. No functional change.
2015-05-04 20:08:39 +02:00
jbernardis 3f4e01f991 .gitignore: configtool.ini is now an expected user file. 2015-04-25 17:56:14 +02:00
Markus Hitter 0d956511f9 Configtool: first steps for a user friendly configuration tool.
Contribution by jbernardis.

This attempt uses a rarther simple tree-type dialog. Also only
half done, which is entirely sufficient for evaluation.
2015-02-05 21:03:30 +01:00
Phil Hord 1e2824d56b WIP: Add simulator data-logging.
Record simulation run-time data in file 'datalog.out' so it
can be analyzed after-the-fact or during the run.

This feature is evolving. Eventually it should be compatible with
some logic analyzer GUIs such as gtkwave or even gnuplot.
2013-12-06 19:24:58 +01:00
Markus Hitter 73658afc33 Makefiles: build into a dedicated directory.
This makes finding source files for editing quite a bit simpler.
2013-02-05 14:11:03 +01:00
Markus Hitter 19066069a5 Rewrite upper half of the Makefile.
We have now Makefile-AVR - AVR specific stuff - and
Makefile-common - common build instructions.

This effort is the begin of preparing Teacup for ARM targets.
To build the target, copy or link Makefile-AVR or Makefile-ARM
(depending on your target) to Makefile.
2013-02-05 14:10:39 +01:00
David Forrest 244d8b6654 Makefile: add autodependencies for header files. 2012-12-03 19:49:11 +01:00
Markus Hitter 67d88132a6 Move ThermistorTable.h out of the repository.
Having this available immediately is nice, having this table
overwritten with each update is a lot worse, though.
2011-11-12 23:26:12 +01:00
Michael Moon 918e3be84c include thermistor tables, most users seem to have similar thermistors so we can safely provide a default 2011-03-24 11:06:04 +11:00
Michael Moon 0dc7d77885 Massive Doxygen documentation addition
'make doc' then point your browser at doc/html/

Needs plenty of cleanup and polishing, but the main bulk is here

even documents your configuration! ;)
2011-03-22 01:34:36 +11:00
Ben Jackson e14ec822b8 Add ThermistorTable.h to .gitignore. 2011-03-06 09:18:22 +11:00
Michael Moon fc17804f0e ignore sim binary 2010-10-21 11:16:44 +11:00
Michael Moon 4617b5e87d ignore local config.h 2010-09-27 14:13:58 +10:00
Michael Moon 3606952096 ignore temporal mapping script temporary files 2010-09-16 19:27:00 +10:00
Michael Moon bb1d964712 re-adding gitignore and pde 2010-08-11 09:58:56 +10:00