Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
Diff: TARGET_NUCLEO_F303RE/TARGET_STM/TARGET_STM32F3/PeripheralPins.h
- Revision:
- 127:25aea2a3f4e3
- Parent:
- 122:f9eeca106725
diff -r abea610beb85 -r 25aea2a3f4e3 TARGET_NUCLEO_F303RE/TARGET_STM/TARGET_STM32F3/PeripheralPins.h --- a/TARGET_NUCLEO_F303RE/TARGET_STM/TARGET_STM32F3/PeripheralPins.h Fri Sep 16 13:57:13 2016 +0100 +++ b/TARGET_NUCLEO_F303RE/TARGET_STM/TARGET_STM32F3/PeripheralPins.h Fri Sep 30 16:49:46 2016 +0100 @@ -55,6 +55,8 @@ extern const PinMap PinMap_UART_TX[]; extern const PinMap PinMap_UART_RX[]; +extern const PinMap PinMap_UART_RTS[]; +extern const PinMap PinMap_UART_CTS[]; //*** SPI ***


