Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added bat interrupt and spi stub | Christian Pointner | 2013-07-27 | 1 | -2/+14 |
* | updated copyright | Christian Pointner | 2013-07-27 | 1 | -1/+1 |
* | added bootloader for IHU | Christian Pointner | 2013-07-10 | 1 | -7/+16 |
* | fixed comment | Christian Pointner | 2013-07-03 | 1 | -2/+2 |
* | fixed overrun error | Christian Pointner | 2013-07-02 | 1 | -1/+1 |
* | enabled higher baudrates | Christian Pointner | 2013-07-01 | 1 | -4/+5 |
* | yet another whitespace cleanup | Christian Pointner | 2013-06-30 | 1 | -2/+2 |
* | moved UART code to seperate file | Christian Pointner | 2013-06-30 | 1 | -105/+31 |
* | improved i2c_init | Christian Pointner | 2013-06-28 | 1 | -1/+2 |
* | ihu and rtc work now | Christian Pointner | 2013-06-28 | 1 | -338/+91 |
* | whitespace cleanup | Christian Pointner | 2013-06-27 | 1 | -44/+44 |
* | improved hardware definitions | Christian Pointner | 2012-06-07 | 1 | -41/+41 |
* | added simple timeout for DTMF decoder | Christian Pointner | 2012-05-05 | 1 | -3/+29 |
* | ihu and ttx for exhibition | Christian Pointner | 2012-05-04 | 1 | -28/+21 |
* | some adaptions for exhibition setup | Christian Pointner | 2012-05-02 | 1 | -91/+91 |
* | fixed ack pulse | Christian Pointner | 2012-01-29 | 1 | -2/+5 |
* | added aknowledge pulse to ihu-ttx communication | Christian Pointner | 2012-01-28 | 1 | -0/+72 |
* | cleanup | Christian Pointner | 2012-01-28 | 1 | -24/+24 |
* | fixed temp_read_value | Christian Pointner | 2012-01-27 | 1 | -80/+80 |
* | solar power calculations work now | Christian Pointner | 2012-01-04 | 1 | -4/+2 |
* | first solar power calc tests | Christian Pointner | 2012-01-03 | 1 | -104/+124 |
* | solar power calculations | Christian Pointner | 2011-12-21 | 1 | -7/+20 |
* | fixed header info (2011 vs. 2012) | Christian Pointner | 2011-12-13 | 1 | -1/+1 |
* | moved i2c stuff to seperate file | Christian Pointner | 2011-12-13 | 1 | -5/+8 |
* | rtc_init only after rtc_rst goes high | Christian Pointner | 2011-12-13 | 1 | -12/+23 |
* | rtc changed to ds1374c | Christian Pointner | 2011-12-11 | 1 | -138/+102 |
* | added solar adc code | Christian Pointner | 2011-12-10 | 1 | -0/+78 |
* | incoming dtmf commands | Christian Pointner | 2011-11-08 | 1 | -1/+74 |
* | ihu: dtmf inbuf (not finished) | Christian Pointner | 2011-09-27 | 1 | -15/+30 |
* | dtmf decoder works | Christian Pointner | 2011-09-26 | 1 | -2/+14 |
* | added multiplication code | Christian Pointner | 2011-08-04 | 1 | -0/+72 |
* | 1wire for DS1821 works now | Christian Pointner | 2011-07-31 | 1 | -53/+77 |
* | one wire write commands work | Christian Pointner | 2011-07-30 | 1 | -97/+107 |
* | moved RTC specific defines to rtc.inc | Christian Pointner | 2011-07-30 | 1 | -18/+0 |
* | resetting ttx while rtc gets configured (clock out) | Christian Pointner | 2011-07-30 | 1 | -3/+1 |
* | added time output | Christian Pointner | 2011-07-30 | 1 | -2/+59 |
* | added get time function | Christian Pointner | 2011-07-29 | 1 | -0/+3 |
* | put rtc and ttx in seperate files | Christian Pointner | 2011-07-29 | 1 | -295/+4 |
* | rtc init after reset works now | Christian Pointner | 2011-07-29 | 1 | -78/+122 |
* | added some more rtc init code | Christian Pointner | 2011-07-29 | 1 | -13/+68 |
* | first working I2C code | Christian Pointner | 2011-07-29 | 1 | -22/+161 |
* | improved ihu <-> ttx code | Christian Pointner | 2011-07-28 | 1 | -4/+17 |
* | ttx <-> ihu communication include checksum/ack works now | Christian Pointner | 2011-07-27 | 1 | -8/+9 |
* | ihu-ttx implement read of csum @ihu (not yet tested) | Christian Pointner | 2011-07-26 | 1 | -12/+59 |
* | improved pic make file | Christian Pointner | 2011-07-26 | 1 | -23/+63 |
* | communication speed ihu -> ttx is now right | Christian Pointner | 2011-07-25 | 1 | -63/+19 |
* | first working communication between ihu and ttx | Christian Pointner | 2011-07-25 | 1 | -0/+63 |
* | first test for IHU,TTX communication | Christian Pointner | 2011-07-24 | 1 | -7/+31 |
* | uart recv works | Christian Pointner | 2011-07-24 | 1 | -11/+73 |
* | ihu and ttx reset works now | Christian Pointner | 2011-07-24 | 1 | -14/+9 |