Skip to content

Commit 16e5b05

Browse files
committed
Fix submodules and add path.bash to specify the path to the toolchain
1 parent 28531b7 commit 16e5b05

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,3 @@ libusb*/
4848
hidapi*/
4949
.idea/*
5050

51-
/reloader/

paths.bash

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
# Add the path to your build toolchain in your PATH here:
4+
#export PATH=/home/jf/nrf52/gcc-arm-none-eabi-9-2020-q2-update/bin/:$PATH

reloader

Submodule reloader added at 7b0905b

scripts/nrf52/build-boot.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
set -e # Exit when any command fails.
55
set -x # Echo all commands.
66

7+
source paths.bash
8+
79
# Show the Arm Toolchain version.
810
arm-none-eabi-gcc --version
911

0 commit comments

Comments
 (0)