Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Size reports] Remove .heap from reports (#13056)
#### Problem For platforms that use it, the `.heap` section indicates memory available for the heap, that is, RAM not otherwise in use. Including it in size reports is confusing because a `.heap` increase is good. #### Change overview Remove `.heap` from the default section list of the platforms where it currently appears, namely Mbed and P6. #### Testing Manually checked on a P6 binary.
- Loading branch information