Skip to content

Commit

Permalink
Update EC commit, support for SPI1, blue button
Browse files Browse the repository at this point in the history
Add SPI1 as another SPI port, in addition to SPI2 and QSPI.  Unlike
existing SPI and I2C ports, the pins of SPI1 default to being GPIO, and
must explicitly be configured as "Alternate" mode, in order for SPI to
be used on them.  This is done to maintain compatibility with existing
uses of the pins.

Pressing the blue button on HyperDebug will pull a configurable "reset"
pin low (provided it is configured to have output enabled), default is
CN10_29.

Signed-off-by: Jes B. Klinke <[email protected]>
  • Loading branch information
jesultra committed Sep 11, 2023
1 parent 92606b0 commit 9a1194a
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 = "d7c69daa0837e015ee593842ff5f9f85dd046894",
commit = "73a4bda214e42181858330dbbd5f971e2547b3f8",
build_file = "//third_party/chromium:BUILD.ec_src.bazel",
patches = [
"//third_party/chromium:ec-custom-version.patch",
Expand Down

0 comments on commit 9a1194a

Please sign in to comment.