Skip to content

Commit a33acaa

Browse files
authored
Merge pull request #4719 from iotvietmember/release_os_5
mbed Enabled certificate for the VBLUno51 board
2 parents 5af1d8f + dba38b6 commit a33acaa

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
@@ -3597,23 +3597,31 @@
35973597
"VBLUNO51_LEGACY": {
35983598
"supported_form_factors": ["ARDUINO"],
35993599
"inherits": ["MCU_NRF51_32K"],
3600+
"detect_code": ["C006"],
3601+
"overrides": {"uart_hwfc": 0},
36003602
"extra_labels_add": ["VBLUNO51"]
36013603
},
36023604
"VBLUNO51_BOOT": {
36033605
"supported_form_factors": ["ARDUINO"],
36043606
"inherits": ["MCU_NRF51_32K_BOOT"],
3607+
"detect_code": ["C006"],
3608+
"overrides": {"uart_hwfc": 0},
36053609
"extra_labels_add": ["VBLUNO51"],
36063610
"macros_add": ["TARGET_VBLUNO51"]
36073611
},
36083612
"VBLUNO51_OTA": {
36093613
"supported_form_factors": ["ARDUINO"],
36103614
"inherits": ["MCU_NRF51_32K_OTA"],
3615+
"detect_code": ["C006"],
3616+
"overrides": {"uart_hwfc": 0},
36113617
"extra_labels_add": ["VBLUNO51"],
36123618
"macros_add": ["TARGET_VBLUNO51"]
36133619
},
36143620
"VBLUNO51": {
36153621
"supported_form_factors": ["ARDUINO"],
36163622
"inherits": ["MCU_NRF51_32K_UNIFIED"],
3623+
"detect_code": ["C006"],
3624+
"overrides": {"uart_hwfc": 0},
36173625
"device_has": ["ANALOGIN", "I2C", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPI_ASYNCH", "SPISLAVE"],
36183626
"release_versions": ["2"],
36193627
"device_name": "nRF51822_xxAC"

0 commit comments

Comments
 (0)