aboutsummaryrefslogtreecommitdiff
path: root/pw_hdlc/py
AgeCommit message (Expand)Author
2023-11-01pw_{hdlc,system}: Enforce use of CancellableReaderCarlos Chinchilla
2023-09-28pw_{hdlc,rpc}: Add CancellableReaderCarlos Chinchilla
2023-09-18*: Use new TODO styleRob Mohr
2023-08-16pw_hdlc: Use explicit logger nameArmando Montanez
2023-08-11pw_hdlc: Mitigate errors on Python background threadJonathon Reinhart
2023-07-27pw_{console,hdlc}: Detect comms errors in PythonCarlos Chinchilla
2023-07-26python: Remove setup.py filesAnthony DiGirolamo
2023-07-07pw_hdlc: Handle sys.stdout without a buffer attributeWyatt Hepler
2023-06-27pw_hdlc: Add option to change HDLC frame parsingCarlos Chinchilla
2023-05-03pw_{system, hdlc}: Add support for no HDLCCarlos Chinchilla
2023-04-24pw_system: Add Channel ID console CLI argumentCarlos Chinchilla
2022-11-30python: Remove "yapf: disable"Rob Mohr
2022-11-30pw_hdlc: Format with blackRob Mohr
2022-11-09python: Change multiline typing importsRob Mohr
2022-10-20python: Start enforcing mypy --no-implicit-optionalRob Mohr
2022-10-19pw_hdlc: Support mypy --no-implicit-optionalRob Mohr
2022-08-25pw_hdlc: Decoder for HDLC frames and non-HDLC dataWyatt Hepler
2022-08-01pw_hdlc: Exponentially increase connection retry delaysWyatt Hepler
2022-07-29pw_hdlc: Remove rpc_console.pyAnthony DiGirolamo
2022-05-04pw_env_setup: Fix :python.tests targetAnthony DiGirolamo
2022-04-25python: Fix missing GN depsAnthony DiGirolamo
2022-04-14pw_hdlc: Make Python impl retain flag bytesErik Gilling
2022-04-07pw_rpc: Lossy channelArmando Montanez
2022-04-04pw_system: Use PySerial non-blocking modeAnthony DiGirolamo
2022-04-02pw_rpc: Add ChannelManipulatorArmando Montanez
2022-03-14pw_hdlc: Don't reuse socket when reconnectingKeir Mierle
2021-12-09pw_console: Serial bandwidth monitor toolbarAnthony DiGirolamo
2021-11-12pw_console: Load manually specified configAnthony DiGirolamo
2021-11-04pw_hdlc: rpc_console default 5s timeoutAnthony DiGirolamo
2021-10-08pw_transfer: Handle dropping the sender's final write chunkWyatt Hepler
2021-10-07pw_transfer: Integration tests with packet lossWyatt Hepler
2021-10-06pw_console: Serial bytes loggingAnthony DiGirolamo
2021-09-13pw_hdlc: Create BUILD.bazelAnthony DiGirolamo
2021-08-24pw_presubmit: Add cfg+toml to sources build checkAnthony DiGirolamo
2021-08-19python: setup.py -> setup.cfgAnthony DiGirolamo
2021-08-13pw_unit_test: Improve integration test reliabilityWyatt Hepler
2021-08-10pw_console: Force loading log protosCarlos Chinchilla
2021-08-06pw_hdlc: Add a TypeScript decoder implementationJared Weinstein
2021-08-04pw_rpc: Python client & C++ server integration testWyatt Hepler
2021-08-03pw_console: Allow for custom word completionAnthony DiGirolamo
2021-08-03pw_console: Refactor embed free functionAnthony DiGirolamo
2021-07-26pw_console: pass null token database if none givenCarlos Chinchilla
2021-06-29pw_hdlc: Depend on pw_console for rpc_console.pyAnthony DiGirolamo
2021-06-19pw_console: use embed() in rpc_console.pyAnthony DiGirolamo
2021-04-01pw_hdlc: Fix error handler for incorrect argumentMax Chen
2021-03-19pw_hdlc: Multibyte address supportAlexei Frolov
2021-02-02pw_hdlc: add on_read_error callback to read_and_process_dataMaksim Shmukler
2021-01-26pw_hdlc: Record and log raw bytes while decodingWyatt Hepler
2021-01-25pw_build: python_test_deps for Python packagesWyatt Hepler
2021-01-22pw_build: Make GN Python installation more robustWyatt Hepler