
18 Dec
2015
18 Dec
'15
11:36 p.m.
On 12/18/2015 11:33 AM, Stephen Warren wrote:
On 12/18/2015 07:50 AM, Michal Simek wrote:
...
- I see that output log doesn't handle tabs correctly - output from i2c
bus for example.
OK. I can easily make the logging code replace a TAB with something else, e.g. a chain of , although it will mean keeping track of the output character count since the last newline which will be a bit more painful. Let me look into this.
It looks like the <pre> tag handles TABs already, so I converted to use that. Take a look at:
https://github.com/swarren/u-boot/commit/ee09f5ddf2c646a6ba2b0dddbdf4ef59001...
"test/py: support TABs in log"