Skip to content

Commit

Permalink
Fix submodules and add path.bash to specify the path to the toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
JF002 committed Dec 26, 2020
1 parent 28531b7 commit 16e5b05
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,3 @@ libusb*/
hidapi*/
.idea/*

/reloader/
4 changes: 4 additions & 0 deletions paths.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

# Add the path to your build toolchain in your PATH here:
#export PATH=/home/jf/nrf52/gcc-arm-none-eabi-9-2020-q2-update/bin/:$PATH
1 change: 1 addition & 0 deletions reloader
Submodule reloader added at 7b0905
2 changes: 2 additions & 0 deletions scripts/nrf52/build-boot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
set -e # Exit when any command fails.
set -x # Echo all commands.

source paths.bash

# Show the Arm Toolchain version.
arm-none-eabi-gcc --version

Expand Down

0 comments on commit 16e5b05

Please sign in to comment.