[roll] Roll third_party/pigweed pw_{console,hdlc}: Detect comms errors in Python

- Log raised exceptions when reading a communication transport.
- Detect socket disconnects when reading or writing.
- Make console try to reconnect on socket disconnect events.

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/155814
Original-Revision: 598599c0d2448391a0cec6ca03c00a76650a063e
GitOrigin-RevId: 99e9c3e71b00e68014e149562819d1fac0b18544
Change-Id: I5b1cca581516ca06f8e6306c0d40db0308ac432e
1 file changed
tree: c4d61322a42235bc5ae7cd7036f868660f513df4
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.