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:
417:39e86d6263aa
Parent:
390:35c2c1cf29cd
Child:
437:0b72c0f86db6
--- a/targets/hal/TARGET_RENESAS/TARGET_RZ_A1H/pwmout_api.c	Tue Nov 25 11:45:06 2014 +0000
+++ b/targets/hal/TARGET_RENESAS/TARGET_RZ_A1H/pwmout_api.c	Wed Nov 26 08:00:09 2014 +0000
@@ -27,7 +27,7 @@
 //  PORT ID, PWM ID, Pin function
 static const PinMap PinMap_PWM[] = {
     {LED_RED  , 0, 4},
-    {LED_GREEN, 1, 4},
+    {LED_GREEN, 1, 7},
     {LED_BLUE , 2, 4},
     {P4_7     , 3, 4},
     {P8_14    , 4, 6},
@@ -39,7 +39,7 @@
 
 static __IO uint16_t PORT[] = {
      PWM2E,
-     PWM2F,
+     PWM2C,
      PWM2G,
      PWM2H,
      PWM1G,
@@ -49,7 +49,7 @@
 };
 static __IO uint16_t *PWM_MATCH[] = {
     &PWMPWBFR_2E,
-    &PWMPWBFR_2E,
+    &PWMPWBFR_2C,
     &PWMPWBFR_2G,
     &PWMPWBFR_2G,
     &PWMPWBFR_1G,