Skip to content

Commit 810a980

Browse files
committed
Add SERIAL_FC in targets.json/device_has field for NUCLEO_F103RB
1 parent 88988b6 commit 810a980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/targets.json

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

0 commit comments

Comments
 (0)