| 4 |
|
|
| 5 |
2005-11-05 Joerg Wunsch <j.gnu@uriah.heep.sax.de> |
2005-11-05 Joerg Wunsch <j.gnu@uriah.heep.sax.de> |
| 6 |
|
|
| 7 |
|
* include/Makefile.am: add new subdir util/. |
| 8 |
* include/compat/deprecated.h: add inp/outp/sbi/cbi. |
* include/compat/deprecated.h: add inp/outp/sbi/cbi. |
| 9 |
* include/compat/ina90.h: add minimal doxygen documentation. |
* include/compat/ina90.h: add minimal doxygen documentation. |
| 10 |
* include/compat/twi.h: move to util/twi.h, leave stub. |
* include/compat/twi.h: move to util/twi.h, leave stub. |
| 11 |
* include/avr/crc16.h: move to util/crc16.h, leave stub. |
* include/avr/crc16.h: move to util/crc16.h, leave stub. |
| 12 |
* include/avr/delay.h: move to util/delay.h, leave stub. |
* include/avr/delay.h: move to util/delay.h, leave stub. |
| 13 |
* include/avr/parity.h: move to util/parity.h, leave stub. |
* include/avr/parity.h: move to util/parity.h, leave stub. |
| 14 |
|
* include/util/Makefile.am: (New file) |
| 15 |
* include/util/crc16.h: moved from avr/crc16.h. |
* include/util/crc16.h: moved from avr/crc16.h. |
| 16 |
* include/util/delay.h: moved from avr/delay.h. |
* include/util/delay.h: moved from avr/delay.h. |
| 17 |
* include/util/parity.h: moved from avr/parity.h. |
* include/util/parity.h: moved from avr/parity.h. |
| 18 |
* include/util/twi.h: moved from compat/twi.h, doxygenified. |
* include/util/twi.h: moved from compat/twi.h, doxygenified. |
| 19 |
* doc/examples/twitest/twitest.c: <compat/twi.h> -> <util/twi.h> |
* doc/examples/twitest/twitest.c: <compat/twi.h> -> <util/twi.h> |
| 20 |
* doc/examples/twitest/twitest.dox: (Ditto.) |
* doc/examples/twitest/twitest.dox: (Ditto.) |
| 21 |
|
* configur.ac: include include/util. |
| 22 |
|
|
| 23 |
2005-11-05 Anatoly Sokolov <aesok@pautinka.net> |
2005-11-05 Anatoly Sokolov <aesok@pautinka.net> |
| 24 |
|
|