Re: [PATCH] RTEMS CAN Rough Draft Implementation

2015-09-26 Thread Gedare Bloom
On Thu, Aug 27, 2015 at 2:45 PM, Isaac Gutekunst wrote: > Hi All, > > Here is the RTEMS CAN driver framework I've been talking about. Please give > me feedback, and don't worry about being harsh. I want to commit something > of value. > I found some time this morning, and took a look at the versio

Re: [PATCH] RTEMS CAN Rough Draft Implementation

2015-09-03 Thread Gedare Bloom
This is on my list but I'm back-logged. Hopefully someone else can check through it, preferably someone who is knowledgeable about CAN. :) On Thu, Aug 27, 2015 at 2:45 PM, Isaac Gutekunst wrote: > Hi All, > > Here is the RTEMS CAN driver framework I've been talking about. Please give > me feedbac

[PATCH] RTEMS CAN Rough Draft Implementation

2015-08-27 Thread Isaac Gutekunst
Hi All, Here is the RTEMS CAN driver framework I've been talking about. Please give me feedback, and don't worry about being harsh. I want to commit something of value. Concerns * Usage of return codes. * General higher level error handling. * Changing can bit rate. * In general, c