Add k64f specific heap and stack size rounding for bss.boxes
Open
mirrored
- Dominant language
- C
- Stars
- 135
- Forks
- 72
- PR merge metrics
- No merged PRs in 30d
Description
This is an inefficient use of SRAM on K64F.
https://github.com/ARMmbed/uvisor/blob/master/api/inc/box_config.h#L59
@meriac
Contributor guide
Research direction
Start at api/inc/box_config.h#L59 and inspect how bss.boxes determines heap and stack sizes for K64F. Trace the existing size-rounding logic and identify the K64F-specific SRAM constraint described in the issue. Done means the configuration uses the requested K64F-specific rounding without reducing correctness.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- embedded-iot
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100