Closed GoogleCodeExporter closed 9 years ago
Please make a git patch:
git clone git://gitorious.org/stm32flash/stm32flash.git
cd stm32flash
git checkout merging
# Now do your changes or copy in your edited file.
# Use "git diff" to see your changes and verify you don't change
# something else by accident.
# When you are done with your change
git commit -a
# Here enter a summary on the top line, then an empty line, then more comments.
# If you do several independent changes (e.g. fixing two different bugs) do
# a commit for each of them.
# To fix up a commit (also the patch commit message, use git commit -a --amend
git format-patch -o .. HEAD^
... this generates a patch file from your commit. Edit name/address if needed,
review code changes and comments and attach it here when it looks good.
Thanks!
Original comment by lists.to...@gmail.com
on 15 Aug 2013 at 1:21
Tomas, what does your patch exactly do, expressed in words?
Original comment by lists.to...@gmail.com
on 15 Sep 2013 at 9:58
The serial interface Windows-API uses another format for COM10..99 compared to
COM1 to COM9.
This was not handled ok in the code, probably never tested with > COM9...
I fixed this and it works now. It was tested with win-xp32, win7-32/64 using
TDM-GCC 32-bit toolchain executable.
Have fun, Tom.
Original comment by Tomas.Ku...@gmail.com
on 16 Sep 2013 at 10:35
It seems like this issue was already reported and fixed here:
http://code.google.com/p/stm32flash/issues/detail?id=5
Original comment by lists.to...@gmail.com
on 19 Sep 2013 at 8:27
Original comment by lists.to...@gmail.com
on 8 Dec 2013 at 11:50
Original issue reported on code.google.com by
Tomas.Ku...@gmail.com
on 15 Aug 2013 at 5:38