pw_protobuf: Use pw::InlineString for string fields - Use pw::InlineString instead of pw::Vector<char> for string fields. - Temporarily overload pw::string::Copy() for pw::InlineString<> to simplify transitioning away from pw::Vector<char>. Requires: pigweed-internal:31961 Change-Id: I1416f2d85471da4c174052a085cd896a0b1dc084 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/110111 Commit-Queue: Wyatt Hepler <hepler@google.com> Reviewed-by: Armando Montanez <amontanez@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/.