We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74a4cce commit 77c4548Copy full SHA for 77c4548
2 files changed
tools/autobuild/autobuild.sh
@@ -69,7 +69,9 @@ fi
69
FW_TAG="-$FW_DATE-$FW_SEMVER"
70
71
# build new firmware
72
-cd ports/cc3200
+cd ports/alif
73
+build_alif_boards ${FW_TAG} ${LOCAL_FIRMWARE}
74
+cd ../cc3200
75
build_cc3200_boards ${FW_TAG} ${LOCAL_FIRMWARE}
76
cd ../esp8266
77
build_esp8266_boards ${FW_TAG} ${LOCAL_FIRMWARE}
tools/autobuild/build-boards.sh
@@ -86,6 +86,10 @@ function build_boards {
86
done
87
}
88
89
+function build_alif_boards {
90
+ build_boards modalif.c $1 $2 zip
91
+}
92
+
93
function build_cc3200_boards {
94
build_boards hal/cc3200_hal.c $1 $2 zip
95
0 commit comments