Skip to content

Commit

Permalink
Update EC commit, multiple bugfixes
Browse files Browse the repository at this point in the history
HyperDebug was prone to dropping serial data if the USB host failed to
issue IN transactions for just a few milliseconds, if the OT chip was
producing characters at maximum speed.

Also, overflow during GPIO monitoring could put HyperDebug into a state
in which subsequent GPIO monitoring operations would silently fail to
capture edges.

Signed-off-by: Jes B. Klinke <[email protected]>
  • Loading branch information
jesultra committed Jan 12, 2024
1 parent 07e16ea commit 6c310a8
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 = "983c86fb0539a9d13798e9c2a620ad7c52508ac3",
commit = "66e5906c59cf41a009803e2097b6810ca2775f2e",
build_file = "//third_party/chromium:BUILD.ec_src.bazel",
patches = [
"//third_party/chromium:ec-custom-version.patch",
Expand Down

0 comments on commit 6c310a8

Please sign in to comment.