Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-13 | tools: Add filesystem action examples to pyboard.py help. | Brianna Laugher | |
Signed-off-by: Brianna Laugher <brianna.laugher@gmail.com> | |||
2020-06-05 | docs: Fix Sphinx 3.x warnings, and enable warnings-as-errors on build. | David Lechner | |
This enables warnings as errors and fixes all current errors, namely: - reference to terms in the glossary must now be explicit (:term:) - method overloads must not be declared as a separate method or must use :noindex: - 2 cases where `` should have been used instead of ` | |||
2020-03-30 | tools/pyboard.py: Add -d as an alias for --device. | Lars Kellogg-Stedman | |
2020-03-30 | tools/pyboard.py: Support setting device/baudrate from shell env vars. | Lars Kellogg-Stedman | |
Allow defaults for --device and --baudrate to be set in the environment using PYBOARD_DEVICE and PYBOARD_BAUDRATE. | |||
2019-12-04 | docs/reference: Add docs describing use of pyboard.py. | Jim Mussared | |