pkg/libcsp: initial commit
Contribution description
This PR adds libCSP as a package. This network stack was designed for embedded systems in smaller networks, such as Cubesats. More details on it can be found on its GitHub.
This work was started by @millotp while working with @ThingSat (CubeSat project with a RIOT-based payload in space). I'm adding this as a PR since it seems this network stack is used in CubeSat projects, so might be of interest for others.
Some things that could be improved:
- use of
conn_can, although it makes for easy code leads IMO for duplicate stack usage, I thinkcandevshould probably be directly used.
Testing procedure
A test is provided with a README, an automatic test is included as well.
@donsez might be interested.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want me to ignore this issue, please mark it with the "State: don't stale" label. Thank you for your contributions.
How can we move this forward? @fjmolinas still interested?