mirror of https://github.com/ARMmbed/mbed-os.git
Add detect_code=0xC006 to the VBLUNO51 boards configuration.
Add detect_code=0xC006 to the VBLUNO51 boards configuration. Disbale UART Hard flow control feature. Signed-off-by: iotvietmember <robotden@gmail.com>pull/4719/head
parent
20d93bf78d
commit
dba38b6250
|
@ -3335,23 +3335,31 @@
|
||||||
"VBLUNO51_LEGACY": {
|
"VBLUNO51_LEGACY": {
|
||||||
"supported_form_factors": ["ARDUINO"],
|
"supported_form_factors": ["ARDUINO"],
|
||||||
"inherits": ["MCU_NRF51_32K"],
|
"inherits": ["MCU_NRF51_32K"],
|
||||||
|
"detect_code": ["C006"],
|
||||||
|
"overrides": {"uart_hwfc": 0},
|
||||||
"extra_labels_add": ["VBLUNO51"]
|
"extra_labels_add": ["VBLUNO51"]
|
||||||
},
|
},
|
||||||
"VBLUNO51_BOOT": {
|
"VBLUNO51_BOOT": {
|
||||||
"supported_form_factors": ["ARDUINO"],
|
"supported_form_factors": ["ARDUINO"],
|
||||||
"inherits": ["MCU_NRF51_32K_BOOT"],
|
"inherits": ["MCU_NRF51_32K_BOOT"],
|
||||||
|
"detect_code": ["C006"],
|
||||||
|
"overrides": {"uart_hwfc": 0},
|
||||||
"extra_labels_add": ["VBLUNO51"],
|
"extra_labels_add": ["VBLUNO51"],
|
||||||
"macros_add": ["TARGET_VBLUNO51"]
|
"macros_add": ["TARGET_VBLUNO51"]
|
||||||
},
|
},
|
||||||
"VBLUNO51_OTA": {
|
"VBLUNO51_OTA": {
|
||||||
"supported_form_factors": ["ARDUINO"],
|
"supported_form_factors": ["ARDUINO"],
|
||||||
"inherits": ["MCU_NRF51_32K_OTA"],
|
"inherits": ["MCU_NRF51_32K_OTA"],
|
||||||
|
"detect_code": ["C006"],
|
||||||
|
"overrides": {"uart_hwfc": 0},
|
||||||
"extra_labels_add": ["VBLUNO51"],
|
"extra_labels_add": ["VBLUNO51"],
|
||||||
"macros_add": ["TARGET_VBLUNO51"]
|
"macros_add": ["TARGET_VBLUNO51"]
|
||||||
},
|
},
|
||||||
"VBLUNO51": {
|
"VBLUNO51": {
|
||||||
"supported_form_factors": ["ARDUINO"],
|
"supported_form_factors": ["ARDUINO"],
|
||||||
"inherits": ["MCU_NRF51_32K_UNIFIED"],
|
"inherits": ["MCU_NRF51_32K_UNIFIED"],
|
||||||
|
"detect_code": ["C006"],
|
||||||
|
"overrides": {"uart_hwfc": 0},
|
||||||
"device_has": ["ANALOGIN", "I2C", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPI_ASYNCH", "SPISLAVE"],
|
"device_has": ["ANALOGIN", "I2C", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPI_ASYNCH", "SPISLAVE"],
|
||||||
"release_versions": ["2"],
|
"release_versions": ["2"],
|
||||||
"device_name": "nRF51822_xxAC"
|
"device_name": "nRF51822_xxAC"
|
||||||
|
|
Loading…
Reference in New Issue