Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit ced4cf0

Browse files
committed
changes version of EmbeddedUtilities
1 parent 0380fb0 commit ced4cf0

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

Readme.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ you will need to add the following lines::
3838

3939
http_archive(
4040
name = "EmbeddedUtilities",
41-
strip_prefix = "EmbeddedUtil-0.3.1",
42-
urls = ["https://github.com/es-ude/EmbeddedEmbeddedUtilities/archive/v0.3.1.tar.gz"],
41+
strip_prefix = "EmbeddedUtil-0.3.2",
42+
urls = ["https://github.com/es-ude/EmbeddedUtilities/archive/v0.3.2.tar.gz"],
4343
)
4444

4545
http_archive(
@@ -50,8 +50,8 @@ you will need to add the following lines::
5050
5151
http_archive(
5252
name = "CommunicationModule",
53-
strip_prefix = "CommunicationLibrary-0.1.7",
54-
urls = ["https://github.com/es-ude/CommunicationLibrary/archive/v0.1.7.tar.gz"],
53+
strip_prefix = "CommunicationLibrary-0.1.8",
54+
urls = ["https://github.com/es-ude/CommunicationLibrary/archive/v0.1.8.tar.gz"],
5555
)
5656

5757
Alternatively you can copy the dependencies from ``WORKSPACE`` file

WORKSPACE

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ workspace(
33
)
44

55
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
6-
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
76

87
http_archive(
98
name = "EmbeddedSystemsBuildScripts",
@@ -43,21 +42,21 @@ http_archive(
4342
http_archive(
4443
name = "LUFA",
4544
build_file = "@EmbeddedSystemsBuildScripts//:BUILD.LUFA",
45+
sha256 = "44294343284717ca63f07e7788680410a994a3c7f8ce27a784783bbfee09430e",
4646
strip_prefix = "lufa-LUFA-170418",
4747
urls = ["http://fourwalledcubicle.com/files/LUFA/LUFA-170418.zip"],
48-
sha256 = "44294343284717ca63f07e7788680410a994a3c7f8ce27a784783bbfee09430e",
4948
)
5049

5150
http_archive(
5251
name = "EmbeddedUtilities",
52+
sha256 = "49e7d2c02bf5bcc10afe94f1d8233f2f0601c7a166d38e32409e2312abf7950e",
5353
strip_prefix = "EmbeddedUtilities-0.3.2",
54-
urls = ["https://github.com/es-ude/EmbeddedEmbeddedUtilities/archive/v0.3.1.tar.gz"],
55-
sha256 = "234c12e024bbd247bd4247b379eeca403ac7fab23a3bbb28df917508da37b40d",
54+
urls = ["https://github.com/es-ude/EmbeddedUtilities/archive/v0.3.2.tar.gz"],
5655
)
5756

5857
http_archive(
5958
name = "PeripheralInterface",
59+
sha256 = "4f00ab56c6a7485ad813423c156cc6b895a68d3625a5c8e534a3be38aed5337d",
6060
strip_prefix = "PeripheralInterface-0.7.1",
6161
urls = ["https://github.com/es-ude/PeripheralInterface/archive/v0.7.1.tar.gz"],
62-
sha256 = "4f00ab56c6a7485ad813423c156cc6b895a68d3625a5c8e534a3be38aed5337d",
6362
)

0 commit comments

Comments
 (0)