ARMmbed / ARMmbed/sal-stack-lwip
sal-stack-lwip has a dependency on systick
Open
bug
mirrored
- Dominant language
- C
- Stars
- 4
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
Systick should not be required for ethernet.
the systick handler in sal-stack-lwip calls `eth_arch_timer_callback` and increments a `systick_ms` counter.
The `eth_arch_timer_callback` API should be called from a minar periodic task.
The APIs that require `systick_ms` should use another API to provide it, e.g. lptimer, or minar_platform.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.