Skip to content

Commit e01366c

Browse files
authored
Merge pull request #3399 from bcostm/fix_issue_3266
NUCLEO_F103RB - Add SERIAL_FC feature
2 parents e00850d + 810a980 commit e01366c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

targets/TARGET_STM/TARGET_STM32F1/PeripheralPins.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ extern const PinMap PinMap_PWM[];
5151

5252
extern const PinMap PinMap_UART_TX[];
5353
extern const PinMap PinMap_UART_RX[];
54+
extern const PinMap PinMap_UART_RTS[];
55+
extern const PinMap PinMap_UART_CTS[];
5456

5557
//*** SPI ***
5658

targets/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@
722722
"inherits": ["Target"],
723723
"detect_code": ["0700"],
724724
"macros": ["TRANSACTION_QUEUE_SIZE_SPI=2"],
725-
"device_has": ["ANALOGIN", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "SPI_ASYNCH", "STDIO_MESSAGES"],
725+
"device_has": ["ANALOGIN", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "SPI_ASYNCH", "STDIO_MESSAGES"],
726726
"release_versions": ["2", "5"],
727727
"device_name": "STM32F103RB"
728728
},

0 commit comments

Comments
 (0)