This is the mail archive of the ecos-cvs@sourceware.org mailing list for the ecos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ecos/packages/hal/arm/lpc24xx/var/current Chan ...


CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2008-11-04 16:19:37

Modified files:
	packages/hal/arm/lpc24xx/var/current: ChangeLog 
	packages/hal/arm/lpc24xx/var/current/cdl: hal_arm_lpc24xx.cdl 
	packages/hal/arm/lpc24xx/var/current/include: lpc24xx_misc.h 
	                                              var_io.h 
	packages/hal/arm/lpc24xx/var/current/src: lpc24xx_misc.c 

Log message:
	* cdl/hal_arm_lpc24xx.cdl: Added configuration options for ADC
	clock and RTC clock
	* include/lpc24xx_misc.h Added macros CYG_HAL_ARM_LPC24XX_PCLK() and
	CYG_HAL_ARM_LPC24XX_SET_POWER() for configuring on-chip peripherals
	Added CYG_HAL_ARM_LPC24XX_PIN_CFG() for configuration of pin function
	* src/lpc24xx_misc.c: Changed function hal_delay_us() to use the same
	timer (timer 0) like the eCos realtime clock. This safes one timer
	peripheral for application use.
	Fixed wrong clock divider table in hal_lpc_set_pclk(). Added ADC and
	RTC clock divider configuration and power on.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]