Investigate extended use of IOBs in SLIP network driver
Open
- Dominant language
- C
- Stars
- 4k
- Forks
- 1.7k
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 237
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.