mirror of https://github.com/ARMmbed/mbed-os.git
[mbed][MTS_DRAGONFLY_F411RE] add DCD, DTR, DSR, and RI pin names for radio & external port
parent
52be48dea0
commit
812d6294fc
|
@ -155,12 +155,20 @@ typedef enum {
|
||||||
SERIAL_RX = PA_3,
|
SERIAL_RX = PA_3,
|
||||||
SERIAL_RTS = PA_1,
|
SERIAL_RTS = PA_1,
|
||||||
SERIAL_CTS = PA_0,
|
SERIAL_CTS = PA_0,
|
||||||
|
SERIAL_DCD = D5,
|
||||||
|
SERIAL_DSR = D8,
|
||||||
|
SERIAL_DTR = D4,
|
||||||
|
SERIAL_RI = D9,
|
||||||
USBTX = PB_6,
|
USBTX = PB_6,
|
||||||
USBRX = PB_7,
|
USBRX = PB_7,
|
||||||
RADIO_TX = PC_7,
|
RADIO_TX = PC_7,
|
||||||
RADIO_RX = PC_6,
|
RADIO_RX = PC_6,
|
||||||
RADIO_RTS = PB_10,
|
RADIO_RTS = PB_10,
|
||||||
RADIO_CTS = PB_12,
|
RADIO_CTS = PB_12,
|
||||||
|
RADIO_DCD = D5,
|
||||||
|
RADIO_DSR = D8,
|
||||||
|
RADIO_DTR = D4,
|
||||||
|
RADIO_RI = D9,
|
||||||
I2C_SCL = D15,
|
I2C_SCL = D15,
|
||||||
I2C_SDA = D14,
|
I2C_SDA = D14,
|
||||||
SPI_MOSI = PC_12,
|
SPI_MOSI = PC_12,
|
||||||
|
|
Loading…
Reference in New Issue