Skip to content

Commit

Permalink
bazel: Update cmsis_core checksum
Browse files Browse the repository at this point in the history
STM changed their repo name. Unfortunately this affects the checksum of
the archive, because the top-level directory in the .tar.gz is the name
of the repo.

Fixes: 365121598
Change-Id: I0d9bc1b5a1823ff9adf513ee3f74e074b0a1c6dd
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/234132
Commit-Queue: Auto-Submit <[email protected]>
Lint: Lint 🤖 <[email protected]>
Reviewed-by: Wyatt Hepler <[email protected]>
Pigweed-Auto-Submit: Ted Pudlik <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
  • Loading branch information
tpudlik authored and CQ Bot Account committed Sep 6, 2024
1 parent c1053db commit 2d7b15a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,9 @@ http_archive(
http_archive(
name = "cmsis_core",
build_file = "//third_party/stm32cube:cmsis_core.BUILD.bazel",
sha256 = "f711074a546bce04426c35e681446d69bc177435cd8f2f1395a52db64f52d100",
strip_prefix = "cmsis_core-5.4.0_cm4",
urls = ["https://github.com/STMicroelectronics/cmsis_core/archive/refs/tags/v5.4.0_cm4.tar.gz"],
sha256 = "32f226c31d7d1ff4a504404400603e047b99f405cd0c9a8f417f1f250251b829",
strip_prefix = "cmsis-core-5.4.0_cm4",
urls = ["https://github.com/STMicroelectronics/cmsis-core/archive/refs/tags/v5.4.0_cm4.tar.gz"],
)

# Configure Python toolchains and pip dependencies.
Expand Down

0 comments on commit 2d7b15a

Please sign in to comment.