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 BSW stack without modification.
ETHIF and TCPIP are the names of AUTOSAR standard components. This will allow the use of AUTOSAR components, including the upper stack, like DoIP and other automotive protocol stacks, and drivers (which is MCAL in AUTOSAR). Best, Jaehee On Fri, Apr 25, 2025 at 6:54 AM Alan C. Assis <acas...@gmail.com> wrote: > 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 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 <magicd...@gmail.com> > > Sent: Thursday, April 24, 2025 7:02 PM > > To: dev@nuttx.apache.org > > Subject: [EXT] HaloOS: Implementation of AutoSAR OS based on the NuttX > > kernel > > > > > > Here is an interesting OS, an implementation of AutosarOS based on the > > Nuttx kernel, which seems to follow the OSEK OS standard: > > > > > > HaloOS: > > https://gitee.com/haloos > > > > NuttX Kernel: > > https://gitee.com/haloos/vcos_kernel_nuttx > > > > AutosarOS(OSEK) based on NuttX Kernel: > > https://gitee.com/haloos/vcos_components_rt_framework > > > > > > BRs, > > > -- Regards, Jaehee