We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d3ca90 commit 91007caCopy full SHA for 91007ca
scripts/build-all
@@ -62,9 +62,7 @@ fi
62
declare -A -g SUPPORTED
63
if $SKIP_UNSUPPORTED
64
then
65
- SUPPORTED["app/oxcon2023g0/app.toml"]=false
66
- SUPPORTED["app/demo-stm32g0-nucleo/app-g031.toml"]=false
67
- SUPPORTED["app/gimletlet/app-mgmt.toml"]=false
+ SUPPORTED["app/lpc55xpresso/app-sprot.toml"]=false
68
fi
69
70
included() {
@@ -81,6 +79,7 @@ mapfile -t ORDERED < <(
81
79
# Gimletlet and RoT carrier are first as the usual developer testbed.
82
80
echo app/rot-carrier/app.toml
83
echo app/gimletlet/app.toml
+echo app/grapefruit/app-dev.toml
84
# Next, the images used for the testbeds attached to lurch.
85
echo app/oxide-rot-1/app-dev.toml
86
echo app/gimlet/rev-c-lab.toml
0 commit comments