aboutsummaryrefslogtreecommitdiff
path: root/pw_hdlc
AgeCommit message (Expand)Author
2023-01-25targets/docs: Build with C++20Wyatt Hepler
2023-01-12pw_{hdlc,random}: Add missing #includesTed Pudlik
2022-12-15pw_hdlc: Fix missing <cstring> include in test codeSergio Soares
2022-12-06pw_hdlc: Small bazel BUILD file fixTed Pudlik
2022-11-30python: Remove "yapf: disable"Rob Mohr
2022-11-30pw_hdlc: Format with blackRob Mohr
2022-11-15pw_rpc/cmake: Clean up CMake supportEwout van Bekkum
2022-11-15pw_build/cmake: Migrate pw_add_module_library -> pw_add_libraryEwout van Bekkum
2022-11-10pw_web: Cleanup old yarn.lock and package.json filesAsad Memon
2022-11-09python: Change multiline typing importsRob Mohr
2022-11-09pw_hdlc: Remove unnecessary, noisy logsWyatt Hepler
2022-11-08pw_hdlc: Tag RPC example as "manual" in the Bazel buildWyatt Hepler
2022-11-06all_modules: Update OWNERS files to match stylingTim Laurence
2022-11-04pw_add_test: Migrate upstream pw_add_test to use PRIVATE_DEPSEwout van Bekkum
2022-10-20python: Start enforcing mypy --no-implicit-optionalRob Mohr
2022-10-19pw_hdlc: Support mypy --no-implicit-optionalRob Mohr
2022-10-08OWNERS: Add keep_sorted linesRob Mohr
2022-09-22pw_{hdlc,log,log_rpc,span}: Return pointer instead of iteratorPrabhu Karthikeyan Rajasekaran
2022-09-21hdlc: fix incorrect Zephyr library linkYuval Peress
2022-09-06pw_rpc: Remove ChannelOutput arg for ProcessPacketTaylor Cramer
2022-09-01pw_hdlc: Overload ReadAndProcessPackets w/o ChannelOutputTaylor Cramer
2022-08-25pw_hdlc: Decoder for HDLC frames and non-HDLC dataWyatt Hepler
2022-08-19pw_hdlc: Add size reportKeir Mierle
2022-08-18pw_hdlc: Add pw_sys_io HDLC system serverArmando Montanez
2022-08-15Fix or update references to pwbug/387Wyatt Hepler
2022-08-01pw_hdlc: Exponentially increase connection retry delaysWyatt Hepler
2022-07-29pw_hdlc: Remove rpc_console.pyAnthony DiGirolamo
2022-07-21pw_hdlc: Add FixedMtuChannelOutputArmando Montanez
2022-07-19pw_web_ui: Migrate all .ts tests to Jest and run using npm commandAsad Memon
2022-07-19pw_hdlc: Get the module to build with bazelTed Pudlik
2022-07-15pw_hdlc: Helpers for buffer sizingArmando Montanez
2022-06-29pw_span: Switch from std::span to pw::spanWyatt Hepler
2022-06-24pw_span: Explicitly specify pw_span dependencies in GNWyatt Hepler
2022-06-23pw_build: Add -Wextra-semi to internal_strict_warningsBen Lawson
2022-06-13pw_bytes: Replace std::endian with pw::endianWyatt Hepler
2022-05-19pw_hdlc: Minor Java test cleanupsWyatt Hepler
2022-05-17gtest: Fix up various tests to pass upstream googletestEwout van Bekkum
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-12pw_hdlc: Add Java encoder/decoderArmando Montanez
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
2022-02-16pw_status: Enforce [[nodiscard]] on pw::Status in upstream PigweedWyatt Hepler
2022-02-16Define new toolchains for Pigweed upstream useWyatt Hepler
2022-02-01pw_rpc: Remove the PayloadBuffer() APIWyatt Hepler
2022-01-24pw_rpc: ChannelOutput MTU function; docsWyatt Hepler
2021-12-17Zephyr implementation of pw_rpc and dependenciesYuval Peress