apache / nuttx

Apache NuttX is a mature, real-time embedded operating system (RTOS)
https://nuttx.apache.org/
Apache License 2.0
2.82k stars 1.17k forks source link

Investigate extended use of IOBs in SLIP network driver #9410

Open michi-jung opened 1 year ago

michi-jung commented 1 year ago

See https://github.com/apache/nuttx/pull/9396#issuecomment-1565913288:

The current revision of the SLIP network driver uses two buffers per SLIP interface (see https://github.com/apache/nuttx/blob/dde8ae468e4698fb5b82a7cb8d7e10f0f91ad303/drivers/net/slip.c#L125).

This issue is meant as a reminder to investigate whether we can switch to the more resource efficient IOBs.

michi-jung commented 1 year ago

@xiaoxiang781216 and @acassis: Can you please assign me to this issue? Thanks.