commit | aa808b30c00588c9eba08ac3da1adc16301396f0 | [log] [tgz] |
---|---|---|
author | Asad Memon <asadmemon@google.com> | Thu Apr 20 18:22:04 2023 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 20 18:22:04 2023 +0000 |
tree | 8f04d045d75f3209d753ff93b3148f84a2030c1d | |
parent | de55dbeb9388f75c44bfb5d0f3d546e112f804f1 [diff] |
pw_web: Remove faulty csv validator from console This validator is pretty basic (like it throws if there are new lines in a csv field) and probably does not belong here. The underlying pw_tokenizer works fine even if some lines in csv are bad. Plan to improve the parsing logic in pw_tokenizer itself rather than in sample web console. Change-Id: I7e82fc159358b4f51509d8d5097fa63999b157f1 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/140110 Reviewed-by: Taylor Cramer <cramertj@google.com> Commit-Queue: Asad Memon <asadmemon@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/.