changeset 3024:f7daf5b30207

* cdl/hal_cortexm_lpc17xx.cdl: Do not implement the CYGINT_PROFILE_HAL_TIMER interface at present.
author jld
date Mon, 14 Mar 2011 12:08:48 +0000
parents ac63f351b044
children 0092797d62f6
files packages/hal/cortexm/lpc17xx/var/current/ChangeLog packages/hal/cortexm/lpc17xx/var/current/cdl/hal_cortexm_lpc17xx.cdl
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/packages/hal/cortexm/lpc17xx/var/current/ChangeLog
+++ b/packages/hal/cortexm/lpc17xx/var/current/ChangeLog
@@ -1,3 +1,8 @@
+2011-03-14  John Dallaway  <john@dallaway.org.uk>
+
+	* cdl/hal_cortexm_lpc17xx.cdl: Do not implement the
+	CYGINT_PROFILE_HAL_TIMER interface at present.
+
 2010-12-10  Ilija Kocho  <ilijak@siva.com.mk>
 
 	* cdl/hal_cortexm_lpc17xx.cdl:
@@ -16,7 +21,7 @@ 2010-12-10  Ilija Kocho  <ilijak@siva.co
 // ####GPLCOPYRIGHTBEGIN####                                                
 // -------------------------------------------                              
 // This file is part of eCos, the Embedded Configurable Operating System.   
-// Copyright (C) 2010 Free Software Foundation, Inc.                        
+// Copyright (C) 2010, 2011 Free Software Foundation, Inc.                        
 //
 // This program is free software; you can redistribute it and/or modify     
 // it under the terms of the GNU General Public License as published by     
--- a/packages/hal/cortexm/lpc17xx/var/current/cdl/hal_cortexm_lpc17xx.cdl
+++ b/packages/hal/cortexm/lpc17xx/var/current/cdl/hal_cortexm_lpc17xx.cdl
@@ -8,7 +8,7 @@
 ## ####ECOSGPLCOPYRIGHTBEGIN####                                            
 ## -------------------------------------------                              
 ## This file is part of eCos, the Embedded Configurable Operating System.   
-## Copyright (C) 2010 Free Software Foundation, Inc.                        
+## Copyright (C) 2010, 2011 Free Software Foundation, Inc.                        
 ##
 ## eCos is free software; you can redistribute it and/or modify it under    
 ## the terms of the GNU General Public License as published by the Free     
@@ -63,7 +63,6 @@ cdl_package CYGPKG_HAL_CORTEXM_LPC17XX {
     implements    CYGINT_HAL_DEBUG_GDB_STUBS_BREAK
     implements    CYGINT_HAL_VIRTUAL_VECTOR_SUPPORT
     implements    CYGINT_HAL_VIRTUAL_VECTOR_COMM_BAUD_SUPPORT
-    implements    CYGINT_PROFILE_HAL_TIMER
 
     requires      { CYGHWR_HAL_CORTEXM == "M3" }