Teacup_Firmware/configtool
Markus Hitter da7a0d72a7 Configtool: improve search for avr-gcc & Co.
This should allow to build on any OS with Arduino IDE installed
and/or with avr-gcc & Co. available trough the normal shell.

Instead of looking at the current platform it's looked at wether
an Arduino IDE path is set. If yes, tools inside there are used.
If no such path is set, just the basename is used to let the OS
search for it ($PATH, etc.).

This is related to issue #152.
2015-05-30 18:40:04 +02:00
..
__init__.py Configtool: major restructuring. 2015-04-21 02:07:12 +02:00
accelerationpage.py Configtool: make tooltips for radio buttons work on Linux. 2015-05-26 13:49:31 +02:00
addheaterdlg.py Configtool: align labels and choices vertically. 2015-04-21 02:51:30 +02:00
addsensordlg.py Configtool: provide heater names as temp sensor names. 2015-05-26 13:59:07 +02:00
boardpanel.py Configtool: take account of Mac OS X's limited wildcard support. 2015-05-27 23:42:15 +02:00
build.py Configtool: improve search for avr-gcc & Co. 2015-05-30 18:40:04 +02:00
calcbelt.py Configtool: a few more apperance enhancements. 2015-04-21 02:51:30 +02:00
calcscrew.py Configtool: a few more apperance enhancements. 2015-04-21 02:51:30 +02:00
communicationspage.py Configtool: incorporate most of previous comments. 2015-04-21 02:10:58 +02:00
cpupage.py Configtool: many changes. 2015-04-21 02:11:01 +02:00
data.py Configtool: add Steinhart-Hart algorithm and thermistor presets. 2015-05-19 18:11:09 +02:00
heaterlist.py Configtool: incorporate most of previous comments. 2015-04-21 02:10:58 +02:00
heaterspage.py Configtool: teach heaterspage to provide a list of heater names. 2015-05-26 13:53:25 +02:00
mechanicalpage.py Configtool: make tooltips for radio buttons work on Linux. 2015-05-26 13:49:31 +02:00
miscellaneouspage.py Configtool: remove Analog Reference user choice. 2015-05-11 02:03:47 +02:00
page.py Configtool: make tooltips for radio buttons work on Linux. 2015-05-26 13:49:31 +02:00
pinoutspage.py Configtool: incorporate most of previous comments. 2015-04-21 02:10:58 +02:00
printerpanel.py Configtool: take account of Mac OS X's limited wildcard support. 2015-05-27 23:42:15 +02:00
protectedfiles.py Configtool: convert template for Teensy++ 2.0. 2015-04-21 02:51:31 +02:00
sensorlist.py Configtool: add Steinhart-Hart algorithm and thermistor presets. 2015-05-19 18:11:09 +02:00
sensorpage.py Configtool: provide heater names as temp sensor names. 2015-05-26 13:59:07 +02:00
settings.py Configtool: make all general settings user-editable. 2015-05-22 10:59:34 +02:00
thermistor.py Configtool: add Steinhart-Hart algorithm and thermistor presets. 2015-05-19 18:11:09 +02:00
thermistorpresets.py Configtool: move thermistor presets into distribution file. 2015-05-20 23:31:38 +02:00
thermistortablefile.py Configtool: add Steinhart-Hart algorithm and thermistor presets. 2015-05-19 18:11:09 +02:00