From 5e3ee770e21dc8368b02a6833c374cdf2ca95e73 Mon Sep 17 00:00:00 2001 From: "Jes B. Klinke" Date: Tue, 19 Dec 2023 13:06:03 -0800 Subject: [PATCH] Update EC commit, gpio monitoring fix Previously, HyperDebug could get confused, if "transport init" was run while there were GPIO monitoring in progress, typically because a test failed or was interrupted before completing. This would lead into a status where HyperDebug responded correctly, but never recorded any more edge detections, until it was reset. Also, a Google extension to the CMSIS-DAP protocol for advertising support for other extensions was not properly implemented. (And has not yet been used by opentitantool.) Signed-off-by: Jes B. Klinke --- third_party/chromium/repos.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/chromium/repos.bzl b/third_party/chromium/repos.bzl index 5abbbad..91906ff 100644 --- a/third_party/chromium/repos.bzl +++ b/third_party/chromium/repos.bzl @@ -8,7 +8,7 @@ def chromium_repos(): git_repository( name = "ec_src", remote = "https://chromium.googlesource.com/chromiumos/platform/ec", - commit = "19ad8601c6b626f7c42e3889f13c7e3485e16b62", + commit = "c22816fc39169d633061ae9670e4eb8c24eec8bd", build_file = "//third_party/chromium:BUILD.ec_src.bazel", patches = [ "//third_party/chromium:ec-custom-version.patch",