mozilla-sensorweb / sensorweb-firmware

Contains all code that runs on the SensorWeb device
Mozilla Public License 2.0
4 stars 3 forks source link

Write our debug logging module #22

Open dhylands opened 7 years ago

dhylands commented 7 years ago

Ideally, I'd like this to work like printk does in the linux kernel. printk can be called from ISR code or from task code and it does things so that the latency between printk's called from the ISR level and when the data shows up on the serial port is minimized. This makes the output a bit more synchronous, but makes it MUCH more useful from a debugging standpoint.