mirror of https://github.com/ARMmbed/mbed-os.git
ADI: Enable bootloader for EV_COG_AD3029LZ and EV_COG_AD4050LZ
parent
91a3a02d5f
commit
61bc05144e
|
@ -6,7 +6,7 @@
|
|||
* @date: $Date: $
|
||||
*-----------------------------------------------------------------------------
|
||||
*
|
||||
Copyright (c) 2010-2017 Analog Devices, Inc.
|
||||
Copyright (c) 2010-2018 Analog Devices, Inc.
|
||||
|
||||
All rights reserved.
|
||||
|
||||
|
|
|
@ -636,7 +636,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"],
|
||||
|
@ -647,7 +648,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