commit | bc2dd6423e290793f6c269747cf2be38e1be1c17 | [log] [tgz] |
---|---|---|
author | Wyatt Hepler <hepler@google.com> | Thu Sep 28 22:57:54 2023 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 28 22:57:54 2023 +0000 |
tree | b1b0bfa85bbfaed5412a1b98c91083307db6924f | |
parent | 9c83e14502e595e276cb4748be5a4babef127697 [diff] |
pw_containers: Rename files to variable_length_entry_queue VariableLengthEntryDeque is being renamed to VariableLengthEntryQueue. Double-ended operations (pop_back(), push_front()) are inefficient in this design, so won't be implemented. This commit renames the files and the next commit renames the functions. This is split to make it easier for Git to track the renames. Change-Id: Ic24e1edfe76e314a88216a2f7edc777b63bce16b Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/173450 Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com> Pigweed-Auto-Submit: Wyatt Hepler <hepler@google.com> Reviewed-by: Carlos Chinchilla <cachinchilla@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/.