Use a custom tick frequency
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 44
- Forks
- 7
- Avg merge
- 17h 58m
- Merged PRs (30d)
- 3
Description
os_io_seph_cmd_setup_ticker allows to set the frequency of the ticker event, which defaults at 100ms.
More frequent tickers (e.g. every 10ms) might be helpful to fine-tune the UX and improve performance of async tasks introduced in #248.
Caveat: os_io_seph_cmd_setup_ticker is not currently implemented in speculos.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating os_io_seph_cmd_setup_ticker and reading how its default 100ms frequency is used by the async tasks introduced in #248. Check the speculos implementation status noted in the issue; done means callers can select a custom ticker frequency, including more frequent intervals, with the speculos caveat addressed or clearly handled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- embedded-iot
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100