Daniel Poelzleithner
d6e436e92f
reworked config script
...
new config script uses the very good urwid library.
works on non ncurses platforms like windows, too.
works with small screens
13 years ago
Dean Sellers
00974bb410
Added the three options for the time display to the python script for the config.h file.
13 years ago
Daniel Poelzleithner
4f591c0a7f
implement help text on make config
...
show a nice help text on make config
13 years ago
Marc
119a728287
first working (kind of) vario meter.
...
Still some problem of understanding with itoa and friends.
13 years ago
Marc
c1db39bdd0
change example name, let space for the actual vario function
13 years ago
Marc
9ef06b5399
Very simple modification.
...
Displays a moving message on line2 (moves by 1char/sec).
13 years ago
Daniel Poelzleithner
e4e853f648
better config
...
moved pump and watchdog to config interface
mode config list use sorted dict
13 years ago
Daniel Poelzleithner
f2ad008f57
add debugging script i used
...
it is a watermark script that uses mspdebug to autostep through a program.
i reimplemented it directly into mspdebug on http://github.com/poelzi/mspdebug but maybe it gets usefull one day.
it is on both implementations extremly slow :-)
13 years ago
Daniel Poelzleithner
736b3670e7
merge in eggtimer
...
eggtimer taken from http://sourceforge.net/projects/tichronostimer
13 years ago
Daniel Poelzleithner
f2ad741c91
make testmode configurable
...
allow test mode to toggle
add ifndef safty option in config generator
13 years ago
Daniel Poelzleithner
0aa7d8c2d6
add debug config option
13 years ago
Daniel Poelzleithner
374d4b3263
better hardware address generation
13 years ago
Daniel Poelzleithner
84f61affa8
make hardware address configurable
...
add gui to set hardware address for simpicti
13 years ago
Daniel Poelzleithner
977ef52b61
make frequency selectable
...
make the frequency selection from config working
13 years ago
Daniel Poelzleithner
bd7448df28
make date of week display date
...
make the date of week show the name not a number. make the code configurable
13 years ago
Daniel Poelzleithner
850892a9dd
add option to compile out 12h code
...
we can save some space by compiling out the 12h am/pm code
13 years ago
Daniel Poelzleithner
635ba91f73
add config frontend
...
add config frontend for configuring the firmware. type "make config" to configure.
build system does not use it yet
13 years ago
Daniel Poelzleithner
9c3b0e2315
add file conversion
...
added a script to convert the elf file from gcc to TI Hex in order to
use it with remote flasher etc. requires python to run
13 years ago
Daniel Poelzleithner
417a74257d
add file conversion
...
added a script to convert the elf file from gcc to TI Hex in order to
use it with remote flasher etc. requires python to run
13 years ago