pw_console: Allow injecting args via Python call If you're invoking console directly from Python, you can provide arguments through an `argparse.Namespace`, instead of by trying to mess with `sys.argv` or forking another process. Change-Id: Ice4d09b6d10f7b9715152dff39990384b2977df4 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/172414 Reviewed-by: Armando Montanez <amontanez@google.com> Commit-Queue: Chad Norvell <chadnorvell@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/.