Skip to content

Commit a07a554

Browse files
facchinmdelta-G
authored andcommitted
Allow recompiling libfsp with different target folder
1 parent 7612b16 commit a07a554

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

extras/e2studioProjects/Santiago/fsp_to_arduino.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
CORE_PATH=$(pwd -P)/../../../
44
TARGET=UNOWIFIR4
5+
if [ $1 != "" ]; then
6+
TARGET=$1
7+
fi
58

69
# this part changes the makefile generated by e2studio (removing ra_gen from the build)
710
# then it cleans the build and re-build all again

0 commit comments

Comments
 (0)