nuttx/net/can
wangjinjing1 18820ef07d net/can: allow errmask to be set to CAN_ERR_FLAG;
For the LIN protocol, the error frame ID can be 0. This change is to ensure that all LIN error frames can pass the filter.

Signed-off-by: wangjinjing1 <wangjinjing1@xiaomi.com>
2026-01-19 15:13:14 +08:00
..
can.h net: make the sendmsg param type consistent with posix specification 2026-01-16 21:11:39 +08:00
can_bufpool.c
can_callback.c
can_conn.c
can_getsockopt.c
can_input.c
can_notifier.c
can_poll.c
can_recvmsg.c
can_sendmsg.c net: make the sendmsg param type consistent with posix specification 2026-01-16 21:11:39 +08:00
can_sendmsg_buffered.c can_sendmsg_buffered: fix can_sendmsg param type mismatch error 2026-01-16 21:11:39 +08:00
can_setsockopt.c net/can: allow errmask to be set to CAN_ERR_FLAG; 2026-01-19 15:13:14 +08:00
can_sockif.c
CMakeLists.txt
Kconfig
Make.defs