Improve queue sharing efficiency #28

Open
opened 2026-06-20 16:25:27 +02:00 by eeeck · 0 comments
Owner

Currently CAN queue are being copied to the UART queue and then will be copied on the SD queue.

Maybe this can be made more efficient by sharing these objects instead of copying them. Check out RTOS mutexes, if they can be of help

Currently CAN queue are being copied to the UART queue and then will be copied on the SD queue. Maybe this can be made more efficient by sharing these objects instead of copying them. Check out RTOS mutexes, if they can be of help
eeeck added the enhancement label 2026-06-20 16:25:27 +02:00
eeeck self-assigned this 2026-06-20 16:25:27 +02:00
eeeck added this to the Thesis SCRUM project 2026-06-20 16:25:27 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: eeeck/CANdigger#28