mbed library sources. Supersedes mbed-src. Add PORTG support for STM32L476JG (SensorTile kit)

Dependents:   SensorTileTest

Fork of mbed-dev by mbed official

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Fri Apr 29 16:15:10 2016 +0100
Parent:
119:3921aeca8633
Child:
121:7f86b4238bec
Commit message:
Synchronized with git revision d1dc98991286822daacb1d2583e1e184f3240e36

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

Typo fix in HAL_CM0.S of ARM7 rtx

Changed in this revision

targets/hal/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L031K6/PinNames.h Show annotated file Show diff for this revision Revisions of this file
--- a/targets/hal/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L031K6/PinNames.h	Fri Apr 29 01:15:11 2016 +0100
+++ b/targets/hal/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L031K6/PinNames.h	Fri Apr 29 16:15:10 2016 +0100
@@ -145,7 +145,7 @@
     SPI_MISO    = PB_4,
     SPI_SCK     = PB_3,
     SPI_CS      = PA_11,
-    PWM_OUT     = PB_3,
+    PWM_OUT     = PB_0,
 
     // Not connected
     NC = (int)0xFFFFFFFF