|
From: Branislav P. <bra...@us...> - 2005-06-02 07:48:01
|
Update of /cvsroot/openwince/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23214 Modified Files: ChangeLog Makefile.am Log Message: 2005-06-02 Branislav Petrovsky <bra...@sz...> * h8/h83048/rc.h: New file. * h8/h83048/tpc.h: Ditto. * h8/h83048/wdt.h: Ditto. * Makefile.am (nobase_openwinceinc_HEADERS): Added new files. Index: Makefile.am =================================================================== RCS file: /cvsroot/openwince/include/Makefile.am,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- Makefile.am 1 Jun 2005 14:15:39 -0000 1.30 +++ Makefile.am 2 Jun 2005 07:47:50 -0000 1.31 @@ -94,7 +94,10 @@ h8/h83048/itu.h \ h8/h83048/other.h \ h8/h83048/ports.h \ + h8/h83048/rc.h \ h8/h83048/sci.h \ + h8/h83048/tpc.h \ + h8/h83048/wdt.h \ h8/h8s2357/adc.h \ h8/h8s2357/bus.h \ h8/h8s2357/dac.h \ Index: ChangeLog =================================================================== RCS file: /cvsroot/openwince/include/ChangeLog,v retrieving revision 1.66 retrieving revision 1.67 diff -u -d -r1.66 -r1.67 --- ChangeLog 2 Jun 2005 07:42:00 -0000 1.66 +++ ChangeLog 2 Jun 2005 07:47:50 -0000 1.67 @@ -1,5 +1,12 @@ 2005-06-02 Branislav Petrovsky <bra...@sz...> + * h8/h83048/rc.h: New file. + * h8/h83048/tpc.h: Ditto. + * h8/h83048/wdt.h: Ditto. + * Makefile.am (nobase_openwinceinc_HEADERS): Added new files. + +2005-06-02 Branislav Petrovsky <bra...@sz...> + * h8/h8s2357/wdt.h (TCSR_OWF): Constant renamed to ... (TCSR_OVF): ... this one. |