Re: CAN RTR ioctl timeout

2020-12-08 Thread Matthew Trescott
Hi Alan, OK. I'll have to tackle this after I have regular data frames working on the Tiva. Thinking about it more, the "right" answer is probably to support both methods for dealing with RTR frames... Matt On Tue, Dec 8, 2020 at 6:44 AM Alan Carvalho de Assis wrote: > > Hi Matt, > > I think th

Re: CAN RTR ioctl timeout

2020-12-08 Thread Alan Carvalho de Assis
Hi Matt, I think the solution using timeout should be more appropriated. I don't remember using RTR and the test application doesn't use it. probably it was never exercised. Please submit a PR with your suggested modification. BR, Alan On 12/7/20, Matthew Trescott wrote: > Dear NuttX develop