Also, now the build with the default enabled targets does seem to fit into 128k. What's the plan here?
Didn't notice there's a new comment regarding the multiline comment.
I have another update with all the remarks addressed.
So I did try to set up the stack in the stub and it didn't work. In case function was marked naked, local function stack frame would not be created/initialized and then the values of the registers...
As you might have seen in the later updates, I have removed the dumping of configuration registers altogether. The reason being, TI added a number of layouts of said registers depending on the...
I honestly can't understand how this happened. Fixed.
There is no harm to cast the length to void regardless if DEBUG_TARGET is defined or not. So without it we have less noise. But I can put the #ifdef back, no worries.
-Werror from the BMDA flow on Linux for now till our dependencies can be cleaned up a biti