[XDOT_L151] add SWD & UART pin names to match pinout diagram

pull/2821/head
Mike Fiore 2016-09-26 15:40:13 -05:00 committed by Sam Grove
parent a93b7d2651
commit 4820c87c68
1 changed files with 9 additions and 0 deletions

View File

@ -137,6 +137,10 @@ typedef enum {
// Wake Pin
WAKE = PA_0,
// SWD Pins
SWDIO = PA_13,
SWCLK = PA_14,
// UART
UART1_TX = PA_9,
UART1_RX = PA_10,
@ -149,6 +153,11 @@ typedef enum {
USBTX = UART2_TX,
USBRX = UART2_RX,
UART_TX = UART1_TX,
UART_RX = UART1_RX,
UART_CTS = UART1_CTS,
UART_RTS = UART1_RTS,
// SPI
SPI2_MOSI = PB_15,
SPI2_MISO = PB_14,