|
56 | 56 | # Some may argue that this is only used by a script, BUT as soon someone accidentally or on purpose starts Arduino IDE
|
57 | 57 | # it will use the default Arduino IDE folders and so can corrupt the build environment.
|
58 | 58 | #
|
59 |
| -# Version: 2.0.0-Build_70 |
| 59 | +# Version: 2.0.2-Build_69 |
60 | 60 | # Change log:
|
61 | 61 | # 12 Jan 2019, 3d-gussner, Fixed "compiler.c.elf.flags=-w -Os -Wl,-u,vfprintf -lprintf_flt -lm -Wl,--gc-sections" in 'platform.txt'
|
62 | 62 | # 16 Jan 2019, 3d-gussner, Build_2, Added development check to modify 'Configuration.h' to prevent unwanted LCD messages that Firmware is unknown
|
|
173 | 173 | # Add selection of language in MK404 for MK2.5/S
|
174 | 174 | # 10 Feb 2022, 3d-gussner, Add SRCDIR for compatibility with build server
|
175 | 175 | # 13 Feb 2022, leptun , Fix -o for "Restoring" messages after failure
|
| 176 | +# 24 Feb 2022, 3d-gussner, Change to Arduino IDE 1.8.19 and Arduino boards 1.0.5 |
| 177 | +# Fix DEV_STATUS to set correctly on RC/BETA/ALPHA/DEVEL |
| 178 | +# Fix atmegaMK404 Board mem and flash modifications |
| 179 | +# Limit atmegaMK404 boards mem to 8,16,32 |
| 180 | +# 20 Jun 2022, 3d-gussner, Change to Ardunio_boards v 1.0.5-1 |
176 | 181 |
|
177 | 182 |
|
178 | 183 | SCRIPT_PATH="$( cd "$(dirname "$0")" ; pwd -P )"
|
@@ -230,7 +235,7 @@ while getopts b:c:d:g:h:i:j:l:m:n:o:p:v:x:y:?h flag
|
230 | 235 | # '?' 'h' argument usage and help
|
231 | 236 | if [ "$help_flag" == "1" ] ; then
|
232 | 237 | echo "***************************************"
|
233 |
| -echo "* PF-build.sh Version: 2.0.0-Build_70 *" |
| 238 | +echo "* PF-build.sh Version: 2.0.2-Build_69 *" |
234 | 239 | echo "***************************************"
|
235 | 240 | echo "Arguments:"
|
236 | 241 | echo "$(tput setaf 2)-b$(tput sgr0) Build/commit number"
|
|
0 commit comments