Thanks for sharing.
I see that the project is bypassing the NuttX network stack and is using TCPIP
instead
CONFIG_MODULE_ETHIF=y
CONFIG_MODULE_TCPIP=y
I'm curious about the rationale for this, would you happen to know that Chao?
Yours sincerely,
Peter
-Original Message-
From: chao an
I just saw about it in LinkedIn:
https://www.linkedin.com/feed/update/urn:li:activity:7321243748682633216
BR,
Alan
On Fri, Apr 25, 2025 at 10:19 AM Peter van der Perk <
peter.vanderp...@nxp.com> wrote:
> Thanks for sharing.
>
> I see that the project is bypassing the NuttX network stack and is
No I think they made a combination of Nuttx and the AUTOSAR BSW stack.
For example, they have an OS wrapper that supports the AUTOSAR OS API using
the Nuttx kernel.
https://gitee.com/haloos/vcos_components_rt_framework/tree/master/src
With this OS wrapper, they can directly integrate the ATUSOAR B