We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee3929 commit 16ca6b6Copy full SHA for 16ca6b6
extra/build.sh
@@ -82,7 +82,7 @@ line_comment_only='^\s*\/\*' # match lines starting with comment
82
line_continuation='\\$' # match lines ending with '\'
83
c_comment='\s*\/\*.*?\*\/' # match C-style comments and any preceding space
84
perl -i -pe "s/${c_comment}//gs unless /${line_preproc_ok}/ || (/${line_comment_only}/ && !/${line_continuation}/)" $(find ${VARIANT_DIR}/llext-edk/include/ -type f)
85
-for ext in elf bin hex; do
+for ext in elf bin hex uf2; do
86
rm -f firmwares/zephyr-$variant.$ext
87
if [ -f ${BUILD_DIR}/zephyr/zephyr.$ext ]; then
88
cp ${BUILD_DIR}/zephyr/zephyr.$ext firmwares/zephyr-$variant.$ext
0 commit comments