Skip to content

Commit dba38b6

Browse files
committed
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 <[email protected]>
1 parent 20d93bf commit dba38b6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

targets/targets.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3335,23 +3335,31 @@
33353335
"VBLUNO51_LEGACY": {
33363336
"supported_form_factors": ["ARDUINO"],
33373337
"inherits": ["MCU_NRF51_32K"],
3338+
"detect_code": ["C006"],
3339+
"overrides": {"uart_hwfc": 0},
33383340
"extra_labels_add": ["VBLUNO51"]
33393341
},
33403342
"VBLUNO51_BOOT": {
33413343
"supported_form_factors": ["ARDUINO"],
33423344
"inherits": ["MCU_NRF51_32K_BOOT"],
3345+
"detect_code": ["C006"],
3346+
"overrides": {"uart_hwfc": 0},
33433347
"extra_labels_add": ["VBLUNO51"],
33443348
"macros_add": ["TARGET_VBLUNO51"]
33453349
},
33463350
"VBLUNO51_OTA": {
33473351
"supported_form_factors": ["ARDUINO"],
33483352
"inherits": ["MCU_NRF51_32K_OTA"],
3353+
"detect_code": ["C006"],
3354+
"overrides": {"uart_hwfc": 0},
33493355
"extra_labels_add": ["VBLUNO51"],
33503356
"macros_add": ["TARGET_VBLUNO51"]
33513357
},
33523358
"VBLUNO51": {
33533359
"supported_form_factors": ["ARDUINO"],
33543360
"inherits": ["MCU_NRF51_32K_UNIFIED"],
3361+
"detect_code": ["C006"],
3362+
"overrides": {"uart_hwfc": 0},
33553363
"device_has": ["ANALOGIN", "I2C", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPI_ASYNCH", "SPISLAVE"],
33563364
"release_versions": ["2"],
33573365
"device_name": "nRF51822_xxAC"

0 commit comments

Comments
 (0)