Open michi-jung opened 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.
@xiaoxiang781216 and @acassis: Can you please assign me to this issue? Thanks.
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.