summaryrefslogtreecommitdiff
path: root/software
Commit message (Expand)AuthorAgeFilesLines
* added multiplication codeChristian Pointner2011-08-044-3/+367
* minor cleanupChristian Pointner2011-08-041-2/+2
* cleanupChristian Pointner2011-08-021-1/+0
* 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 some more rtc init codeChristian Pointner2011-07-291-13/+68
* moved software tests to toolsChristian Pointner2011-07-295-403/+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-272-9/+36
* 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
* 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-251-28/+43
* 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
* added send_parityChristian Pointner2011-07-231-4/+10
* RFC3548 compliant base32 coding works nowChristian Pointner2011-07-221-45/+33
* first version of base32 encoder (not working yet)Christian Pointner2011-07-221-12/+192
* split up send_beacon on sperate functionsChristian Pointner2011-07-221-25/+82
* beacon with powerdown works nowChristian Pointner2011-07-223-62/+23
* added ihu source dirChristian Pointner2011-07-112-0/+130