File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def nRF5_deps():
14
14
# Toolchain: arm-none-eabi-gcc.
15
15
http_archive (
16
16
name = "arm_none_eabi" ,
17
- sha256 = "a6dbabaabfc0150862c8cab20db11422b785c4cff4e13bd12281725ecacdf886 " ,
18
- strip_prefix = "bazel-arm-none-eabi-1.0 " ,
19
- url = "https://github.com/d-asnaghi/bazel-arm-none-eabi/archive/v1.0 .tar.gz" ,
17
+ sha256 = "3d3728cbe88b08c12cd2cb89afcff9294bd77be958c78188db77fdc8ab7e7a5d " ,
18
+ strip_prefix = "bazel-arm-none-eabi-1.1 " ,
19
+ url = "https://github.com/d-asnaghi/bazel-arm-none-eabi/archive/v1.1 .tar.gz" ,
20
20
)
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ def nrf_binary(
17
17
Args:
18
18
name: target description.
19
19
linker: path to an .ld file or label.
20
- sdk_srcs: path of nRF SDK .c files, relative to the SDK root.
20
+ sdk_srcs: path of nRF SDK .c and .a files, relative to the SDK root.
21
21
sdk_includes: path of nRF SDK include folders, relative to the SDK root.
22
22
srcs: cc_binary srcs.
23
23
copts: cc_binary copts.
24
24
deps: cc_binary deps.
25
25
linkopts: cc_binary linkopts.
26
26
**kwargs: cc_binary additional arguments.
27
- """
27
+ """
28
28
29
29
if name == None :
30
30
name = native .package_name ().split ("/" )[- 1 ]
You can’t perform that action at this time.
0 commit comments