ARMmbed / ARMmbed/sal-stack-lwip

sal-stack-lwip has a dependency on systick

Open
#37 2 comments 0 reactions 1 assignee Claimed by @bogdanm View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.