On Sat, Jan 29, 2011 at 11:09:05AM +0100, xdrudis wrote:
is what I have. My board does not get to ramstage, so it might not work there. It works for my serial console but should work for net or
Ok, now I see it. It won't work with sprintf in ramstage.
I shouldn't have modified vtxprintf but maybe console.c, either calling calc_id_buffer for each byte in __console_tx_byte (too expensive ?) or passing around id_buffer by more extensive modification (like changing tx_byte signature to add a channel parameter or something, maybe not worth it)
Forget it and sorry for the noise.