ARMmbed / mbed-client-example-6lowpan

DEPRECATED: Example demonstrating 6LoWPAN mesh networking
https://cloud.mbed.com/docs/current
Other
19 stars 13 forks source link

switch to get_stdio_serial #51

Closed teetak01 closed 8 years ago

teetak01 commented 8 years ago

@SeppoTakalo @anttiylitokola @artokin

Could you check this? This would fix the serial tracing which was recently broken by an update to mbed-drivers libraries. It will still complain about yotta confict.

Alternatively we could limit the mbed-drivers version to 0.11.8 which would clear the yotta errors also. This implementation has the advantage of being a bit newer and recommended implementation.

teetak01 commented 8 years ago

With this we should in any case wait some time to see how the mbed-drivers yotta conflict is resolved and after that update the serial implementation.

artokin commented 8 years ago

+1

teetak01 commented 8 years ago

I think we should merge this soon. Currently no tracing works in the example due to changes in the Serial.

teetak01 commented 8 years ago

Merged