mirror of https://github.com/ARMmbed/mbed-os.git
STM32F2xx - Enable Serial Flow Control
parent
fbf535be59
commit
91bb45bf22
|
@ -702,7 +702,7 @@
|
|||
"inherits": ["Target"],
|
||||
"progen": {"target": "nucleo-f207zg"},
|
||||
"detect_code": ["0835"],
|
||||
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
|
||||
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
|
||||
"features": ["IPV4"],
|
||||
"release_versions": ["2"]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue