ARMmbed / ARMmbed/sal-stack-lwip
rx_core does not use locking primitives
Open
mirrored
- Dominant language
- C
- Stars
- 4
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
`rx_core` should use a C critical section instead of `__disable_irq()` and `__enable_irq()`
This issue relates to:
- https://github.com/ARMmbed/core-util/issues/74
- https://github.com/ARMmbed/core-util/issues/16
- https://github.com/ARMmbed/core-util/pull/18
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating rx_core in the repository and reading the linked core-util issues and pull request for the intended locking primitive. Done means replacing the __disable_irq() and __enable_irq() usage in rx_core with a C critical section while preserving the existing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- embedded-iot, networking
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100