From 38a0febf916eafdffbcc35456e17a6538a67698c Mon Sep 17 00:00:00 2001 From: "Jes B. Klinke" Date: Mon, 29 Jan 2024 17:01:20 -0800 Subject: [PATCH] Update EC commit, generation of UART break condition Added USB control requests to get baud rate and to generate break condition. 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 4e3c314..cd0d43e 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 = "f2e0348f08352b88e005262df5494162013bbe16", + commit = "044f1c08fd531a361a72139b3bdee644c63ae588", build_file = "//third_party/chromium:BUILD.ec_src.bazel", patches = [ "//third_party/chromium:ec-custom-version.patch",