Skip to content

Missing semaphore functions #59

Open
@schteve

Description

@schteve

It looks like these two functions are missing from the shim layer. We might want to add them someday. There are also FromISR variants for them.

  • xSemaphoreGetMutexHolder()
  • uxSemaphoreGetCount()

It's not much help just having the functions in the shim layer - we'd also want to add Rust code to make use of it. Both are probably straightforward as we already have Mutex types. Semaphore doesn't have a Counting-specific type (should it?), but GetCount is defined on both counting and binary semaphores anyway.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions