Related issue: https://github.com/apache/nuttx/issues/5142.
Not using a work queue to handle CAN RX is basically wrong. Unfortunately
all NXP SocketCAN drivers are affected.
wt., 3 sty 2023 o 19:38 Xiang Xiao napisaĆ(a):
> Sorry, "you must do..." may confuse you. What I mean is the CAN driver.
Hi Jernej,
I faced similar issue some time all, I don't remember all the details but
in some special cases the script get the wrong information. I think it
happens when we do git reset --hard to some commit from old release.
I cloned again and it got fixed.
BR,
Alan
On Wednesday, January 4, 20
Hi,
It seems that calling can_input directly from IRQ got broken since the IOB
rewrite.
Before can_input only used dev->d_appdata, but now can_input overwrites the
dev->d_buf pointer as well.
https://github.com/apache/nuttx/blob/779a610ca3ba495640b49d6c36bce89784955e0d/net/can/can_input.c#L231
d
Hi Peter,
> It seems that calling can_input directly from IRQ got broken since the IOB
> rewrite.
> Before can_input only used dev->d_appdata, but now can_input overwrites
> the dev->d_buf pointer as well.
>
> https://github.com/apache/nuttx/blob/779a610ca3ba495640b49d6c36bce89784955e0d/net/can/c
Hi
I have a new configuration for an Olimex-ESP32-PoE board. I can compile
and build the nuttx flash without problems.
I did a
make export
and putted the generated nuttx-export folder into another project
(pysimCoder). The Makefile of the project, which correctly works with my
STM32 boards