Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

LwIP's sys_arch realization calls prohibited osSemaphore* functions from ISR #548

@Snarkorel

Description

@Snarkorel

Current realization of LwIP's sys_arch.cpp sys_arch_sem_wait() function calls osSemaphoreWait() function from CMSIS-RTOS API, that's prohibited to use while we are in interrupt handler.
It should be rewritten to use ISR-safe methods, e. g. queue or mailbox.

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