-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix mutex drop and support static mutex allocation # Conflicts: # include/zenoh-pico/system/platform/freertos_plus_tcp.h * Mark realloc args as unused * Use _z_task_t as a task wrapper argument * Fix task cancelling * Fix task free * Use _Z_RES_OK instead of 0 * Use gettimeofday for z_time functions * Replace z_result returns with _Z_RES and _Z_ERR * Fix potential race condition in z_task_cancel * Fix race condition on task deletion
- Loading branch information
Showing
2 changed files
with
127 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters