cpu/cortex-m: add all-debug target#4188
Conversation
|
@LudwigKnuepfer no job for you? I'd like to assign you ;-) ! |
|
I don't quite understand - I thought debugging symbols are always included in the |
|
I also thought so. |
|
Oops, this is true. But I would like to see the |
|
And it would be nice to have the target itself existing aswell. |
|
@DipSwitch |
For consistency with native, this might make sense. |
|
This way you don't have to change the default build target in your IDE if you switch between native and a board =) |
cpu/cortexm_common/Makefile.include
Outdated
There was a problem hiding this comment.
So, will you remove this superfluous line? Then we can merge.
There was a problem hiding this comment.
On second thought: it probably makes more sense to move the all-debug dependency declaration to some global location and purge it here and from the respective location in native.
Again, why not override on command line edit or IDE's environment settings? |
|
@kaspar 30 Because there is no tab completion ^_^
Sorry, i just think it would be nice for all boards to have the same make
targets. Just like programming api's :) we could also remove the all-debug
from native :)
|
ede831a to
51f2507
Compare
|
Removed line, but maybe it's better to move it to a general location so also the MSP430 can provide from this. |
I agree (and said so ;)) |
|
Sorry, but where to add? ;) home in a minute.
|
|
How about |
|
Followup PR made. |
Request to include the Makefile target
all-debugfor the cortex-m serie CPU's.