Skip to content

Commit

Permalink
[opentitantool] Updated HyperDebug firmware
Browse files Browse the repository at this point in the history
Updated HyperDebug firmware with support for 1.5Mbaud sustained UART
throughput, and a bugfix for JTAG on non-default pins.

Change-Id: Idd087e15ebf9b9d5c76226ff7167e8196f657323
Signed-off-by: Jes B. Klinke <[email protected]>
(cherry picked from commit 05f3552)
  • Loading branch information
jesultra committed Nov 13, 2024
1 parent bb7b328 commit bbbd9b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/hyperdebug/repos.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
def hyperdebug_repos():
http_archive(
name = "hyperdebug_firmware",
urls = ["https://github.com/lowRISC/hyperdebug-firmware/releases/download/20240510_01/hyperdebug-firmware.tar.gz"],
sha256 = "72ce00ab54ea03583085b146ec26c9592bef177737c7635260fe2ab462589d47",
urls = ["https://github.com/lowRISC/hyperdebug-firmware/releases/download/20240529_01/hyperdebug-firmware.tar.gz"],
sha256 = "1ed9231800d6bf42ad28b5e44708bbcb63bb9611191be8886861970b0c58909d",
build_file = "@//third_party/hyperdebug:BUILD",
)

0 comments on commit bbbd9b0

Please sign in to comment.