Commit Graph

13 Commits

Author SHA1 Message Date
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