|
From: Marcel T. <te...@us...> - 2005-07-12 03:42:36
|
Update of /cvsroot/openwince/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2452 Modified Files: ChangeLog Makefile.am NEWS Log Message: 2005-07-12 Marcel Telka <ma...@te...> * sh/sh7709s/intc.h: New file. * Makefile.am (nobase_openwinceinc_HEADERS): Added sh/sh7709s/intc.h. Index: NEWS =================================================================== RCS file: /cvsroot/openwince/include/NEWS,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- NEWS 29 Jun 2005 20:13:57 -0000 1.51 +++ NEWS 12 Jul 2005 03:42:23 -0000 1.52 @@ -5,6 +5,7 @@ * Added Renesas H8/3048 registers. * Added Renesas H8S/2357 registers. * Added Renesas SH7750 CCN registers. + * Added Renesas SH7709S INTC registers. * Added Hitiachi HD64461 registers. * Added more manufacturer entries into Manufacturer's Identification Code database. * Changes in stdint.h support: Index: Makefile.am =================================================================== RCS file: /cvsroot/openwince/include/Makefile.am,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- Makefile.am 28 Jun 2005 05:05:23 -0000 1.34 +++ Makefile.am 12 Jul 2005 03:42:23 -0000 1.35 @@ -116,6 +116,7 @@ h8/h8s2357/timer.h \ h8/h8s2357/tpu.h \ h8/h8s2357/wdt.h \ + sh/sh7709s/intc.h \ sh/sh7750/ccn.h \ std/mic.h Index: ChangeLog =================================================================== RCS file: /cvsroot/openwince/include/ChangeLog,v retrieving revision 1.81 retrieving revision 1.82 diff -u -d -r1.81 -r1.82 --- ChangeLog 29 Jun 2005 20:13:57 -0000 1.81 +++ ChangeLog 12 Jul 2005 03:42:23 -0000 1.82 @@ -1,3 +1,8 @@ +2005-07-12 Marcel Telka <ma...@te...> + + * sh/sh7709s/intc.h: New file. + * Makefile.am (nobase_openwinceinc_HEADERS): Added sh/sh7709s/intc.h. + 2005-06-29 Marcel Telka <ma...@te...> * configure.ac: Simplified support for Hitachi Workbench/IAR Compiler. |