This is the mail archive of the ecos-patches@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]

The AT91SAM7... allow 50MHz from external sources ...


... and this will reflect this in ecos:


Index: packages/hal/arm/at91/at91sam7s/current/cdl/hal_arm_at91sam7s.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/at91/at91sam7s/current/cdl/hal_arm_at91sam7s.cdl,v
retrieving revision 1.11
diff -r1.11 hal_arm_at91sam7s.cdl
223c223
< legal_values { 3000000 to 20000000}
---
> legal_values { 3000000 to CYGNUM_HAL_ARM_AT91_CLOCK_XI_FREQ_MAX}
239c239,247
< cdl_option CYGNUM_HAL_ARM_AT91_PMC_MOR_OSCCOUNT {
---
> cdl_option CYGNUM_HAL_ARM_AT91_CLOCK_XI_FREQ_MAX {
> display "input clock frequency maximum"
> flavor data
> calculated { CYGNUM_HAL_ARM_AT91_CLOCK_TYPE == "CRYSTAL" ? 20000000 : 50000000 }
> description "
> As oscilator the AT91SAM goes to 20MHz but as EXTCLOCK up to 50MHz."
> }
>
> cdl_option CYGNUM_HAL_ARM_AT91_PMC_MOR_OSCCOUNT {



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