mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 01:40:14 +01:00
tools/autobuild: Build alif boards as part of auto-build.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -69,7 +69,9 @@ fi
|
||||
FW_TAG="-$FW_DATE-$FW_SEMVER"
|
||||
|
||||
# build new firmware
|
||||
cd ports/cc3200
|
||||
cd ports/alif
|
||||
build_alif_boards ${FW_TAG} ${LOCAL_FIRMWARE}
|
||||
cd ../cc3200
|
||||
build_cc3200_boards ${FW_TAG} ${LOCAL_FIRMWARE}
|
||||
cd ../esp8266
|
||||
build_esp8266_boards ${FW_TAG} ${LOCAL_FIRMWARE}
|
||||
|
||||
@@ -86,6 +86,10 @@ function build_boards {
|
||||
done
|
||||
}
|
||||
|
||||
function build_alif_boards {
|
||||
build_boards modalif.c $1 $2 zip
|
||||
}
|
||||
|
||||
function build_cc3200_boards {
|
||||
build_boards hal/cc3200_hal.c $1 $2 zip
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user