File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -75,12 +75,19 @@ template("silabs_executable") {
75
75
" ${ chip_root } /scripts/flashing/silabs_firmware_utils.py"
76
76
_firmware_utils = " ${ chip_root } /scripts/flashing/firmware_utils.py"
77
77
flashing_options = [
78
- " silabs" , # Use module "{platform}_firmware_utils.py"
78
+ # Use module "{platform}_firmware_utils.py"
79
+ " silabs" ,
80
+
81
+ # flashbundle.txt file to create.
79
82
" --flashbundle-file" ,
80
83
rebase_path (_flashbundle_file , root_build_dir ),
81
- " --platform-firmware-utils" , # Platform-specific firmware module.
84
+
85
+ # Platform-specific firmware module to copy.
86
+ " --platform-firmware-utils" ,
82
87
rebase_path (_platform_firmware_utils , root_build_dir ),
83
- " --firmware-utils" , # General firmware module.
88
+
89
+ # General firmware module to copy.
90
+ " --firmware-utils" ,
84
91
rebase_path (_firmware_utils , root_build_dir ),
85
92
]
86
93
flashing_script_inputs = [
You can’t perform that action at this time.
0 commit comments