|
@@ -56,7 +56,7 @@
|
|
# Some may argue that this is only used by a script, BUT as soon someone accidentally or on purpose starts Arduino IDE
|
|
# Some may argue that this is only used by a script, BUT as soon someone accidentally or on purpose starts Arduino IDE
|
|
# it will use the default Arduino IDE folders and so can corrupt the build environment.
|
|
# it will use the default Arduino IDE folders and so can corrupt the build environment.
|
|
#
|
|
#
|
|
-# Version: 2.0.0-Build_67
|
|
|
|
|
|
+# Version: 2.0.0-Build_69
|
|
# Change log:
|
|
# Change log:
|
|
# 12 Jan 2019, 3d-gussner, Fixed "compiler.c.elf.flags=-w -Os -Wl,-u,vfprintf -lprintf_flt -lm -Wl,--gc-sections" in 'platform.txt'
|
|
# 12 Jan 2019, 3d-gussner, Fixed "compiler.c.elf.flags=-w -Os -Wl,-u,vfprintf -lprintf_flt -lm -Wl,--gc-sections" in 'platform.txt'
|
|
# 16 Jan 2019, 3d-gussner, Build_2, Added development check to modify 'Configuration.h' to prevent unwanted LCD messages that Firmware is unknown
|
|
# 16 Jan 2019, 3d-gussner, Build_2, Added development check to modify 'Configuration.h' to prevent unwanted LCD messages that Firmware is unknown
|
|
@@ -169,8 +169,13 @@
|
|
# 21 Jan 2022, 3d-gussner, Sort variants
|
|
# 21 Jan 2022, 3d-gussner, Sort variants
|
|
# Add Arduino 1.8.19 as an option
|
|
# Add Arduino 1.8.19 as an option
|
|
# 25 Jan 2022, 3d-gussner, Allow upper and lower case for MK404
|
|
# 25 Jan 2022, 3d-gussner, Allow upper and lower case for MK404
|
|
|
|
+# 09 Feb 2022, 3d-gussner, Add community language firmware files for MK2.5/S
|
|
|
|
+# Add selection of language in MK404 for MK2.5/S
|
|
|
|
+# 10 Feb 2022, 3d-gussner, Add SRCDIR for compatibility with build server
|
|
|
|
+
|
|
|
|
|
|
SCRIPT_PATH="$( cd "$(dirname "$0")" ; pwd -P )"
|
|
SCRIPT_PATH="$( cd "$(dirname "$0")" ; pwd -P )"
|
|
|
|
+export SRCDIR=$SCRIPT_PATH
|
|
|
|
|
|
#### Start: Failures
|
|
#### Start: Failures
|
|
failures()
|
|
failures()
|
|
@@ -224,7 +229,7 @@ while getopts b:c:d:g:h:i:j:l:m:n:o:p:v:x:y:?h flag
|
|
# '?' 'h' argument usage and help
|
|
# '?' 'h' argument usage and help
|
|
if [ "$help_flag" == "1" ] ; then
|
|
if [ "$help_flag" == "1" ] ; then
|
|
echo "***************************************"
|
|
echo "***************************************"
|
|
-echo "* PF-build.sh Version: 2.0.0-Build_67 *"
|
|
|
|
|
|
+echo "* PF-build.sh Version: 2.0.0-Build_69 *"
|
|
echo "***************************************"
|
|
echo "***************************************"
|
|
echo "Arguments:"
|
|
echo "Arguments:"
|
|
echo "$(tput setaf 2)-b$(tput sgr0) Build/commit number"
|
|
echo "$(tput setaf 2)-b$(tput sgr0) Build/commit number"
|