fix LPC812 PWM

Dependents:   IR_LED_Send

Fork of mbed-dev by mbed official

History

PWM Fix:Duty 0%??H??????????????? default tip

2016-05-16, by nameless129 [Mon, 16 May 2016 16:50:30 +0000] rev 129

PWM Fix:Duty 0%??H???????????????


Synchronized with git revision 7bd986845c110b2c4e8bc58739a74757dd6ff493

2016-05-13, by mbed_official [Fri, 13 May 2016 16:00:11 +0100] rev 128

Synchronized with git revision 7bd986845c110b2c4e8bc58739a74757dd6ff493

Full URL: https://github.com/mbedmicro/mbed/commit/7bd986845c110b2c4e8bc58739a74757dd6ff493/

* [STM32F1 F4] Fix #1705 MBED_37

The transmit data register needs to be flushed at the initialisation of
the uart.
In case previous transmission was interrupted by a uart init, uart may
contain a char that will be transmitted at the next start.

This is the case in MBED_37 test (serial_auto_nc_rx).
The MCU is writting {{start}}\n
At the moment of the \n the main program is handling 'new serial'. The
next time the main program is handling a printf, the previous \n is
still present in the uart->DR register and is transmitted.
This cannot happen anymore with this commit

* [STM32_F1] Fix #1705 MBED_37 by resetting the uart


Synchronized with git revision 6483faedd2d82f36a7b5e03540fc62721c1fef38

2016-05-13, by mbed_official [Fri, 13 May 2016 09:15:11 +0100] rev 127

Synchronized with git revision 6483faedd2d82f36a7b5e03540fc62721c1fef38

Full URL: https://github.com/mbedmicro/mbed/commit/6483faedd2d82f36a7b5e03540fc62721c1fef38/

[STM32F7] Fix end of conversion


Synchronized with git revision 3210b40a919c76e4c0062c036eb0c67acd043372

2016-05-11, by mbed_official [Wed, 11 May 2016 17:15:11 +0100] rev 126

Synchronized with git revision 3210b40a919c76e4c0062c036eb0c67acd043372

Full URL: https://github.com/mbedmicro/mbed/commit/3210b40a919c76e4c0062c036eb0c67acd043372/

mbed lib v120


Synchronized with git revision 7b4f4fc40d0b72877a32d9e786ac4ddd76927c92

2016-05-09, by mbed_official [Mon, 09 May 2016 18:45:11 +0100] rev 125

Synchronized with git revision 7b4f4fc40d0b72877a32d9e786ac4ddd76927c92

Full URL: https://github.com/mbedmicro/mbed/commit/7b4f4fc40d0b72877a32d9e786ac4ddd76927c92/

Changed the heap size to the correct MCU heap size for SRAM1


Synchronized with git revision ad75bdcde34d7da9d54b7669010c7fb968a99c7c

2016-05-09, by mbed_official [Mon, 09 May 2016 18:30:12 +0100] rev 124

Synchronized with git revision ad75bdcde34d7da9d54b7669010c7fb968a99c7c

Full URL: https://github.com/mbedmicro/mbed/commit/ad75bdcde34d7da9d54b7669010c7fb968a99c7c/

[STMF1] Stm32f1_hal_cube update


Synchronized with git revision 53b54323ba1513a5aa427d241594a7c0d1ed8786

2016-05-05, by mbed_official [Thu, 05 May 2016 21:00:11 +0100] rev 123

Synchronized with git revision 53b54323ba1513a5aa427d241594a7c0d1ed8786

Full URL: https://github.com/mbedmicro/mbed/commit/53b54323ba1513a5aa427d241594a7c0d1ed8786/

Fix pwmout for STM32F3


Synchronized with git revision 816233cf5d386bf7219fd0d886985c7193f8c11f

2016-05-04, by mbed_official [Wed, 04 May 2016 22:30:12 +0100] rev 122

Synchronized with git revision 816233cf5d386bf7219fd0d886985c7193f8c11f

Full URL: https://github.com/mbedmicro/mbed/commit/816233cf5d386bf7219fd0d886985c7193f8c11f/

Fix build warnings


Synchronized with git revision 9cef243de23875778f461bbe9a8c1bc47e65212b

2016-05-03, by mbed_official [Tue, 03 May 2016 00:15:16 +0100] rev 121

Synchronized with git revision 9cef243de23875778f461bbe9a8c1bc47e65212b

Full URL: https://github.com/mbedmicro/mbed/commit/9cef243de23875778f461bbe9a8c1bc47e65212b/

Switch to KSDK 2.0


Synchronized with git revision d1dc98991286822daacb1d2583e1e184f3240e36

2016-04-29, by mbed_official [Fri, 29 Apr 2016 16:15:10 +0100] rev 120

Synchronized with git revision d1dc98991286822daacb1d2583e1e184f3240e36

Full URL: https://github.com/mbedmicro/mbed/commit/d1dc98991286822daacb1d2583e1e184f3240e36/

Typo fix in HAL_CM0.S of ARM7 rtx