Problem with exported lib

2023-01-04 Thread Roberto Bucher
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

Re: Re: d_len/d_buf arbitration for s32k1xx_flexcan

2023-01-04 Thread Carlos Sanchez
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

RE: Re: d_len/d_buf arbitration for s32k1xx_flexcan

2023-01-04 Thread Peter van der Perk
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

Re: Version when building the latest NuttX

2023-01-04 Thread Alan C. Assis
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

Re: d_len/d_buf arbitration for s32k1xx_flexcan

2023-01-04 Thread raiden00pl
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.