ARMmbed / target-mbed-gcc

DEPRECATED Base for mbed yotta compilation targets compiling with GCC
Apache License 2.0
6 stars 12 forks source link

Add a default baud rate at 9600 #20

Closed bremoran closed 8 years ago

bremoran commented 8 years ago

This will stop https://github.com/ARMmbed/mbed-drivers/pull/128 from breaking test jobs until mbedgt can extract the default baud from yotta config.

cc @bogdanm @PrzemekWirkus

0xc0170 commented 8 years ago

LGTM

0xc0170 commented 8 years ago

bump ! Review this and merge if OK

rgrover commented 8 years ago

@0xc0170 should this be propagated to all nRF51 targets?

bremoran commented 8 years ago

@rgrover there should be no need to propagate this to nrf51 targets. The config in mbed-gcc will propagate automatically. If nrf51 cannot support 115k, then it should set something lower manually.

rgrover commented 8 years ago

@bremoran, we would like to receive a warning before mbed-gcc switches to a higher baud rate as a default.