commit | 42a82886e1fa1548ceae835e05cf3a503b73695d | [log] [tgz] |
---|---|---|
author | Emily Tucci <etucci@google.com> | Wed May 15 21:35:53 2024 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 15 21:35:53 2024 +0000 |
tree | 45c3c0fef26727d89ce917e24d92734ae3e076cc | |
parent | c7128f5797ce9d44a75ddaa9cd5ce21f02eb2b72 [diff] |
pw_bloat: Add padding to utilization Used space will increase as multiples of the largest alignment used in a linker script because padding is added to conform to the alignment requirements. The new Padding definition should allow developers to monitor application size change that is to small to cause realignment. Test: Included the changes in local project, rebuilt host_gn, and confirmed Padding was part of the size report generated as part of local build. Bug:276370736 Change-Id: Ia9f58f7a6eb4539335d49c4c92979d682bc9278b Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/209972 Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> Commit-Queue: Emily Tucci <etucci@google.com> Reviewed-by: Alexei Frolov <frolv@google.com>
Pigweed is an open source collection of embedded-targeted libraries–or as we like to call them, modules. These modules are building blocks and infrastructure that enable faster and more reliable development on small-footprint MMU-less 32-bit microcontrollers like the STMicroelectronics STM32L452 or the Nordic nRF52832.
For more information please see our website: https://pigweed.dev/.