Skip to content

Commit

Permalink
Update EC commit, binary GPIO monitoring protocol
Browse files Browse the repository at this point in the history
HyperDebug has memory to buffer tens of thousands of GPIO edge events,
when using the `GpioMonitoring` functionality.  However, transferring
them to opentitantool via the text console protocol over USB was
inefficient.  This change includes a new "vendor extension" to the
binary CMSIS-DAP protocol, to be used for efficiently retrieving many
events (basically a memory dump of the internal buffer.)

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

0 comments on commit a759081

Please sign in to comment.