This is the mail archive of the ecos-bugs@sources.redhat.com 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]

[Bug 1000149] New: mistaken trigger edge labels


http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000149

           Summary: mistaken trigger edge labels
           Product: eCos
           Version: CVS
          Platform: at91 (Atmel evaluation board (EB40))
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: normal
         Component: HAL
        AssignedTo: jifl@ecoscentric.com
        ReportedBy: twylyte@web.de
         QAContact: ecos-bugs@sources.redhat.com


In the file

ecos/packages/hal/arm/at91/var/current/include/var_io.h,

the following triggering edge labels seem to be interchanged. E.g., a "POS"
label means a negative edge and vice versa.

AT91_TC_CMR_TRIG_POS / AT91_TC_CMR_TRIG_NEG
AT91_TC_CMR_LDRA_TIOA_POS / AT91_TC_CMR_LDRA_TIOA_NEG
AT91_TC_CMR_LDRB_TIOA_POS / AT91_TC_CMR_LDRB_TIOA_NEG
AT91_TC_CMR_EEVTEDG_POS / AT91_TC_CMR_EEVTEDG_NEG

If this is intended, there are other labels in the same file (for example
AT91_AIC_SMR_EDGE_POS / AT91_AIC_SMR_EDGE_NEG ) that are defined in the other
way so there are inconsistencies anyway.



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


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