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
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