commit | dabaf05670a549fa35f8f23d48f25308a71560fc | [log] [tgz] |
---|---|---|
author | Wyatt Hepler <hepler@google.com> | Tue Sep 19 15:19:33 2023 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 19 15:19:33 2023 +0000 |
tree | 507c86f6af30b9aa951796697a7921d7bfcd2430 | |
parent | 3593369ee0f7ace7f09593d11992376b34a9f3de [diff] |
pw_tokenizer: C++ Base64 detokenization improvements - Support interleaved message and non-message content. This makes it consistent with the Python detokenizer. - Handle messages that don't decode by leaving them in the output. - Buffer messages in std::string to support messages of any size and remove the dependency on pw_log_tokenized. Change-Id: Ibcfafafaafb0ac76e2081c7992646b23d1381bd4 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/171675 Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Pigweed-Auto-Submit: Wyatt Hepler <hepler@google.com> Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.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/.