Merge pull request #4719 from iotvietmember/release_os_5

mbed Enabled certificate for the VBLUno51 board
pull/5898/head
Cruz Monrreal 2018-01-22 10:28:18 -06:00 committed by GitHub
commit a33acaadf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -3597,23 +3597,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"