Skip to content

Commit

Permalink
Update EC commit, support for JTAG
Browse files Browse the repository at this point in the history
Add JTAG support within the CMSIS-DAP protocol.

This bit-banging implementation can operate up to approximately 500kbps,
setting the frequency higher will still produce valid JTAG waveforms,
but at slower than requested frequency.  (Generated JTAG waveforms are
slightly slower than requested no matter which frequency.)

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

0 comments on commit 7ecbb76

Please sign in to comment.