mbed-os/targets/TARGET_RENESAS/TARGET_RZ_A1H
TomoYamanaka 34d033a4c1 Fix mistake register setting in serial_format()
Currently, there is the issue in register setting into serial_format().
The issue is that parameter for baudrate setting is initialed zero in this function.
In baudrate  is less 9600bps, the issue occurs. In baudrate  is over 9600, not occurs. When call serial_baud() before serial_format(), baudrate override and set with an incorrect value.

Therefore, I fixed register setting not to set the parameter of baudrate setting in serial_format().
2017-03-10 12:20:21 +09:00
..
TARGET_MBED_MBRZA1H restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
device [RZ/A1H]Fix TTB setting of RO_DATA area 2016-12-20 16:44:52 +09:00
PeripheralNames.h restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
PinNames.h restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
PortNames.h restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
analogin_api.c restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
can_api.c Fix frequency function of CAN driver. 2016-12-01 11:41:20 +09:00
device.h restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
ethernet_api.c Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
ethernetext_api.h restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
gpio_addrdefine.h restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
gpio_api.c restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
gpio_irq_api.c Bug fix of initial value of interrupt edge in "gpio_irq_init" again 2017-02-20 16:41:59 +09:00
gpio_object.h restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
i2c_api.c Fix I2C driver for RZ/A1H 2017-01-10 12:44:12 +09:00
objects.h restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
pinmap.c restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
port_api.c restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
pwmout_api.c Merge pull request #2899 from TomoYamanaka/master 2016-10-06 15:54:29 -05:00
rtc_api.c restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
serial_api.c Fix mistake register setting in serial_format() 2017-03-10 12:20:21 +09:00
spi_api.c restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
us_ticker.c Fixed the issue about push/pop of VFP register. 2016-10-25 19:31:38 +09:00