File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -82,12 +82,15 @@ line_comment_only='^\s*\/\*' # match lines starting with comment
8282line_continuation=' \\$' # match lines ending with '\'
8383c_comment=' \s*\/\*.*?\*\/' # match C-style comments and any preceding space
8484perl -i -pe " s/${c_comment} //gs unless /${line_preproc_ok} / || (/${line_comment_only} / && !/${line_continuation} /)" $( find ${VARIANT_DIR} /llext-edk/include/ -type f)
85+
8586for ext in elf bin hex; do
8687 rm -f firmwares/zephyr-$variant .$ext
8788 if [ -f ${BUILD_DIR} /zephyr/zephyr.$ext ]; then
8889 cp ${BUILD_DIR} /zephyr/zephyr.$ext firmwares/zephyr-$variant .$ext
8990 fi
9091done
92+ cp ${BUILD_DIR} /zephyr/zephyr.dts firmwares/zephyr-$variant .dts
93+ cp ${BUILD_DIR} /zephyr/.config firmwares/zephyr-$variant .config
9194
9295# Generate the provides.ld file for linked builds
9396echo " Generating exported symbol scripts"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ manifest:
2121 projects :
2222 - name : zephyr
2323 remote : arduino
24- revision : zephyr-arduino-20250714
24+ revision : zephyr-arduino-v4.2.0
2525 import :
2626 name-allowlist :
2727 - cmsis
You can’t perform that action at this time.
0 commit comments