mirror of https://github.com/ARMmbed/mbed-os.git
ADI: Enable bootloader for EV_COG_AD3029LZ and EV_COG_AD4050LZ
parent
e2d9eb8b79
commit
e10ef5bd73
|
@ -6,7 +6,7 @@
|
|||
* @date: $Date: $
|
||||
*-----------------------------------------------------------------------------
|
||||
*
|
||||
Copyright (c) 2010-2017 Analog Devices, Inc.
|
||||
Copyright (c) 2010-2018 Analog Devices, Inc.
|
||||
|
||||
All rights reserved.
|
||||
|
||||
|
|
|
@ -630,7 +630,8 @@
|
|||
"device_has": ["SERIAL", "STDIO_MESSAGES", "TRNG", "SLEEP", "INTERRUPTIN", "RTC", "SPI", "I2C", "FLASH", "ANALOGIN"],
|
||||
"device_name": "ADuCM4050",
|
||||
"detect_code": ["0603"],
|
||||
"release_versions": ["5"]
|
||||
"release_versions": ["5"],
|
||||
"bootloader_supported": true
|
||||
},
|
||||
"EV_COG_AD3029LZ": {
|
||||
"inherits": ["Target"],
|
||||
|
@ -641,7 +642,8 @@
|
|||
"device_has": ["SERIAL", "STDIO_MESSAGES", "TRNG", "SLEEP", "INTERRUPTIN", "RTC", "SPI", "I2C", "FLASH", "ANALOGIN"],
|
||||
"device_name": "ADuCM3029",
|
||||
"detect_code": ["0602"],
|
||||
"release_versions": ["5"]
|
||||
"release_versions": ["5"],
|
||||
"bootloader_supported": true
|
||||
},
|
||||
"MTS_GAMBIT": {
|
||||
"inherits": ["Target"],
|
||||
|
|
Loading…
Reference in New Issue