baoshi / CubeMX2Makefile

STM32CubeMX project to Makefile converter
152 stars 52 forks source link

Fix duplicate source includes and normalise trailing slash on input path #1

Closed pelrun closed 9 years ago

pelrun commented 9 years ago

Just added a couple of single line fixes.

1) fix the problem with source files being listed multiple times in the TrueSTUDIO project files (!) 2) permit paths with trailing slashes being passed on the commandline.

baoshi commented 9 years ago

Thanks! You don't mind I merge this into the master branch, don't you? I have updated the blog post too.

On Tue, Feb 24, 2015 at 7:11 PM, James Churchill notifications@github.com wrote:

Just added a couple of single line fixes.

1) fix the problem with source files being listed multiple times in the TrueSTUDIO project files (!)

2) permit paths with trailing slashes being passed on the commandline.

You can view, comment on, or merge this pull request online at:

https://github.com/baoshi/CubeMX2Makefile/pull/1 Commit Summary

  • Fix duplicate source includes and normalise trailing slash on input path

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/baoshi/CubeMX2Makefile/pull/1.

pelrun commented 9 years ago

Go ahead! That is the whole point of a pull request after all :)