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
iotvietmember 2017-10-17 12:07:18 +07:00
parent 20d93bf78d
commit dba38b6250
1 changed files with 8 additions and 0 deletions

View File

@ -3335,23 +3335,31 @@
"VBLUNO51_LEGACY": {
"supported_form_factors": ["ARDUINO"],
"inherits": ["MCU_NRF51_32K"],
"detect_code": ["C006"],
"overrides": {"uart_hwfc": 0},
"extra_labels_add": ["VBLUNO51"]
},
"VBLUNO51_BOOT": {
"supported_form_factors": ["ARDUINO"],
"inherits": ["MCU_NRF51_32K_BOOT"],
"detect_code": ["C006"],
"overrides": {"uart_hwfc": 0},
"extra_labels_add": ["VBLUNO51"],
"macros_add": ["TARGET_VBLUNO51"]
},
"VBLUNO51_OTA": {
"supported_form_factors": ["ARDUINO"],
"inherits": ["MCU_NRF51_32K_OTA"],
"detect_code": ["C006"],
"overrides": {"uart_hwfc": 0},
"extra_labels_add": ["VBLUNO51"],
"macros_add": ["TARGET_VBLUNO51"]
},
"VBLUNO51": {
"supported_form_factors": ["ARDUINO"],
"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"],
"release_versions": ["2"],
"device_name": "nRF51822_xxAC"