Commit a7ea710
committed
Fix save binary recipes
Issue raised here arduino/arduino-cli#355
Following the documentation
https://arduino.github.io/arduino-cli/platform-specification/#recipes-to-export-compiled-binary
Only one recipe.output.tmp_file and recipe.output.save_file should
be defined. The ".bin" only should be copied.
Now upload with arduino-cli works as "Export compiled Binary"
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>1 parent 0afb8dd commit a7ea710
1 file changed
Lines changed: 5 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | 136 | | |
141 | 137 | | |
142 | 138 | | |
143 | | - | |
144 | | - | |
145 | | - | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
146 | 144 | | |
147 | 145 | | |
148 | 146 | | |
| |||
0 commit comments