Skip to content

Commit

Permalink
Update EC commit, GPIO monitoring fixes
Browse files Browse the repository at this point in the history
Two fixes for the GPIO monitoring (logic analyzer) functionality of the
HyperDebug firmware.  Before this, any SPI transaction would fail if
GPIO monitoring was ongoing.  Also, in some circumstances, characters
could be lost in the textual protocol used to retrieve GPIO events.

Signed-off-by: Jes B. Klinke <[email protected]>
  • Loading branch information
jesultra committed May 5, 2023
1 parent ddefc3f commit 5388589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/chromium/repos.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def chromium_repos():
git_repository(
name = "ec_src",
remote = "https://chromium.googlesource.com/chromiumos/platform/ec",
commit = "256b891b796853f7be17e2ca59034f08c4ca200b",
commit = "404e01803921535e6105976a9c3d3f490ceb72e2",
build_file = "//third_party/chromium:BUILD.ec_src.bazel",
patches = [
"//third_party/chromium:ec-custom-version.patch",
Expand Down

0 comments on commit 5388589

Please sign in to comment.