Closed GoogleCodeExporter closed 9 years ago
Can you not specify an include path instead in the compiler options as is done
for POSIX systems? eg: -I../
Original comment by ge...@spacevs.com
on 10 Nov 2011 at 10:45
Hi there!Please tell me how to use the stm32Flash codes in devcpp!
Please assist!
Original comment by migabo.e...@gmail.com
on 20 Sep 2012 at 12:05
In absence of the maintainer, I have set up a git repository where I will try
to incorporate all outstanding patches:
https://gitorious.org/stm32flash/stm32flash#more
I made a patch reorganizing all Makefiles and taking care of this issue, in the
issue16 branch. Comments are welcome.
Original comment by lists.to...@gmail.com
on 17 Nov 2012 at 8:40
I have merged the Makefile changes and the other outstanding patches to my
"merging" branch, where I have also added a fix for the progress indicator (c)
on Windows. Also the assertion (b) has been replaced by an error message. It
builds and runs fine on MinGW/Windows 7 (tested read from flash).
For a non-existing COM port (a) stm32flash will now at least report that it
failed to open the device. This can be improved to retrieve more details from
the operating system. It should be possible to use GetLastError() and compare
with ERROR_FILE_NOT_FOUND, or get any error string with FormatMessage().
Original comment by lists.to...@gmail.com
on 24 Nov 2012 at 8:22
This has now been fixed in the official repository and is included in version
0.3beta2.
Original comment by lists.to...@gmail.com
on 9 Dec 2013 at 11:11
Original issue reported on code.google.com by
Frieder....@web.de
on 4 Nov 2011 at 4:30Attachments: