Closed esteve closed 3 years ago
@Mallets can you assign this ticket to me? Thanks.
@esteve there is already the issue #8 which is very related to the porting to Zephyr. Are you fine if assign that issue to you as well since it is very related?
@esteve I believe this issue was closed by PR24. We should be able to close the issue now. Anything still pending?
@Mallets nothing really important. There's the CI improvements I mentioned in another ticket, but that discussion in the PLATFORMIO forums hasn't moved forward.
Ok, since the support for Zephyr has already been merged I'll close this issue. I've opened a new specific issue #29 to keep track of the PlatformIO matter.
Zephyr is an RTOS that has a mostly-POSIX layer. zenoh-pico is mostly abstracted and platform-agnostic, but there are still parts of the codebase that expect a Unix-like operating system (e.g.
getifaddrs
insrc/net/unix/network.c
).