-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nuttx/can.h: support timestamp for can frame. #14096
Conversation
[Experimental Bot, please feedback here] No, this PR does not meet the NuttX requirements. Here's why and how to improve it:
Example of an Improved Summary: "This PR adds support for CAN frame timestamps to provide more precise timing information for applications requiring accurate event sequencing or time-sensitive control. A new |
ce5648e
to
19b5cdf
Compare
@OceanfromXiaomi please include a driver example to be used as reference, also please update Documentation/ |
let me ask, how to deal with "include a driver example to be used as reference" |
@OceanfromXiaomi just implement the usage of CONFIG_CAN_TIMESTAMP in the can driver |
@acassis OK, I will code this driver example. |
@acassis please tell me update what and where in Documentation/, Thank you~ |
cd41109
to
c867fec
Compare
https://nuttx.apache.org/docs/latest/components/drivers/character/can.html |
@OceanfromXiaomi remove the merged patch from pr. |
f209d59
to
1cb94ef
Compare
and update "can.rst" file for add struct timeval ch_ts info. Signed-off-by: zhaohaiyang1 <[email protected]>
1cb94ef
to
300ddde
Compare
Summary
nuttx/can.h: support timestamp for can frame
and update "can.rst" file for add struct timeval ch_ts info.
Impact
NULL.
Testing
tested on the board with cortex-M architecture.