summaryrefslogtreecommitdiff
path: root/software/ihu/ihu.asm
Commit message (Expand)AuthorAgeFilesLines
* updated copyright headerChristian Pointner2015-02-031-2/+2
* added bat interrupt and spi stubChristian Pointner2013-07-271-2/+14
* updated copyrightChristian Pointner2013-07-271-1/+1
* added bootloader for IHUChristian Pointner2013-07-101-7/+16
* fixed commentChristian Pointner2013-07-031-2/+2
* fixed overrun errorChristian Pointner2013-07-021-1/+1
* enabled higher baudratesChristian Pointner2013-07-011-4/+5
* yet another whitespace cleanupChristian Pointner2013-06-301-2/+2
* moved UART code to seperate fileChristian Pointner2013-06-301-105/+31
* improved i2c_initChristian Pointner2013-06-281-1/+2
* ihu and rtc work nowChristian Pointner2013-06-281-338/+91
* whitespace cleanupChristian Pointner2013-06-271-44/+44
* improved hardware definitionsChristian Pointner2012-06-071-41/+41
* added simple timeout for DTMF decoderChristian Pointner2012-05-051-3/+29
* ihu and ttx for exhibitionChristian Pointner2012-05-041-28/+21
* some adaptions for exhibition setupChristian Pointner2012-05-021-91/+91
* fixed ack pulseChristian Pointner2012-01-291-2/+5
* added aknowledge pulse to ihu-ttx communicationChristian Pointner2012-01-281-0/+72
* cleanupChristian Pointner2012-01-281-24/+24
* fixed temp_read_valueChristian Pointner2012-01-271-80/+80
* solar power calculations work nowChristian Pointner2012-01-041-4/+2
* first solar power calc testsChristian Pointner2012-01-031-104/+124
* solar power calculationsChristian Pointner2011-12-211-7/+20
* fixed header info (2011 vs. 2012)Christian Pointner2011-12-131-1/+1
* moved i2c stuff to seperate fileChristian Pointner2011-12-131-5/+8
* rtc_init only after rtc_rst goes highChristian Pointner2011-12-131-12/+23
* rtc changed to ds1374cChristian Pointner2011-12-111-138/+102
* added solar adc codeChristian Pointner2011-12-101-0/+78
* incoming dtmf commandsChristian Pointner2011-11-081-1/+74
* ihu: dtmf inbuf (not finished)Christian Pointner2011-09-271-15/+30
* dtmf decoder worksChristian Pointner2011-09-261-2/+14
* added multiplication codeChristian Pointner2011-08-041-0/+72
* 1wire for DS1821 works nowChristian Pointner2011-07-311-53/+77
* one wire write commands workChristian Pointner2011-07-301-97/+107
* moved RTC specific defines to rtc.incChristian Pointner2011-07-301-18/+0
* resetting ttx while rtc gets configured (clock out)Christian Pointner2011-07-301-3/+1
* added time outputChristian Pointner2011-07-301-2/+59
* added get time functionChristian Pointner2011-07-291-0/+3
* put rtc and ttx in seperate filesChristian Pointner2011-07-291-295/+4
* rtc init after reset works nowChristian Pointner2011-07-291-78/+122
* added some more rtc init codeChristian Pointner2011-07-291-13/+68
* first working I2C codeChristian Pointner2011-07-291-22/+161
* improved ihu <-> ttx codeChristian Pointner2011-07-281-4/+17
* ttx <-> ihu communication include checksum/ack works nowChristian Pointner2011-07-271-8/+9
* ihu-ttx implement read of csum @ihu (not yet tested)Christian Pointner2011-07-261-12/+59
* improved pic make fileChristian Pointner2011-07-261-23/+63
* communication speed ihu -> ttx is now rightChristian Pointner2011-07-251-63/+19
* first working communication between ihu and ttxChristian Pointner2011-07-251-0/+63
* first test for IHU,TTX communication Christian Pointner2011-07-241-7/+31
* uart recv worksChristian Pointner2011-07-241-11/+73