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]

CAN driver bugfix


Hello,

the following patch fixes a bug in eCos CAN driver. The flags of a CAN event need to be cleared before calling into low level hardware driver because the hardware driver does never clear flags but does set flags and the flags may be still set from a previous event stored into receive queue.

Attachment: can.patch
Description: Binary data


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