Replies: 4 comments 2 replies
-
How do you define the steps here? |
Beta Was this translation helpful? Give feedback.
-
AVRDUDE exits with a non-zero value when things went wrong, and with 0 when it thinks all went well. Try adding
Only when things go wrong (not seeing
Correct. Git mainline already has removed the empty lines. Try the newest to see how you like that.
Usually AVRDUDE stops when something goes wrong and usually AVRDUDE is quite good in saying what went wrong. So if the twelfth of your seventeen I realise you may want more explicit reassurance than you would get with |
Beta Was this translation helpful? Give feedback.
-
PR #1373 implements option |
Beta Was this translation helpful? Give feedback.
-
By and large this idea has been implemented, hence closing the discussion. |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I want to start a discussion about a better format of the avrdude log format. It might that I am missing a simple solution to the parsing problems i have with the avrdude log format. my current problems are:
now its:
using 55 lines
Here my suggestion with visual spaces per item done:
taking 5 lines less.
maybe even including the original command (-Uefuse:w:0xfc:m) at the starting of the item.
This not only makes reading the logs easier, but alsohelps parsing the output in a script.
what are your ideas?
Beta Was this translation helpful? Give feedback.
All reactions