commit | a0b96183e45057a166d8fb5faf9fc011120c9ecb | [log] [tgz] |
---|---|---|
author | Aaron Green <aarongreen@google.com> | Fri Jun 21 23:19:33 2024 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 21 23:19:33 2024 +0000 |
tree | 454967e2fe93780891e1eb8b4ed25e2c1a1bab77 | |
parent | 20f3739c55ea8600caa6ededd61ac05fcd80b4d2 [diff] |
pw_allocator: Use specific block allocator headers and targets This CL removes the //pw_allocator:block_allocator target and the block_allocator.h header that both included all the BlockAllocator implementations. Consumers are now expected to depend on and include the individual bloack allocator targets and headers. Change-Id: I3a3d391d9d5b1fbfbda858fe87358d0b5f6f499d Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/211917 Reviewed-by: Taylor Cramer <cramertj@google.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> Commit-Queue: Aaron Green <aarongreen@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/.