Skip to content

Commit a759081

Browse files
committed
Update EC commit, binary GPIO monitoring protocol
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]>
1 parent 6c310a8 commit a759081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/chromium/repos.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def chromium_repos():
88
git_repository(
99
name = "ec_src",
1010
remote = "https://chromium.googlesource.com/chromiumos/platform/ec",
11-
commit = "66e5906c59cf41a009803e2097b6810ca2775f2e",
11+
commit = "f2e0348f08352b88e005262df5494162013bbe16",
1212
build_file = "//third_party/chromium:BUILD.ec_src.bazel",
1313
patches = [
1414
"//third_party/chromium:ec-custom-version.patch",

0 commit comments

Comments
 (0)