eclipse-zenoh / zenoh-pico

Eclipse zenoh for pico devices
Other
119 stars 74 forks source link

Add support for Zephyr #14

Closed esteve closed 3 years ago

esteve commented 3 years ago

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 in src/net/unix/network.c).

esteve commented 3 years ago

@Mallets can you assign this ticket to me? Thanks.

Mallets commented 3 years ago

@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?

Mallets commented 3 years ago

@esteve I believe this issue was closed by PR24. We should be able to close the issue now. Anything still pending?

esteve commented 3 years ago

@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.

Mallets commented 3 years ago

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.