commit | 6681e2e68ef55e6298733a2941448ad689289d54 | [log] [tgz] |
---|---|---|
author | Aaron Green <aarongreen@google.com> | Fri Feb 07 07:49:08 2025 -0800 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 07 07:49:08 2025 -0800 |
tree | 1ffcbacf71256988e2b395c389cc1c45900db757 | |
parent | c48adeb92ff36577a34f22cf7b2a0b8d0086a3b2 [diff] |
pw_containers: Refactor docs pw_containers has grown larger, and the doc treatment of different containers has been inconsistent. As a precursor to adding more size reports, this CL reorganizes the module docs into groups of container types: lists, maps, queues, sets, vectors and utilities. This makes it easier to navigate the docs, find the container you may be looking for, and see the relevant information for that container, such as examples, API references, and code size reports. Change-Id: Ie06ee797325111a0330836690c87c858c5212f3f Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/264772 Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> Commit-Queue: Aaron Green <aarongreen@google.com> Reviewed-by: Kayce Basques <kayce@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/.