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
82
82
line_continuation=' \\$' # match lines ending with '\'
83
83
c_comment=' \s*\/\*.*?\*\/' # match C-style comments and any preceding space
84
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
+
85
86
for ext in elf bin hex; do
86
87
rm -f firmwares/zephyr-$variant .$ext
87
88
if [ -f ${BUILD_DIR} /zephyr/zephyr.$ext ]; then
88
89
cp ${BUILD_DIR} /zephyr/zephyr.$ext firmwares/zephyr-$variant .$ext
89
90
fi
90
91
done
92
+ cp ${BUILD_DIR} /zephyr/zephyr.dts firmwares/zephyr-$variant .dts
93
+ cp ${BUILD_DIR} /zephyr/.config firmwares/zephyr-$variant .config
91
94
92
95
# Generate the provides.ld file for linked builds
93
96
echo " Generating exported symbol scripts"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ manifest:
21
21
projects :
22
22
- name : zephyr
23
23
remote : arduino
24
- revision : zephyr-arduino-20250714
24
+ revision : zephyr-arduino-v4.2.0
25
25
import :
26
26
name-allowlist :
27
27
- cmsis
You can’t perform that action at this time.
0 commit comments