Home
last modified time | relevance | path

Searched full:echo (Results 1 – 8 of 8) sorted by relevance

/lvgl-latest/env_support/cmsis-pack/
Dgen_pack.sh28 echo $PATH_TO_ADD appended to PATH
29 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 …]
DREADME.md165 echo $PATH_TO_ADD appended to PATH
166 echo " "
/lvgl-latest/scripts/
Dgenexamplelist.sh2 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 "};"
Dfind_version.sh8 echo $LVGL_VERSION_MAJOR.$LVGL_VERSION_MINOR
/lvgl-latest/.github/workflows/
Dcheck_conf.yml24 …run: git diff --exit-code >/dev/null 2>&1 || (echo "Please regenerate lv_conf_internal.h using scr…
Dcheck_style.yml36 echo "Please apply the preceding diff to your code or run scripts/code-format.py"
Dcompile_docs.yml65 echo "::set-output name=VERSION_NAME::$(scripts/find_version.sh)"
Dccpp.yml98 echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc