rust-embedded / rust-embedded/aarch32
Is a stack size of zero OK?
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 66
- Forks
- 25
- Avg merge
- 4d 6h
- Merged PRs (30d)
- 4
Description
Can we run with a stack set to zero size if it is known to not be required?
- Yes - cool, document that (and test it)
- No - cool, document that too and assert it in the linker script
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
No files or tests are named in the issue. Start by locating the linker script and the stack-size setup, then determine whether a zero-sized stack is supported; document the result and add the corresponding test or linker-script assertion described in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- embedded-iot
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100