nuttx/can: support to Send message priority sorting function.

Linked list-based priority sorting function for sending messages.

Signed-off-by: gaohedong <gaohedong@xiaomi.com>
This commit is contained in:
gaohedong
2024-10-10 19:45:46 +08:00
committed by GUIDINGLI
parent 8e2f8be671
commit cfc90ad1f3
7 changed files with 670 additions and 161 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
# ##############################################################################
if(CONFIG_CAN)
set(SRCS can.c)
set(SRCS can.c can_sender.c)
if(CONFIG_CAN_MCP2515)
list(APPEND SRCS mcp2515.c)