mbed library sources. Supersedes mbed-src.

Fork of mbed-dev by mbed official

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Wed Dec 30 20:00:09 2015 +0000
Parent:
40:f082c96e7119
Child:
42:367d7b10ab62
Commit message:
Synchronized with git revision 47ed325497da40955623b19a5f04cb91342f0544

Full URL: https://github.com/mbedmicro/mbed/commit/47ed325497da40955623b19a5f04cb91342f0544/

[MTS_DRAGONFLY_F411RE] Dragonfly pin updates

Changed in this revision

targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_MTS_DRAGONFLY_F411RE/PinNames.h Show annotated file Show diff for this revision Revisions of this file
--- a/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_MTS_DRAGONFLY_F411RE/PinNames.h	Tue Dec 22 16:30:13 2015 +0000
+++ b/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_MTS_DRAGONFLY_F411RE/PinNames.h	Wed Dec 30 20:00:09 2015 +0000
@@ -155,12 +155,12 @@
     LED4        = D3,
     SERIAL_TX   = D1,
     SERIAL_RX   = D0,
-    SERIAL_RTS  = A1,
-    SERIAL_CTS  = A0,
-    SERIAL_DCD  = D5,
-    SERIAL_DSR  = D8,
-    SERIAL_DTR  = D4,
-    SERIAL_RI   = D9,
+    SERIAL_RTS  = D3,
+    SERIAL_CTS  = D6,
+    SERIAL_DCD  = D4,
+    SERIAL_DSR  = D5,
+    SERIAL_DTR  = D7,
+    SERIAL_RI   = D8,
     USBTX       = PB_6,
     USBRX       = PB_7,
     RADIO_TX    = PC_7,
@@ -171,6 +171,7 @@
     RADIO_DSR   = D8,
     RADIO_DTR   = D4,
     RADIO_RI    = D9,
+    WAKEUP      = D3,
 
     // I2C1 and I2C3 are available on Arduino pins
     I2C1_SCL    = D15,