On 19 November 2014 11:37, Liviu Ionescu <i...@livius.net> wrote: > > On 18 Nov 2014, at 21:46, Liviu Ionescu <i...@livius.net> wrote: > >> once you integrate them... > > thank you for integrating them. > > so can I base my next patches on them?
You can, yes. (Bear in mind that my target-arm.next branch is a rebasing branch, so you can't git merge or pull it; you need to fetch it and then rebase your patchstack on it.) >> I'll work on another patch, to fix passing the semihosting >> command line down to the armv7m code, since currently this >> triggers exceptions due to null pointers. Yes, that should be fixed. >> my suggestion would be to extend the -semihosting-config >> option with cmdline="..." instead of adding a separate option >> (in my first patch I used -semihosting-cmdline). On the A and R profile code path this command line is taken from the existing "-append" option. Is there a reason we can't just make the M profile code do the same thing? thanks -- PMM