Searched full:echo (Results 1 – 8 of 8) sorted by relevance
28 echo $PATH_TO_ADD appended to PATH29 echo " "63 echo Starting CMSIS-Pack Generation: `date`70 echo "Error: No 7zip Utility found"71 echo "Action: Add 7zip to your path"72 echo " "82 echo "Error: No PackChk Utility found"83 echo "Action: Add PackChk to your path"84 echo "Hint: Included in CMSIS Pack:"85 echo "<pack_root_dir>/ARM/CMSIS/<version>/CMSIS/Utilities/<os>/"[all …]
165 echo $PATH_TO_ADD appended to PATH166 echo " "
2 echo "/* Autogenerated */"3 echo '#include <stddef.h>'4 echo '#include "examplelist.h"'8 echo "extern void ${line}(void);"10 echo "const struct lv_ci_example lv_ci_example_list[] = {"12 echo " { \"$line\", $line },";14 echo " { NULL, NULL }"15 echo "};"
8 echo $LVGL_VERSION_MAJOR.$LVGL_VERSION_MINOR
24 …run: git diff --exit-code >/dev/null 2>&1 || (echo "Please regenerate lv_conf_internal.h using scr…
36 echo "Please apply the preceding diff to your code or run scripts/code-format.py"
65 echo "::set-output name=VERSION_NAME::$(scripts/find_version.sh)"
98 echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc