Skip to content

Commit

Permalink
changed version of ESBuildScripts and versions in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DerDavidos committed Nov 20, 2020
1 parent 21313ac commit aa9d209
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@ you will need to add the following lines::

http_archive(
name = "EmbeddedUtilities",
strip_prefix = "EmbeddedUtil-0.3",
urls = ["https://github.com/es-ude/EmbeddedEmbeddedUtilities/archive/v0.3.tar.gz"],
strip_prefix = "EmbeddedUtil-0.3.1",
urls = ["https://github.com/es-ude/EmbeddedEmbeddedUtilities/archive/v0.3.1.tar.gz"],
)

http_archive(
name = "PeripheralInterface",
strip_prefix = "PeripheralInterface-0.6",
urls = ["https://github.com/es-ude/PeripheralInterface/archive/v0.6.tar.gz"],
strip_prefix = "PeripheralInterface-0.7.1",
urls = ["https://github.com/es-ude/PeripheralInterface/archive/v0.7.1.tar.gz"],
)
http_archive(
name = "CommunicationModule",
strip_prefix = "CommunicationLibrary-0.1.5",
urls = ["https://github.com/es-ude/CommunicationLibrary/archive/v0.1.5.tar.gz"],
strip_prefix = "CommunicationLibrary-0.1.7",
urls = ["https://github.com/es-ude/CommunicationLibrary/archive/v0.1.7.tar.gz"],
)

Alternatively you can copy the dependencies from ``WORKSPACE`` file
Expand Down
7 changes: 3 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")

http_archive(
name = "EmbeddedSystemsBuildScripts",
strip_prefix = "EmbeddedSystemsBuildScripts-0.5.3",
strip_prefix = "EmbeddedSystemsBuildScripts-1.0.1",
type = "tar.gz",
urls = ["https://github.com/es-ude/EmbeddedSystemsBuildScripts/archive/v0.5.3.tar.gz"],
sha256 = "b06d3fd0065e70fcad15a2e81adfcb86a8d53c4fb44c44b5e02b8fd2b73e8e5a",
urls = ["https://github.com/es-ude/EmbeddedSystemsBuildScripts/archive/v1.0.1.tar.gz"],
)

load("@EmbeddedSystemsBuildScripts//AvrToolchain:avr.bzl", "avr_toolchain")
load("@EmbeddedSystemsBuildScripts//Toolchains/Avr:avr.bzl", "avr_toolchain")

avr_toolchain()

Expand Down

0 comments on commit aa9d209

Please sign in to comment.