summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* - found a way to handle encodingJogi Hofmüller2011-08-014-19/+38
* - have a confirmation request sent by email for registration nowJogi Hofmüller2011-07-314-9/+49
* - new module MmdUser.pyJogi Hofmüller2011-07-317-55/+201
* 1wire for DS1821 works nowChristian Pointner2011-07-313-70/+165
* one wire write commands workChristian Pointner2011-07-302-97/+261
* moved RTC specific defines to rtc.incChristian Pointner2011-07-302-18/+21
* resetting ttx while rtc gets configured (clock out)Christian Pointner2011-07-302-7/+2
* no timer1 anymore using rtc clkout capabilityChristian Pointner2011-07-301-24/+17
* fixed i2c_recv_byte (carry flag)Christian Pointner2011-07-301-0/+1
* added time outputChristian Pointner2011-07-303-2/+106
* added get time functionChristian Pointner2011-07-292-7/+50
* put rtc and ttx in seperate filesChristian Pointner2011-07-293-295/+348
* rtc init after reset works nowChristian Pointner2011-07-291-78/+122
* - added modules for sqlite3 connection and session handlingJogi Hofmüller2011-07-295-26/+113
* added some more rtc init codeChristian Pointner2011-07-291-13/+68
* - added stylesheet locally and adapted MmdWidgets.pyJogi Hofmüller2011-07-292-5/+94
* initial revisionJogi Hofmüller2011-07-293-0/+287
* moved software tests to toolsChristian Pointner2011-07-295-0/+0
* tiny refactoringChristian Pointner2011-07-291-3/+3
* first working I2C codeChristian Pointner2011-07-291-22/+161
* improved ihu <-> ttx codeChristian Pointner2011-07-281-4/+17
* receive is now fasterChristian Pointner2011-07-281-2/+1
* checksum fixChristian Pointner2011-07-272-1/+2
* ttx <-> ihu communication include checksum/ack works nowChristian Pointner2011-07-273-11/+40
* ihu-ttx implement read of csum @ihu (not yet tested)Christian Pointner2011-07-261-12/+59
* improved pic make fileChristian Pointner2011-07-262-23/+69
* renamed cpu to mpu at docsChristian Pointner2011-07-264-55/+71
* ttx multiple byte rx code added (not tested yet)Christian Pointner2011-07-251-35/+97
* fixed cw generationChristian Pointner2011-07-251-1/+1
* updatd ihu-ttx protoChristian Pointner2011-07-252-30/+45
* spell checking and typosChristian Pointner2011-07-251-11/+11
* defined protocol between ihu and ttxChristian Pointner2011-07-251-3/+81
* communication speed ihu -> ttx is now rightChristian Pointner2011-07-252-67/+20
* first working communication between ihu and ttxChristian Pointner2011-07-252-113/+268
* switched to 125kHz for TTXChristian Pointner2011-07-241-6/+6
* first test for IHU,TTX communication Christian Pointner2011-07-241-7/+31
* uart recv worksChristian Pointner2011-07-241-11/+73
* ihu and ttx reset works nowChristian Pointner2011-07-242-15/+10
* now using A as start signChristian Pointner2011-07-233-6/+11
* decode beacon prints cnt as deciaml number nowChristian Pointner2011-07-232-43/+4
* added 'E' as as a start for the beaconChristian Pointner2011-07-232-7/+15
* ihu: ledblink as a startChristian Pointner2011-07-231-5/+43
* added test patterns for beacon decoderChristian Pointner2011-07-231-0/+42
* beacon decoder cleanupChristian Pointner2011-07-231-4/+5
* added beacon decoder scriptChristian Pointner2011-07-231-0/+47
* beaconcnt should be working nowChristian Pointner2011-07-231-10/+14
* ttx cleanupChristian Pointner2011-07-231-3/+3
* BEACON_INT is a variable nowChristian Pointner2011-07-231-5/+8
* added safe mode checksChristian Pointner2011-07-231-3/+19
* added volatile beacon cntChristian Pointner2011-07-231-17/+20