ESP32-CAN-Driver icon indicating copy to clipboard operation
ESP32-CAN-Driver copied to clipboard

Patch 2

Open worker2345234 opened this issue 8 years ago • 4 comments

Now it should the speedup work and the patch compile. Sorry, I'm new at github and I transfer the patches manually from my own project to the online repo.

worker2345234 avatar Dec 08 '17 12:12 worker2345234

I would prefer having the pxHighPriWoken as an optional pointer to CAN_read_frame. The return value could be a bit confusing as the user might expect something like worked/didnt work. Having an optional pointer is a better API I think.

void CAN_read_frame(BaseType_t* fYieldRequired) or similar

ThomasBarth avatar Dec 10 '17 00:12 ThomasBarth

here we go...

worker2345234 avatar Jan 19 '18 13:01 worker2345234

What's the status on this? I know it has been a long time.

nikeee avatar May 07 '19 22:05 nikeee

how is it going here?

hackrid avatar Jul 26 '19 09:07 hackrid