Skip to content

Commit deecd6e

Browse files
bcostmadbridge
authored andcommitted
Add SERIAL_FC in targets.json/device_has field for NUCLEO_F103RB
1 parent 09cf02e commit deecd6e

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
@@ -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)