Re: Re: d_len/d_buf arbitration for s32k1xx_flexcan

2023-01-09 Thread Carlos Sanchez
The PR which solved the interaction between main thread and error generation: https://github.com/apache/nuttx/pull/8060 This affects the stm32 CAN driver, actually. I mentioned s32x_error() because we have ported the error generation code to the s32k1xx CAN driver, because we needed that. The driv

Re: Problem with exported lib

2023-01-09 Thread Gustavo Henrique Nihei
Hi Roberto, The "export" command packs header and object files generated during build, allowing the user to import them into custom applications and out-of-tree boards. Linker scripts and compiler/linker flags should not be exported because those, in general, are both board and application-specifi