mbed-os/drivers
Bogdan Marinescu 8eb36e1164 Added a baud argument for (Raw)Serial objects
This commit adds a `baud` argument for Serial and RawSerial objects:

- there is a new `Serial` constructor with a mandatory baud rate
  argument. The old constructor also got a `baud` argument with a
  default value (to keep backward compatibility).
- the `RawSerial` constructor also got a `baud` argument with a default
  value.

There's also a new configuration parameter (`default-serial-baud-rate`)
that can be used to specify the default value of the above `baud`
arguments.
2016-10-03 20:12:24 +03:00
..
AnalogIn.cpp
AnalogIn.h
AnalogOut.h
BusIn.cpp
BusIn.h
BusInOut.cpp
BusInOut.h
BusOut.cpp
BusOut.h
CAN.cpp
CAN.h
DigitalIn.h
DigitalInOut.h
DigitalOut.h
DirHandle.h
Ethernet.cpp
Ethernet.h
FileBase.cpp
FileBase.h
FileHandle.h
FileLike.cpp
FileLike.h
FilePath.cpp
FilePath.h
FileSystemLike.cpp
FileSystemLike.h
I2C.cpp
I2C.h
I2CSlave.cpp
I2CSlave.h
InterruptIn.cpp
InterruptIn.h
InterruptManager.cpp
InterruptManager.h
LocalFileSystem.cpp
LocalFileSystem.h
LowPowerTicker.h
LowPowerTimeout.h
LowPowerTimer.h
PortIn.h
PortInOut.h
PortOut.h
PwmOut.h
RawSerial.cpp
RawSerial.h
SPI.cpp
SPI.h
SPISlave.cpp
SPISlave.h
Serial.cpp
Serial.h
SerialBase.cpp
SerialBase.h
Stream.cpp
Stream.h
Ticker.cpp
Ticker.h
Timeout.cpp
Timeout.h
Timer.cpp
Timer.h
TimerEvent.cpp
TimerEvent.h