MTres19 opened a new pull request #2664: URL: https://github.com/apache/incubator-nuttx/pull/2664
## Summary The RTR ioctl was not really usable (and few (any?) drivers implemented it. However, it's potentially useful and doesn't require a lot of work to support. ## Impact No changes needed to existing drivers. If drivers would like to support this ioctl, they should support/enable `CONFIG_CAN_USE_RTR` and set `co_remoterequest` to NULL. ## Testing Tested with TM4C123G Launchpad. [Test application](https://github.com/MTres19/ETCetera-tools/blob/dab39c7981c71715266e2fc69cc30c7aea86ef10/cantest_main.c#L556). ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
