mbed library sources

Dependents:   Encrypted my_mbed lklk CyaSSL_DTLS_Cellular ... more

Superseded

This library was superseded by mbed-dev - https://os.mbed.com/users/mbed_official/code/mbed-dev/.

Development branch of the mbed library sources. This library is kept in synch with the latest changes from the mbed SDK and it is not guaranteed to work.

If you are looking for a stable and tested release, please import one of the official mbed library releases:

Import librarymbed

The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Revision:
500:04797f1feae2
Parent:
441:d2c15dda23c1
Child:
591:474d026f7d79
--- a/targets/hal/TARGET_RENESAS/TARGET_RZ_A1H/pwmout_api.c	Sat Mar 28 08:15:07 2015 +0000
+++ b/targets/hal/TARGET_RENESAS/TARGET_RZ_A1H/pwmout_api.c	Tue Mar 31 16:15:13 2015 +0100
@@ -36,6 +36,7 @@
     {P8_12    , PWM10_PIN, 6},
     {P8_9     , PWM11_PIN, 6},
     {P8_10    , PWM12_PIN, 6},
+    {P4_5     , PWM13_PIN, 4},
     {NC, NC, 0}
 };
 
@@ -53,6 +54,7 @@
      PWM1E,          // PWM10_PIN
      PWM1B,          // PWM11_PIN
      PWM1C,          // PWM12_PIN
+     PWM2F,          // PWM13_PIN
 };
 
 static __IO uint16_t *PWM_MATCH[] = {
@@ -69,6 +71,7 @@
     &PWMPWBFR_1E,    // PWM10_PIN
     &PWMPWBFR_1A,    // PWM11_PIN
     &PWMPWBFR_1C,    // PWM12_PIN
+    &PWMPWBFR_2E,    // PWM13_PIN
 };
 
 static uint16_t init_period_ch1 = 0;