Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Platform synchronization api in C/Pico #247

Closed
6 tasks done
DenisBiryukov91 opened this issue Feb 22, 2024 · 0 comments
Closed
6 tasks done

Platform synchronization api in C/Pico #247

DenisBiryukov91 opened this issue Feb 22, 2024 · 0 comments
Labels
release Part of the next release

Comments

@DenisBiryukov91
Copy link
Contributor

DenisBiryukov91 commented Feb 22, 2024

Describe the release item

API like Mutex, Condvar, Clock, Sleep, etc. should be uniformly exposed in C/Pico (and C++ ?)

  • z_malloc, z_realloc, z_free
  • z_mutex..., z_condvar..., z_task...
  • z_sleep (PR ready)
  • z_clock..., z_time... (PR ready)
  • z_random... (PR ready)
  • replace zp_ prefix with z_ for related functions in zenoh-pico (PR ready)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Part of the next release
Projects
Status: Done
Development

No branches or pull requests

2 participants