|
From: Branislav P. <bra...@us...> - 2005-06-01 14:15:48
|
Update of /cvsroot/openwince/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25222 Modified Files: ChangeLog Makefile.am NEWS Log Message: 2005-06-01 Branislav Petrovsky <bra...@sz...> * h8/h83048/adc.h: New file. * h8/h83048/dac.h: Ditto. * h8/h83048/dmac.h: Ditto. * h8/h83048/flash.h: Ditto. * h8/h83048/ic.h: Ditto. * h8/h83048/itu.h: Ditto. * h8/h83048/other.h: Ditto. * h8/h83048/ports.h: Ditto. * h8/h83048/sci.h: Ditto. * Makefile.am (nobase_openwinceinc_HEADERS): Added new files. Index: NEWS =================================================================== RCS file: /cvsroot/openwince/include/NEWS,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- NEWS 27 May 2005 12:12:06 -0000 1.45 +++ NEWS 1 Jun 2005 14:15:39 -0000 1.46 @@ -2,6 +2,7 @@ include-0.3.3: + * Added Renesas H8/3048 registers. * Added Renesas H8S/2357 registers. * Added Renesas SH7750 CCN registers. * Added Hitiachi HD64461 registers. Index: Makefile.am =================================================================== RCS file: /cvsroot/openwince/include/Makefile.am,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- Makefile.am 31 May 2005 11:46:32 -0000 1.29 +++ Makefile.am 1 Jun 2005 14:15:39 -0000 1.30 @@ -86,6 +86,15 @@ device/other/hd64461/pcc.h \ device/other/hd64461/stbsys.h \ device/other/hd64461/timer.h \ + h8/h83048/adc.h \ + h8/h83048/dac.h \ + h8/h83048/dmac.h \ + h8/h83048/flash.h \ + h8/h83048/ic.h \ + h8/h83048/itu.h \ + h8/h83048/other.h \ + h8/h83048/ports.h \ + h8/h83048/sci.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.63 retrieving revision 1.64 diff -u -d -r1.63 -r1.64 --- ChangeLog 1 Jun 2005 10:06:02 -0000 1.63 +++ ChangeLog 1 Jun 2005 14:15:39 -0000 1.64 @@ -1,5 +1,18 @@ 2005-06-01 Branislav Petrovsky <bra...@sz...> + * h8/h83048/adc.h: New file. + * h8/h83048/dac.h: Ditto. + * h8/h83048/dmac.h: Ditto. + * h8/h83048/flash.h: Ditto. + * h8/h83048/ic.h: Ditto. + * h8/h83048/itu.h: Ditto. + * h8/h83048/other.h: Ditto. + * h8/h83048/ports.h: Ditto. + * h8/h83048/sci.h: Ditto. + * Makefile.am (nobase_openwinceinc_HEADERS): Added new files. + +2005-06-01 Branislav Petrovsky <bra...@sz...> + * h8/h8s2357/wdt.h (__reserved): Fixed variable type. 2005-06-01 Branislav Petrovsky <bra...@sz...> |