aboutsummaryrefslogtreecommitdiff
path: root/pw_i2c
AgeCommit message (Expand)Author
2022-06-30Replace some pwbug/### TODOs with b/###Rob Mohr
2022-06-29clang-tidy: Enable modernize-use-overrideTed Pudlik
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-13pw_bytes: Replace std::endian with pw::endianWyatt Hepler
2022-05-17tests: Migrate to pw::containers::Equal instead of std::equalEwout van Bekkum
2022-04-14pw_i2c: Add missing arg to initiator mock testTrinity Lundgren
2022-04-14pw_i2c: Add device test suiteTrinity Lundgren
2022-04-14pw_i2c: Add ProbeTransaction to test probes with Mock InitiatorTrinity Lundgren
2021-11-03OWNERS: Add throughout treeRob Mohr
2021-10-28clang-tidy: readability-container-size-emptyTed Pudlik
2021-10-12pw_polyfill: Move std::to_array to pw::containers::to_arrayWyatt Hepler
2021-10-04pw_i2c: Add support for data and register address endiannessKevin Zeng
2021-09-08pw_i2c: use timeout instead of for_at_leastEwout van Bekkum
2021-08-16overall: Adding `IgnoreError()` where Status was discardedAdrien Larbanet
2021-08-12misc: Update non-type template parameter styleWyatt Hepler
2021-07-29workspace: Updates Bazel build files to work in CINathaniel Brough
2021-07-14bazel: Rename BUILD to BUILD.bazelAkira Baruah
2021-06-29bazel: Remove unnecessary license commentsRob Mohr
2021-06-17pw_i2c: Fix invalid copyKevin Zeng
2021-06-16pw_i2c: Fix build issues with initiator mockKevin Zeng
2021-06-15pw_analog, pw_i2c: Format BUILD filesRob Mohr
2021-06-14pw_i2c: Add gmock for initiatorKevin Zeng
2021-06-10pw_base64/pw_i2c/pw_tokenizer: Inclusive languageRob Mohr
2021-05-24pw_i2c: Use inclusive languageRob Mohr
2021-05-14*: Run buildifier on BUILD filesRob Mohr
2021-05-05pw_i2c: Adds a mocked initiator implementationNathaniel Brough
2021-04-30pw_assert: Remove the deprecated light.h headerWyatt Hepler
2021-04-30pw_assert: Switch to the new header namesWyatt Hepler
2021-04-21pw_i2c: Add RegisterDevice classKevin Zeng
2021-04-19pw_i2c: Add Device classKevin Zeng
2021-04-18workspace: Adding bazel build formatter/linterNathaniel Brough
2021-02-11pw_i2c: Expose alternate Address constructors as staticMax Koopman
2020-12-22pw_i2c: relax initiator implementer requirementEwout van Bekkum
2020-12-12pw_i2c: Add i2c::Initiator interfaceEwout van Bekkum